[Mlir-commits] [llvm] [mlir] [mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (PR #83004)
Mehdi Amini
llvmlistbot at llvm.org
Tue Feb 27 12:20:14 PST 2024
================
@@ -552,7 +552,7 @@ cc_library(
cc_library(
name = "TestTransforms",
srcs = glob(["lib/Transforms/*.cpp"]),
- defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
+ defines = ["MLIR_ENABLE_CUDA_CONVERSIONS"],
----------------
joker-eph wrote:
There is a discrepancy between the change in Cmake and Bazel: shouldn't remove this and rely on mlir-config.h instead?
https://github.com/llvm/llvm-project/pull/83004
More information about the Mlir-commits
mailing list