Tomek Kuczyński

Results 1 issues of Tomek Kuczyński

The MLIR [GPU dialect docs](https://mlir.llvm.org/docs/Dialects/GPU/#gpubarrier-gpubarrierop) specify that gpu::BarrierOp should make *all memory accesses* visible to all work items in the workgroup. Current implementation uses only CLK_LOCAL_MEM_FENCE, which per the [OpenCL...

mlir:gpu
mlir