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
Create a TTNN wrapper library that we can access from TTNN dialect and taps into TTNN API.
Primary goal for this library is to use TTNN compiler interface, thus we agreed to name it TTNNOpModel.lib
Design goals
No metal/ttnn headers are included in the TTNN dialect.
MLIR/LLVM project has exceptions disabled, and keep them disabled.
with macOS builds this library would not work, and we'll keep track of used APIs and ensure they return something that doesnt break generality compilation.
The text was updated successfully, but these errors were encountered:
Create a TTNN wrapper library that we can access from TTNN dialect and taps into TTNN API.
Primary goal for this library is to use TTNN compiler interface, thus we agreed to name it TTNNOpModel.lib
Design goals
The text was updated successfully, but these errors were encountered: