[Mlir-commits] [mlir] [mlir][nvgpu] Make `phaseParity` of `mbarrier.try_wait` `i1` (PR #81460)

Durgadoss R llvmlistbot at llvm.org
Mon Feb 12 09:18:55 PST 2024


================
@@ -206,7 +206,8 @@ func.func @main() {
     {
       %ticks = arith.constant 10000000 : index
       // TMA wait
-      nvgpu.mbarrier.try_wait.parity %barrier[%i], %c0, %ticks : !barrierType
+      %phase = arith.constant 0 : i1
----------------
durga4github wrote:

well, I thought we will search replace all instances of this to %phase_c0 ;-)

https://github.com/llvm/llvm-project/pull/81460


More information about the Mlir-commits mailing list