[Mlir-commits] [llvm] [mlir] [mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (PR #83004)

Ingo Müller llvmlistbot at llvm.org
Wed Feb 28 00:18:32 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"],
----------------
ingomueller-net wrote:

Yeah, I think you are right. The last commit makes that change.

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


More information about the Mlir-commits mailing list