[Mlir-commits] [mlir] [mlir][vector]add foldConstantOp fold function and apply it to extractOp and insertOp. (PR #124399)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Jan 27 07:10:20 PST 2025
ftynse wrote:
> -DMLIR_ENABLE_CUDA_RUNNER=ON DMLIR_INCLUDE_INTEGRATION_TESTS=ON
You are missing a dash before DMLIR_INCLUDE_INTEGRATION_TESTS, should be `-DMLIR_INCLUDE_INTEGRATION_TESTS`
https://github.com/llvm/llvm-project/pull/124399
More information about the Mlir-commits
mailing list