[Mlir-commits] [mlir] [mlir][spirv][webgpu] Add lowering of IAddCarry to IAdd (PR #68495)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Oct 13 15:58:19 PDT 2023
kuhar wrote:
> Rebased and force pushed to hopefully remedy the code_formatter error. I added an integration test, but it is only done by eye. I am not sure how one can test it locally? Is there documentation for the possible ways to test with the `mlir-vulkan-runner`?
You need to set these two in cmake:
```
-DMLIR_INCLUDE_INTEGRATION_TESTS=1 \
-DMLIR_ENABLE_VULKAN_RUNNER=1 \
```
https://github.com/llvm/llvm-project/pull/68495
More information about the Mlir-commits
mailing list