Skip to content

Commit

Permalink
Guard with KOKKOS_ENABLE_ONEDPL
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 1, 2024
1 parent 65ba68c commit 7a9392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/src/sorting/impl/Kokkos_SortByKeyImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void sort_by_key_cudathrust(
}
#endif

#if defined(KOKKOS_ENABLE_SYCL)
#if defined(KOKKOS_ENABLE_ONEDPL)
template <class Layout>
struct sort_on_device<Kokkos::Experimental::SYCL, Layout>
: std::bool_constant<std::is_same_v<Layout, Kokkos::LayoutLeft> ||
Expand Down

0 comments on commit 7a9392f

Please sign in to comment.