Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
missing dialects
Browse files Browse the repository at this point in the history
Devjiu committed Mar 22, 2024
1 parent 4c89312 commit 604a5b5
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
@@ -21,6 +21,10 @@ add_mlir_library(TPPPipeline
MLIRIR
MLIRMeshDialect
MLIRSupport
MLIRToLLVMIRTranslationRegistration
MLIRMPIDialect
MLIRMLProgramDialect
MLIRMLProgramTransforms
MLIRArithValueBoundsOpInterfaceImpl
MLIRAsyncTransforms
MLIRControlFlowTransforms
13 changes: 7 additions & 6 deletions lib/TPP/Transforms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -32,22 +32,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 604a5b5

Please sign in to comment.