Skip to content

Commit

Permalink
Revert: "Change global_barrier implementation to atomics-based"
Browse files Browse the repository at this point in the history
---------------------------
  • Loading branch information
AnBodrova authored and igcbot committed Nov 13, 2024
1 parent 25a9fc9 commit bdce5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/BiFModule/Implementation/barrier.cl
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void __global_barrier_nonatomic()
}

void global_barrier() {
__global_barrier_atomic();
__global_barrier_nonatomic();
}

void system_memfence(char fence_typed_memory)
Expand Down

0 comments on commit bdce5e8

Please sign in to comment.