[Mlir-commits] [mlir] [mlir][spirv] Use assemblyFormat to define groupNonUniform op assembly (PR #115662)

Yadong Chen llvmlistbot at llvm.org
Sun Nov 10 20:08:44 PST 2024


hahacyd wrote:

> Looks great, thanks for cleaning these up!
> 
> 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 \
> ```

I added these flags and ran "ninja check-mlir-integration",got this:
![image](https://github.com/user-attachments/assets/ea4b706a-bc0d-48bf-b440-34b467fb3e2e)

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


More information about the Mlir-commits mailing list