-
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.
Enable conversion of all_reduce and GSPMD custom_op into TTIR dialect (…
…#1351) 1. TT_Reduce_Type is created to share compution type with TTNN dialect 2. AllReduceOp in TTIR is introdcued to accomodate stableHLO all_reduce op 3. MeshShardOp in TTIR is introduced to capture GSPMD custom sharding 4. Realistic test cases are added from JAX/PJRT output Current verion of importing is targetting GSPMD input, but our future plans mainly focus on supporting Shardy-based JAX/PJRT output.
- Loading branch information
Showing
6 changed files
with
722 additions
and
21 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
Oops, something went wrong.