Skip to content

Commit

Permalink
Refactor Test_Sparse_sptrsv
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Feb 8, 2024
1 parent 49c4308 commit a323597
Show file tree
Hide file tree
Showing 3 changed files with 977 additions and 1,166 deletions.
3 changes: 1 addition & 2 deletions sparse/unit_test/Test_Sparse_spiluk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ struct SpilukTest {
using memory_space = typename device::memory_space;

using KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle<
size_type, lno_t, scalar_t, typename device::execution_space,
typename device::memory_space, typename device::memory_space>;
size_type, lno_t, scalar_t, execution_space, memory_space, memory_space>;

using Crs = CrsMatrix<scalar_t, lno_t, device, void, size_type>;
using Bsr = BsrMatrix<scalar_t, lno_t, device, void, size_type>;
Expand Down
Loading

0 comments on commit a323597

Please sign in to comment.