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

CMake configurations are persistent across runners #191

Closed
nvukobratTT opened this issue Aug 28, 2024 · 2 comments
Closed

CMake configurations are persistent across runners #191

nvukobratTT opened this issue Aug 28, 2024 · 2 comments
Assignees

Comments

@nvukobratTT
Copy link
Contributor

nvukobratTT commented Aug 28, 2024

Summary

For some reason, certain CMake configuration flags are persistent across different CI runs. E.g.

  • DTT_RUNTIME_ENABLE_TTNN
  • DTT_RUNTIME_ENABLE_TTMETAL

For a quick fix, as this is a blocker, we're forcing these as part of the MLIR build script. However, these are already enabled by default, and shouldn't be specified. E.g. build section of the FFE: Runtimes Enabled: TTNN[ON] TTMETAL[OFF].

@nvukobratTT
Copy link
Contributor Author

For more details, check this PR:

@vmilosevic
Copy link
Collaborator

Fixed with #190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants