[Mlir-commits] [llvm] [mlir] [mlir] Replace MLIR_ENABLE_CUDA_CONVERSIONS with LLVM_HAS_NVPTX_TARGET (PR #93008)
Mehdi Amini
llvmlistbot at llvm.org
Wed May 22 14:59:53 PDT 2024
================
@@ -25,7 +25,7 @@ config.mlir_cmake_dir = "@MLIR_CMAKE_DIR@"
config.mlir_lib_dir = "@MLIR_LIB_DIR@"
config.build_examples = @LLVM_BUILD_EXAMPLES@
-config.run_cuda_tests = @MLIR_ENABLE_CUDA_CONVERSIONS@
+config.run_cuda_tests = "@LLVM_HAS_NVPTX_TARGET@"
----------------
joker-eph wrote:
Can you rename `run_cuda_tests` as well? It is incorrectly named now.
https://github.com/llvm/llvm-project/pull/93008
More information about the Mlir-commits
mailing list