Skip to content

Commit cc15141

Browse files
committed
[MLIR] Link SerializeToHsaco dependencies to correct MLIR library
Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D119774
1 parent d6371a7 commit cc15141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/GPU/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if(MLIR_ENABLE_ROCM_RUNNER)
133133
MLIR_GPU_TO_HSACO_PASS_ENABLE=1
134134
)
135135

136-
target_link_libraries(MLIRGPUOps
136+
target_link_libraries(MLIRGPUTransforms
137137
PRIVATE
138138
MLIRExecutionEngine
139139
MLIRROCDLToLLVMIRTranslation

0 commit comments

Comments
 (0)