Fail to build batch ell structure on gpu #1575
-
Hello, i am trying to build batch ell matrix in order to use batched bicgstab. the implementation i have works perfectly on cpu and provide expected results. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you have the data and that already is in a layout that works for Ginkgo batched matrices and solvers, then you can just use a gpu executor instead of the cpu executor and that should work transparently. Instead of providing the cpu data pointer, you would provide the pointer to the data obtained from the kokkos view. |
Beta Was this translation helpful? Give feedback.
If you have the data and that already is in a layout that works for Ginkgo batched matrices and solvers, then you can just use a gpu executor instead of the cpu executor and that should work transparently. Instead of providing the cpu data pointer, you would provide the pointer to the data obtained from the kokkos view.