kokkos-kernels
kokkos-kernels copied to clipboard
Combine Batched BlockCrs Tests
An easy todo that came up in conversation: Right now in perf_test there exists KokkosBatched_Test_BlockCrs_Host.cpp and KokkosBatched_Test_BlockCrs_Cuda.cpp. Ideally, these would be combined to a single file with options based upon the active backend.
I am not sure why this test would be in KokkosBatched, this should really be in KokkosSparse so if we make changes, we should do that too.