Skip to content

Commit

Permalink
Fix NNPA ZHigh Zlow dependency on OMLayoutHelper (#2384)
Browse files Browse the repository at this point in the history
Signed-off-by: Gong Su <[email protected]>
  • Loading branch information
gongsu832 authored Jul 21, 2023
1 parent ab4fa45 commit 6bc651e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Accelerators/NNPA/Transform/ZHigh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ add_onnx_mlir_library(OMZHighConstPropagation
ZHighConstPropagation.cpp

DEPENDS
OMLayoutHelper
OMONNXZHighConstPropagationIncGen
libzdnn

LINK_LIBS PUBLIC
MLIRRewrite
Expand Down
3 changes: 3 additions & 0 deletions src/Accelerators/NNPA/Transform/ZLow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
add_onnx_mlir_library(OMZLowRewrite
ZLowRewrite.cpp

DEPENDS
OMLayoutHelper

LINK_LIBS PUBLIC
MLIRAffineUtils
MLIRFuncDialect
Expand Down

0 comments on commit 6bc651e

Please sign in to comment.