We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee5382 commit 8b779b5Copy full SHA for 8b779b5
sycl/include/sycl/ext/oneapi/experimental/prefetch.hpp
@@ -49,6 +49,8 @@ inline constexpr prefetch_hint_key::value_t<cache_level::L4, nontemporal>
49
prefetch_hint_L4_nt;
50
51
namespace detail {
52
+using namespace sycl::detail;
53
+
54
template <> struct IsCompileTimeProperty<prefetch_hint_key> : std::true_type {};
55
56
template <cache_level Level, typename Hint>
0 commit comments