Skip to content

Commit 04bcd17

Browse files
Remove commented line
1 parent 4455a2d commit 04bcd17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_radix_sort_one_wg.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ struct __subgroup_radix_sort
334334
if (__idx < __n)
335335
__values.__v[__i] = ::std::move(__acc_buf_val[__idx]);
336336
}
337-
// __dpl_sycl::__group_barrier(__it, sycl::access::fence_space::global_and_local); // TODO is it correct to use here global_and_local or enough to use local_space ?
338-
__dpl_sycl::__group_barrier(__it);
337+
__dpl_sycl::__group_barrier(__it /*, sycl::access::fence_space::local_space */);
339338
}
340339
}));
341340
});

0 commit comments

Comments
 (0)