Skip to content

Commit

Permalink
Fix MKL dispatch in SpGEMM unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Zuzek committed Dec 22, 2021
1 parent 6e25cf1 commit c747fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/sparse/Test_Sparse_spgemm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void test_spgemm(lno_t m, lno_t k, lno_t n, size_type nnz, lno_t bandwidth,
SPGEMM_KK_SPEED /* alias SPGEMM_KK_DENSE */
};

#ifdef HAVE_KOKKOSKERNELS_MKL
#ifdef KOKKOSKERNELS_ENABLE_TPL_MKL
algorithms.push_back(SPGEMM_MKL);
#endif

Expand Down

0 comments on commit c747fdb

Please sign in to comment.