kokkos-kernels icon indicating copy to clipboard operation
kokkos-kernels copied to clipboard

Combine Batched BlockCrs Tests

Open jennloe opened this issue 3 years ago • 1 comments

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.

jennloe avatar Apr 23 '22 19:04 jennloe

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.

lucbv avatar Apr 26 '22 23:04 lucbv