[Mlir-commits] [mlir] cc15141 - [MLIR] Link SerializeToHsaco dependencies to correct MLIR library

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Feb 15 08:31:15 PST 2022


Author: Krzysztof Drewniak
Date: 2022-02-15T16:31:10Z
New Revision: cc151417949e459104dfebe0c70f49ac9d354094

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

LOG: [MLIR] Link SerializeToHsaco dependencies to correct MLIR library

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D119774

Added: 
    

Modified: 
    mlir/lib/Dialect/GPU/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/GPU/CMakeLists.txt b/mlir/lib/Dialect/GPU/CMakeLists.txt
index 1b2f884126f3e..b08468c3a8eb7 100644
--- a/mlir/lib/Dialect/GPU/CMakeLists.txt
+++ b/mlir/lib/Dialect/GPU/CMakeLists.txt
@@ -133,7 +133,7 @@ if(MLIR_ENABLE_ROCM_RUNNER)
     MLIR_GPU_TO_HSACO_PASS_ENABLE=1
   )
 
-  target_link_libraries(MLIRGPUOps
+  target_link_libraries(MLIRGPUTransforms
     PRIVATE
     MLIRExecutionEngine
     MLIRROCDLToLLVMIRTranslation


        


More information about the Mlir-commits mailing list