[Mlir-commits] [mlir] b9bb3ad - Unbreak the build of mlir-cuda-runner

Benjamin Kramer llvmlistbot at llvm.org
Fri May 29 03:19:10 PDT 2020


Author: Benjamin Kramer
Date: 2020-05-29T12:18:48+02:00
New Revision: b9bb3ad3ed3b13607d15472a0b881da9fb00fc03

URL: https://github.com/llvm/llvm-project/commit/b9bb3ad3ed3b13607d15472a0b881da9fb00fc03
DIFF: https://github.com/llvm/llvm-project/commit/b9bb3ad3ed3b13607d15472a0b881da9fb00fc03.diff

LOG: Unbreak the build of mlir-cuda-runner

Added: 
    

Modified: 
    mlir/tools/mlir-cuda-runner/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/tools/mlir-cuda-runner/CMakeLists.txt b/mlir/tools/mlir-cuda-runner/CMakeLists.txt
index f669cfbea57b..5488262d7ee7 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}


        


More information about the Mlir-commits mailing list