Skip to content

Commit 1af1fb4

Browse files
committed
Add missing template <>
Signed-off-by: John Pennycook <[email protected]>
1 parent 3b779c0 commit 1af1fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/khr/group_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ template <typename T> struct is_khr_group : public std::false_type {};
5151
template <int Dimensions>
5252
struct is_khr_group<khr::work_group<Dimensions>> : public std::true_type {};
5353

54-
struct is_khr_group<khr::sub_group> : public std::true_type {};
54+
template <> struct is_khr_group<khr::sub_group> : public std::true_type {};
5555

5656
} // namespace detail
5757

0 commit comments

Comments
 (0)