ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

Bccoo gpu

Open josealiaga opened this issue 2 years ago • 5 comments

Hi,

The balanced and compressed COO format (https://doi.org/10.1002/cpe.6515 , https://doi.org/10.1007/978-3-030-71593-9_7) work for all executors:

  • reference and omp can use element and block compressions.
  • cuda, hip and dpcpp only use block compression.

I would like to confirm if the format is properly implemented.

Thanks in advance!!

Best regards,

José I. Aliaga

josealiaga avatar Feb 21 '23 22:02 josealiaga

label!

upsj avatar Feb 21 '23 22:02 upsj

The label reg:testing has been added, assuming it means the test directories should be revised. The same for the label reg:benchmarking, but in this case only spmv benchmark has been modified. Thanks in advance!!

josealiaga avatar Feb 22 '23 07:02 josealiaga

All tests have been successfully passed, except some of them using MPI. But MPI problems doesn't occur if the codes are launched properly using mpirun. Rebasing will probably fix these problems.
Which is the next step?

josealiaga avatar Mar 10 '23 13:03 josealiaga

The first comments have been solved, and the new version is in the repository

josealiaga avatar Mar 24 '23 12:03 josealiaga

I have included all of Thomas and Mike's comments. I will now push all the changes to the repository.

josealiaga avatar May 16 '23 11:05 josealiaga