-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf_test/sparse/spmv has its own MatrixMarket reader #493
Labels
Comments
|
brian-kelley
added a commit
to brian-kelley/kokkos-kernels
that referenced
this issue
Dec 18, 2019
- Cleaning up duplicated MatrixMarket code from perf_test/spmv that exists in IOUtils (kokkos#493) - Changing the scalar/lno_t/size_type/layout to tolerate any ETI combination (previously, only double/int/int/left was really supported)
brian-kelley
added a commit
to brian-kelley/kokkos-kernels
that referenced
this issue
Feb 10, 2020
- Cleaning up duplicated MatrixMarket code from perf_test/spmv that exists in IOUtils (kokkos#493) - Changing the scalar/lno_t/size_type/layout to tolerate any ETI combination (previously, only double/int/int/left was really supported)
brian-kelley
added a commit
to brian-kelley/kokkos-kernels
that referenced
this issue
Feb 19, 2020
- Cleaning up duplicated MatrixMarket code from perf_test/spmv that exists in IOUtils (kokkos#493) - Changing the scalar/lno_t/size_type/layout to tolerate any ETI combination (previously, only double/int/int/left was really supported)
Merged
brian-kelley
added a commit
to brian-kelley/kokkos-kernels
that referenced
this issue
Feb 27, 2020
- Cleaning up duplicated MatrixMarket code from perf_test/spmv that exists in IOUtils (kokkos#493) - Changing the scalar/lno_t/size_type/layout to tolerate any ETI combination (previously, only double/int/int/left was really supported)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace with IOUtils
read_kokkos_crst_matrix()
to get complete support for all the MatrixMarket formats, plus to remove duplicated code.The text was updated successfully, but these errors were encountered: