Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TTMLIR libs #232

Open
rpavlovicTT opened this issue Jul 25, 2024 · 0 comments · May be fixed by #1692
Open

Rename TTMLIR libs #232

rpavlovicTT opened this issue Jul 25, 2024 · 0 comments · May be fixed by #1692
Assignees

Comments

@rpavlovicTT
Copy link
Contributor

At the moment, all of our libs are named with prefix. Let's change the prefix to to clearly differentiate from MLIR builtins. So given the snippet below MLIRTTIRDialect -> TTMLIRTTIRDialect and so on.

add_mlir_library(TTMLIR STATIC RegisterAll.cpp
  LINK_LIBS PUBLIC
    MLIR
    MLIRTTDialect
    MLIRTTIRDialect
    MLIRTTIRTransforms
    MLIRTTIRAnalysis
    MLIRTTNNDialect
    MLIRTTNNTransforms
    MLIRTTKernelDialect
    MLIRTTMetalDialect
    MLIRTTMetalTransforms
    MLIRTTNNPipelines
)
@sdjordjevicTT sdjordjevicTT added MLIR Ops Issues related to MLIR dialect ops and their implementations MLIR Compiler and removed MLIR Compiler MLIR Ops Issues related to MLIR dialect ops and their implementations labels Aug 26, 2024
@jserbedzijaTT jserbedzijaTT linked a pull request Dec 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants