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 3b779c0 commit 1af1fb4Copy full SHA for 1af1fb4
sycl/include/sycl/khr/group_interface.hpp
@@ -51,7 +51,7 @@ template <typename T> struct is_khr_group : public std::false_type {};
51
template <int Dimensions>
52
struct is_khr_group<khr::work_group<Dimensions>> : public std::true_type {};
53
54
-struct is_khr_group<khr::sub_group> : public std::true_type {};
+template <> struct is_khr_group<khr::sub_group> : public std::true_type {};
55
56
} // namespace detail
57
0 commit comments