You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
Summary
For some reason, certain CMake configuration flags are persistent across different CI runs. E.g.
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]
.The text was updated successfully, but these errors were encountered: