Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d3e81a8

Browse files
authored
NFC commit to force re-testing
1 parent cf0876f commit d3e81a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SYCL/ESIMD/slm_split_barrier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ void load_to_slm(uint grpSize, uint localId, uint slmOffset, char *addr,
6969
vOffsets += (grpSize * 256);
7070
}
7171

72+
// add memory fence and split barriers
7273
fence<fence_mask::global_coherent_fence>();
7374
split_barrier<split_barrier_action::signal>();
7475
split_barrier<split_barrier_action::wait>();

0 commit comments

Comments
 (0)