[Mlir-commits] [mlir] [mlir][spirv] Support SPIR-V 1.6 in deserializer (PR #151958)
Igor Wodiany
llvmlistbot at llvm.org
Mon Aug 4 07:18:22 PDT 2025
IgWod-IMG wrote:
Will it actually work? Locally I've never managed to pipe `mlir-translate` and `spirv-val` when there are multiple modules or `--split-input-file`. I've just tried it again running:
```
mlir-translate --serialize-spirv --no-implicit-module --split-input-file llvm-project/mlir/test/Target/SPIRV/module.mlir | spirv-val
```
And I get:
```
error: file size should be a multiple of 4; file '(null)' corrupt
```
https://github.com/llvm/llvm-project/pull/151958
More information about the Mlir-commits
mailing list