[Mlir-commits] [mlir] [mlir][spirv] Do SPIR-V serialization in -test-vulkan-runner-pipeline (PR #121494)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Jan 2 09:45:25 PST 2025
================
@@ -0,0 +1,30 @@
+// RUN: mlir-opt -convert-to-spirv="convert-gpu-modules=true nest-in-gpu-module=true run-signature-conversion=false run-vector-unrolling=false" -split-input-file %s | FileCheck %s
----------------
kuhar wrote:
There are no splits used in this test
```suggestion
// RUN: mlir-opt --convert-to-spirv="convert-gpu-modules=true nest-in-gpu-module=true run-signature-conversion=false run-vector-unrolling=false" %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/121494
More information about the Mlir-commits
mailing list