ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
401 stars 88 forks source link

Fail to build batch ell structure on gpu #1574

Closed Geoflow closed 6 months ago

Geoflow commented 6 months ago

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 ?