-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-chip spec update, add meshShape to DeviceAttr (#659)
- Updated the device spec to outline new meshShape attribute usage and lowering to TTNN. - Add meshShape to DeviceAttr which drives interpretation of multi-device device and tensor grids. - Add pass and pipeline option "mesh-shape" for providing a mesh shape to the device attribute creation. - Make device and system_desc attributes as alias attributes, i.e. hoisted in mlir printing. - Add llvm lit config features based on provided system_desc - Update `test/python/device_attr.py` to match spec - Add simple test marked as XFAIL for now
- Loading branch information
Showing
13 changed files
with
363 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.