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 eb8ea8e commit f600e50Copy full SHA for f600e50
src/pocl/backend.jl
@@ -189,7 +189,7 @@ end
189
## Synchronization and Printing
190
191
@device_override @inline function KA.__synchronize()
192
- SPIRVIntrinsics.barrier(SPIRVIntrinsics.CLK_LOCAL_MEM_FENCE)
+ SPIRVIntrinsics.barrier(SPIRVIntrinsics.CLK_LOCAL_MEM_FENCE | SPIRVIntrinsics.CLK_GLOBAL_MEM_FENCE)
193
end
194
195
@device_override @inline function KA.__print(args...)
0 commit comments