[Mlir-commits] [mlir] [mlir][spirv] Use assemblyFormat to define groupNonUniform op assembly (PR #115662)
Jakub Kuderski
llvmlistbot at llvm.org
Sun Nov 10 09:58:49 PST 2024
https://github.com/kuhar commented:
Looks great, thanks for cleaning these us!
Have you chacked if the integration tests continue to work? The cmake flags should be:
```
-DMLIR_INCLUDE_INTEGRATION_TESTS=1 \
-DMLIR_ENABLE_VULKAN_RUNNER=1 \
-DMLIR_ENABLE_SPIRV_CPU_RUNNER=1 \
```
https://github.com/llvm/llvm-project/pull/115662
More information about the Mlir-commits
mailing list