| a3430c56 | 22-Feb-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Added support for compressed CSR -> multiple MPI ranks possible.
ViennaCL 1.4.x did not provide a compressed CSR format. With 1.5.x, there is now a dedicated type available, which is now u
ViennaCL: Added support for compressed CSR -> multiple MPI ranks possible.
ViennaCL 1.4.x did not provide a compressed CSR format. With 1.5.x, there is now a dedicated type available, which is now used for distributed matrix-vector products. Slight performance enhancements in MatMultAdd_SeqAIJViennaCL() still possible by fusing the two kernels involved -> ViennaCL 1.6.x
show more ...
|
| aa304622 | 22-Feb-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Vec: Updated tests/ex43 to test results of dot() vs. mdot().
Since this is supposed to be a simple test of mdot() routines, this commit adds additional checker logic to quickly evaluate that the mdo
Vec: Updated tests/ex43 to test results of dot() vs. mdot().
Since this is supposed to be a simple test of mdot() routines, this commit adds additional checker logic to quickly evaluate that the mdot implementations are sane. Particularly important for GPU implementations.
show more ...
|