diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt --- a/mlir/test/CMakeLists.txt +++ b/mlir/test/CMakeLists.txt @@ -5,6 +5,11 @@ llvm_canonicalize_cmake_booleans( LLVM_BUILD_EXAMPLES + MLIR_CUDA_CONVERSIONS_ENABLED + MLIR_CUDA_RUNNER_ENABLED + MLIR_ROCM_CONVERSIONS_ENABLED + MLIR_ROCM_RUNNER_ENABLED + MLIR_VULKAN_RUNNER_ENABLED ) # Passed to lit.site.cfg.py.in to set up the path where to find the libraries