Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for arrays in CoreRangeSet (#14967)
### Ticket - #14962 ### Problem description For the upcoming matmul1d op that supports inputs sharded on arbitrary cores, the ordering of the cores must be accessible in the program factory. This is so that we can pick a ring such that the NOC directions are optimized according to the following: <img width="1016" alt="image" src="https://github.com/user-attachments/assets/730c72e3-f79c-4b3d-a281-50c19db252ba"> ### What's changed - Added support to pass in arrays to the CoreRangeSet object.
- Loading branch information