Skip to content

Commit c3426d7

Browse files
authored
Update work_group_memory_forward_decl.hpp
1 parent f4b9b1a commit c3426d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/Inputs/sycl/ext/oneapi/experimental/work_group_memory_forward_decl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inline namespace _V1 {
55
namespace ext {
66
namespace oneapi {
77
namespace experimental {
8-
template <typename DataT, typename PropertiesT = empty_properties_t>
8+
template <typename DataT, typename PropertiesT = int>
99
class work_group_memory;
1010
} // namespace experimental
1111
} // namespace oneapi

0 commit comments

Comments
 (0)