Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add tests for SpMV modes conjugate (C), transpose (T) and conjugate transpose (H). The new tests use the same matrix as the existing normal (N) mode test. Added 1D and 2D vector versions but didn't touch the structured spmv tests, they may still need more tests.
#######################################################
PASSED TESTS
#######################################################
clang-8.0-Cuda_OpenMP-release build_time=812 run_time=108
clang-8.0-Pthread_Serial-release build_time=223 run_time=154
clang-9.0.0-Pthread-release build_time=133 run_time=67
clang-9.0.0-Serial-release build_time=141 run_time=52
cuda-10.1-Cuda_OpenMP-release build_time=918 run_time=130
cuda-11.0-Cuda_OpenMP-release build_time=1157 run_time=1177
cuda-9.2-Cuda_Serial-release build_time=943 run_time=196
gcc-7.3.0-OpenMP-release build_time=156 run_time=257
gcc-7.3.0-Pthread-release build_time=129 run_time=63
gcc-8.3.0-Serial-release build_time=153 run_time=49
gcc-9.1-OpenMP-release build_time=193 run_time=101
gcc-9.1-Serial-release build_time=171 run_time=51
intel-17.0.1-Serial-release build_time=307 run_time=59
intel-18.0.5-OpenMP-release build_time=392 run_time=50
intel-19.0.5-Pthread-release build_time=446 run_time=71