[Mlir-commits] [mlir] [mlir][spirv]: Add Image to Vulkan Storage Class Map (PR #144899)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jun 23 08:19:37 PDT 2025


================
@@ -0,0 +1,27 @@
+// RUN: mlir-opt -split-input-file -allow-unregistered-dialect -map-memref-spirv-storage-class='client-api=vulkan' %s -o - | FileCheck %s
----------------
kuhar wrote:

We can prune some unused flags from this:

```suggestion
// RUN: mlir-opt --allow-unregistered-dialect --map-memref-spirv-storage-class='client-api=vulkan' %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list