[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 13:21:27 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:

No I think until now this matching CMake: it was defined on the command line. But now that we move it to the config.h, you removed it from the CMake definitions so I would think we should match this in bazel

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


More information about the Mlir-commits mailing list