Unbreak the build of mlir-cuda-runner
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 29 May 2020 10:18:25 +0000 (12:18 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 29 May 2020 10:18:48 +0000 (12:18 +0200)
mlir/tools/mlir-cuda-runner/CMakeLists.txt

index f669cfb..5488262 100644 (file)
@@ -51,6 +51,7 @@ if(MLIR_CUDA_RUNNER_ENABLED)
     MLIRParser
     MLIRSupport
     MLIRTargetLLVMIR
+    MLIRTargetNVVMIR
     MLIRTransforms
     MLIRTranslation
     ${CUDA_RUNTIME_LIBRARY}