Skip to content

Commit

Permalink
[mlir] use new cmake targets in mlir-*-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ftynse committed Feb 15, 2021
1 parent 37c8980 commit 1d6f08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlir/tools/mlir-cuda-runner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if(MLIR_CUDA_RUNNER_ENABLED)
MLIRStandard
MLIRSupport
MLIRTargetLLVMIR
MLIRTargetNVVMIR
MLIRNVVMToLLVMIRTranslation
MLIRTransforms
MLIRTranslation
${CUDA_RUNTIME_LIBRARY}
Expand Down
2 changes: 1 addition & 1 deletion mlir/tools/mlir-rocm-runner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if(MLIR_ROCM_RUNNER_ENABLED)
MLIRStandard
MLIRSupport
MLIRTargetLLVMIR
MLIRTargetROCDLIR
MLIRROCDLToLLVMIRTranslation
MLIRTransforms
MLIRTranslation
${ROCM_RUNTIME_LIBRARY}
Expand Down

0 comments on commit 1d6f08e

Please sign in to comment.