[Mlir-commits] [llvm] [mlir] [LLVM][NVPTX][MLIR] Add mbarrier layout support (PR #217252)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Aug 19 03:59:43 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 137875 tests passed
* 2544 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.

<details>
<summary>tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.h.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.h.inc</summary>

```
FAILED: tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.h.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.h.inc
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-op-decls -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td --write-if-changed -o NVVMOps.h.inc -d NVVMOps.h.inc.d && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.h.inc.d /home/gha/actions-runner/_work/llvm-project/llvm-project/build/CMakeFiles/d/5fe154be4b6d0d6a1fc33b44231dee779f9d2751a9cbe5f95e7bb76295f01f7f.d
error: strict properties in assembly format requires prop-dict unless all inherent attributes and properties are bound in the custom assembly format; missing attribute 'layout'
$addr attr-dict `:` type($addr) `->` type($res)
^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td:714:5: note: in custom assembly format for this operation
def NVVM_MBarrierCheckLayoutOp :
^
```
</details>
<details>
<summary>tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.cpp.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.cpp.inc</summary>

```
FAILED: tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.cpp.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.cpp.inc
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-op-defs -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td --write-if-changed -o NVVMOps.cpp.inc -d NVVMOps.cpp.inc.d && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.cpp.inc.d /home/gha/actions-runner/_work/llvm-project/llvm-project/build/CMakeFiles/d/d1a17c3d87453108be60b338895fc2ab81be62d49d1f22a3b093971af03f74fb.d
error: strict properties in assembly format requires prop-dict unless all inherent attributes and properties are bound in the custom assembly format; missing attribute 'layout'
$addr attr-dict `:` type($addr) `->` type($res)
^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td:714:5: note: in custom assembly format for this operation
def NVVM_MBarrierCheckLayoutOp :
^
```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the Mlir-commits mailing list