We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acc731 commit a9be4a2Copy full SHA for a9be4a2
sycl/include/sycl/ext/intel/experimental/esimd/memory.hpp
@@ -24,7 +24,9 @@ namespace __ESIMD_ENS {
24
/// @{
25
26
/// Generic work-group split barrier
27
-__ESIMD_API void sbarrier(split_barrier_action flag) { __esimd_sbarrier(flag); }
+__ESIMD_API void split_barrier(split_barrier_action flag) {
28
+ __esimd_sbarrier(flag);
29
+}
30
31
/// @} sycl_esimd_memory
32
0 commit comments