[Mlir-commits] [mlir] [MLIR][AMDGPU] Adding Vector to AMDGPU conversion lowering (PR #131803)

Jakub Kuderski llvmlistbot at llvm.org
Tue Mar 18 07:29:08 PDT 2025


================
@@ -0,0 +1,68 @@
+// RUN: mlir-opt %s -convert-vector-to-amdgpu --split-input-file | FileCheck %s
----------------
kuhar wrote:

```suggestion
// RUN: mlir-opt %s --convert-vector-to-amdgpu --split-input-file | FileCheck %s
```

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


More information about the Mlir-commits mailing list