Skip to content

BV: add a CUDA implementation of BVMAT

Jose E. Roman requested to merge jose/bvmat-cuda into main
  • Add CUDA support in BVMAT
  • Fix alignment issues (see !566 (merged))
  • Change the default BV type to BVMAT
  • Allow passing a sparse matrix in BVCreateFromMat()
  • Use cublasDgeam in BVAXPY_BLAS_CUDA
Edited by Jose E. Roman

Merge request reports