Skip to content

Commit 31dc1d7

Browse files
committed
Fix clang-format issue
1 parent ee479d8 commit 31dc1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/CL/sycl/ONEAPI/sub_group.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ struct sub_group {
243243

244244
#ifdef __NVPTX__
245245
return src[get_local_id()[0]];
246-
#else // __NVPTX__
246+
#else // __NVPTX__
247247
auto l = __spirv_GenericCastToPtrExplicit_ToLocal<T>(
248248
src, __spv::StorageClass::Workgroup);
249249
if (l)
@@ -381,7 +381,7 @@ struct sub_group {
381381

382382
#ifdef __NVPTX__
383383
dst[get_local_id()[0]] = x;
384-
#else // __NVPTX__
384+
#else // __NVPTX__
385385
auto l = __spirv_GenericCastToPtrExplicit_ToLocal<T>(
386386
dst, __spv::StorageClass::Workgroup);
387387
if (l) {

0 commit comments

Comments
 (0)