Skip to content

Commit bdce5e8

Browse files
AnBodrovaigcbot
authored andcommitted
Revert: "Change global_barrier implementation to atomics-based"
---------------------------
1 parent 25a9fc9 commit bdce5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/BiFModule/Implementation/barrier.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ void __global_barrier_nonatomic()
404404
}
405405

406406
void global_barrier() {
407-
__global_barrier_atomic();
407+
__global_barrier_nonatomic();
408408
}
409409

410410
void system_memfence(char fence_typed_memory)

0 commit comments

Comments
 (0)