Skip to content

Commit 3231a75

Browse files
committed
clang-format
Signed-off-by: James Brodman <[email protected]>
1 parent cd13ac5 commit 3231a75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/include/CL/sycl/ONEAPI/group_algorithm.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ template <> inline id<3> linear_id_to_id(range<3> r, size_t linear_id) {
8181

8282
// TODO: Replace with Group::fence_scope from SYCL 2020 provisional
8383
template <typename Group> struct FenceScope {
84-
static constexpr ONEAPI::memory_scope value = ONEAPI::memory_scope::work_group;
84+
static constexpr ONEAPI::memory_scope value =
85+
ONEAPI::memory_scope::work_group;
8586
};
8687

8788
template <> struct FenceScope<ONEAPI::sub_group> {

0 commit comments

Comments
 (0)