Skip to content

Commit 8c57ebb

Browse files
authored
Merge pull request kokkos#219 from NexGenAnalytics/fix-kokkos-nodefault
kokkos: fix build failng with KOKKOS_DEFAULT=OFF
2 parents a4852df + 5303083 commit 8c57ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/experimental/__p1673_bits/linalg_execpolicy_mapper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ template<class T> inline constexpr bool is_inline_exec_v = is_inline_exec<T>::va
2929
}
3030

3131

32-
#if defined(LINALG_ENABLE_KOKKOS) && defined(LINALG_ENABLE_KOKKOS_DEFAULT)
32+
#if defined(LINALG_ENABLE_KOKKOS)
3333
#include <experimental/__p1673_bits/kokkos-kernels/exec_policy_wrapper_kk.hpp>
3434
#endif
3535

0 commit comments

Comments
 (0)