From b9bb3ad3ed3b13607d15472a0b881da9fb00fc03 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 29 May 2020 12:18:25 +0200 Subject: [PATCH] Unbreak the build of mlir-cuda-runner --- mlir/tools/mlir-cuda-runner/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/tools/mlir-cuda-runner/CMakeLists.txt b/mlir/tools/mlir-cuda-runner/CMakeLists.txt index f669cfb..5488262d7 100644 --- a/mlir/tools/mlir-cuda-runner/CMakeLists.txt +++ b/mlir/tools/mlir-cuda-runner/CMakeLists.txt @@ -51,6 +51,7 @@ if(MLIR_CUDA_RUNNER_ENABLED) MLIRParser MLIRSupport MLIRTargetLLVMIR + MLIRTargetNVVMIR MLIRTransforms MLIRTranslation ${CUDA_RUNTIME_LIBRARY} -- 2.7.4