[Mlir-commits] [mlir] [mlir][AMDGPU] Add PermlaneOp (PR #154345)

Jakub Kuderski llvmlistbot at llvm.org
Tue Aug 19 09:56:19 PDT 2025


================
@@ -0,0 +1,163 @@
+// RUN: mlir-opt -convert-amdgpu-to-rocdl=chipset=gfx950 --canonicalize %s | FileCheck %s
----------------
kuhar wrote:

```suggestion
// RUN: mlir-opt --convert-amdgpu-to-rocdl=chipset=gfx950 --canonicalize %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list