Skip to content

Commit

Permalink
missing dialects
Browse files Browse the repository at this point in the history
  • Loading branch information
Devjiu committed Mar 28, 2024
1 parent 9cf242f commit 8ddf936
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions lib/TPP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ add_mlir_library(TPPPipeline
MLIRIR
MLIRMeshDialect
MLIRSupport
MLIRToLLVMIRTranslationRegistration
MLIRMPIDialect
MLIRMLProgramDialect
MLIRMLProgramTransforms
MLIRArithValueBoundsOpInterfaceImpl
MLIRAsyncTransforms
MLIRControlFlowTransforms
Expand Down
13 changes: 7 additions & 6 deletions lib/TPP/Transforms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,23 @@ add_mlir_library(TPPTransforms

LINK_LIBS PUBLIC
${mlir_dialect_libs}
MLIRIR
MLIRSupport
MLIRBufferizationToMemRef
MLIRBufferizationPipelines
TPPTppDialect
# TPPTppDialect
TPPTransformsUtils
TPPIR
TPPXsmmDialect
TPPCheckToLoops
TPPLinalgToFunc
TPPLinalgToTpp
TPPLinalgToXSMM
TPPMemRefToXSMM
# TPPLinalgToTpp
# TPPLinalgToXSMM
# TPPMemRefToXSMM
TPPPerfToFunc
TPPPerfToLoop
TPPTppToLoops
TPPTppToXSMM
# TPPTppToLoops
# TPPTppToXSMM
TPPXsmmToFunc
TPPLinalgXTransformOps
)

0 comments on commit 8ddf936

Please sign in to comment.