[Mlir-commits] [mlir] 1d6f08e - [mlir] use new cmake targets in mlir-*-runner

Alex Zinenko llvmlistbot at llvm.org
Mon Feb 15 06:04:35 PST 2021


Author: Alex Zinenko
Date: 2021-02-15T15:04:00+01:00
New Revision: 1d6f08e61d9771baf5381198ac5d306f6cbcd302

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

LOG: [mlir] use new cmake targets in mlir-*-runner

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/tools/mlir-cuda-runner/CMakeLists.txt b/mlir/tools/mlir-cuda-runner/CMakeLists.txt
index 816af62926d0..fe59fe1a87a8 100644
--- a/mlir/tools/mlir-cuda-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-cuda-runner/CMakeLists.txt
@@ -58,7 +58,7 @@ if(MLIR_CUDA_RUNNER_ENABLED)
     MLIRStandard
     MLIRSupport
     MLIRTargetLLVMIR
-    MLIRTargetNVVMIR
+    MLIRNVVMToLLVMIRTranslation
     MLIRTransforms
     MLIRTranslation
     ${CUDA_RUNTIME_LIBRARY}

diff  --git a/mlir/tools/mlir-rocm-runner/CMakeLists.txt b/mlir/tools/mlir-rocm-runner/CMakeLists.txt
index b7f00f4dd76d..6b649d29edb5 100644
--- a/mlir/tools/mlir-rocm-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-rocm-runner/CMakeLists.txt
@@ -83,7 +83,7 @@ if(MLIR_ROCM_RUNNER_ENABLED)
     MLIRStandard
     MLIRSupport
     MLIRTargetLLVMIR
-    MLIRTargetROCDLIR
+    MLIRROCDLToLLVMIRTranslation
     MLIRTransforms
     MLIRTranslation
     ${ROCM_RUNTIME_LIBRARY}


        


More information about the Mlir-commits mailing list