Skip to content

Commit

Permalink
Fully qualify Experimental::SYCL in algorithms to avoid conflicting n…
Browse files Browse the repository at this point in the history
…amespaces
  • Loading branch information
masterleinad committed Aug 3, 2023
1 parent 23870b3 commit 963f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/src/sorting/impl/Kokkos_SortImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void sort_device_view_with_comparator(
#if defined(KOKKOS_ENABLE_ONEDPL)
template <class ComparatorType, class DataType, class... Properties>
void sort_device_view_with_comparator(
const Experimental::SYCL& exec,
const Kokkos::Experimental::SYCL& exec,
const Kokkos::View<DataType, Properties...>& view,
const ComparatorType& comparator) {
using ViewType = Kokkos::View<DataType, Properties...>;
Expand Down

0 comments on commit 963f783

Please sign in to comment.