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

Guray Ozen llvmlistbot at llvm.org
Tue Feb 13 00:16:36 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
----------------
grypp wrote:

Right :) I fixed that. 
(happens when you are doing this in the end of your day)

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


More information about the Mlir-commits mailing list