Skip to content

Commit

Permalink
One more library from tpp as a dependency, reduced includes
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin committed Jul 22, 2024
1 parent 7915050 commit 6b11e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion cmake/tpp-mlir.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ if (TPP_MLIR_DIR)
message(STATUS "TPP-MLIR at ${TPP_MLIR_DIR}")
add_compile_definitions(TPP_MLIR)
set(TPP_MLIR_LIBS
TPPPipeline
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 @@ -54,11 +54,7 @@
#include "mlir/Target/LLVMIR/ModuleTranslation.h"

#ifdef TPP_MLIR // If TPP is available
#include "TPP/Dialect/Check/CheckDialect.h"
#include "TPP/Dialect/Perf/PerfDialect.h"
#include "TPP/Dialect/Xsmm/XsmmDialect.h"
#include "TPP/GPU/Utils.h"
#include "TPP/Passes.h"
#include "TPP/PassBundles.h"
#endif

namespace {
Expand Down

0 comments on commit 6b11e19

Please sign in to comment.