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.
For gpu (nvidia ) kokkos views are used to provide data to gko. I have seen that there is an example here
and uses gko::device_matrix_data. Is there a same approach to do with batch ell ?
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. For gpu (nvidia ) kokkos views are used to provide data to gko. I have seen that there is an example here and uses gko::device_matrix_data. Is there a same approach to do with batch ell ?