Skip to content

Commit

Permalink
Using Kokkos::ArithTraits instead of Kokkos::Details::ArithTraits
Browse files Browse the repository at this point in the history
  • Loading branch information
vqd8a committed Apr 3, 2023
1 parent 5ece7b3 commit bebcf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/unit_test/Test_Sparse_spiluk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void run_test_spiluk_streams(int test_algo, int nstreams) {
using KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle<
size_type, lno_t, scalar_t, execution_space, memory_space, memory_space>;
using crsMat_t = CrsMatrix<scalar_t, lno_t, device, void, size_type>;
using AT = Kokkos::Details::ArithTraits<scalar_t>;
using AT = Kokkos::ArithTraits<scalar_t>;

const size_type nrows = 9;
const size_type nnz = 21;
Expand Down

0 comments on commit bebcf36

Please sign in to comment.