Skip to content
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

Closed
brian-kelley opened this issue Nov 7, 2019 · 1 comment
Closed

perf_test/sparse/spmv has its own MatrixMarket reader #493

brian-kelley opened this issue Nov 7, 2019 · 1 comment

Comments

@brian-kelley
Copy link
Contributor

Replace with IOUtils read_kokkos_crst_matrix() to get complete support for all the MatrixMarket formats, plus to remove duplicated code.

@brian-kelley
Copy link
Contributor Author

SparseMatrix_MatrixMarket_read() at perf_test/sparse/spmv/matrix_market.hpp:87

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)
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)
@crtrott crtrott closed this as completed Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants