Skip to content

Commit

Permalink
[moco-tf] Include logo-ex (#8663)
Browse files Browse the repository at this point in the history
This will revise modo-tf to use loco-ex.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Mar 17, 2022
1 parent a4ec77f commit 56001a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/moco-tf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ target_link_libraries(moco_tf_frontend PRIVATE locomotiv)
target_link_libraries(moco_tf_frontend PRIVATE plier_tf)
target_link_libraries(moco_tf_frontend PRIVATE locoex_customop)
target_link_libraries(moco_tf_frontend PRIVATE logo)
target_link_libraries(moco_tf_frontend PRIVATE logo_ex)
target_link_libraries(moco_tf_frontend PRIVATE oops)
install(TARGETS moco_tf_frontend DESTINATION lib)

Expand Down
1 change: 1 addition & 0 deletions compiler/moco-tf/src/Transforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "Transforms/TypeInferencePass.h"

#include <logo/Passes.h>
#include <logo/PassesEx.h>
#include <moco/Pass/Passes.h>

#endif // __MOCO_TF_TRANSFORMS_H__

0 comments on commit 56001a7

Please sign in to comment.