Skip to content

Commit

Permalink
Fixed linker problems by properly ordering TPP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin committed Jul 22, 2024
1 parent 6b11e19 commit c5394bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/tpp-mlir.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ if (TPP_MLIR_DIR)
message(STATUS "TPP-MLIR at ${TPP_MLIR_DIR}")
add_compile_definitions(TPP_MLIR)
set(TPP_MLIR_LIBS
TPPPipeline
TPPPassBundles
TPPCheckDialect
TPPCheckToLoops
TPPGPU
TPPIR
TPPLinalgToFunc
TPPLinalgToXSMM
TPPPassBundles
TPPPerfDialect
TPPPerfToFunc
TPPPerfToLoop
TPPPipeline
TPPRunner
TPPTestLib
TPPTransforms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

#ifdef TPP_MLIR // If TPP is available
#include "TPP/PassBundles.h"
#include "TPP/Passes.h"
#endif

namespace {
Expand Down

0 comments on commit c5394bc

Please sign in to comment.