Skip to content

Commit

Permalink
#12946: Fixed TGG mapping to match cluster_desc.yaml (#12947)
Browse files Browse the repository at this point in the history
* #12946: Fixed mapping to match cluster_desc.yaml

* #12946: Flipped first Galaxy motherboard instead of second one
  • Loading branch information
sagarwalTT authored Sep 20, 2024
1 parent e23e894 commit 00e1478
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions tt_metal/impl/device/mesh_configurations/TGG.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"logical_to_physical_coordinates": [
[[0, 0], [7, 3, 0, 1]],
[[0, 1], [7, 2, 0, 1]],
[[0, 2], [7, 1, 0, 1]],
[[0, 3], [7, 0, 0, 1]],
[[1, 0], [6, 3, 0, 1]],
[[1, 1], [6, 2, 0, 1]],
[[1, 2], [6, 1, 0, 1]],
[[1, 3], [6, 0, 0, 1]],
[[2, 0], [5, 3, 0, 1]],
[[2, 1], [5, 2, 0, 1]],
[[2, 2], [5, 1, 0, 1]],
[[2, 3], [5, 0, 0, 1]],
[[3, 0], [4, 3, 0, 1]],
[[3, 1], [4, 2, 0, 1]],
[[3, 2], [4, 1, 0, 1]],
[[3, 3], [4, 0, 0, 1]],
[[4, 0], [3, 3, 0, 1]],
[[4, 1], [3, 2, 0, 1]],
[[4, 2], [3, 1, 0, 1]],
[[4, 3], [3, 0, 0, 1]],
[[5, 0], [2, 3, 0, 1]],
[[5, 1], [2, 2, 0, 1]],
[[5, 2], [2, 1, 0, 1]],
[[5, 3], [2, 0, 0, 1]],
[[6, 0], [1, 3, 0, 1]],
[[6, 1], [1, 2, 0, 1]],
[[6, 2], [1, 1, 0, 1]],
[[6, 3], [1, 0, 0, 1]],
[[7, 0], [0, 3, 0, 1]],
[[7, 1], [0, 2, 0, 1]],
[[7, 2], [0, 1, 0, 1]],
[[7, 3], [0, 0, 0, 1]],
[[0, 0], [0, 3, 0, 1]],
[[0, 1], [0, 2, 0, 1]],
[[0, 2], [0, 1, 0, 1]],
[[0, 3], [0, 0, 0, 1]],
[[1, 0], [1, 3, 0, 1]],
[[1, 1], [1, 2, 0, 1]],
[[1, 2], [1, 1, 0, 1]],
[[1, 3], [1, 0, 0, 1]],
[[2, 0], [2, 3, 0, 1]],
[[2, 1], [2, 2, 0, 1]],
[[2, 2], [2, 1, 0, 1]],
[[2, 3], [2, 0, 0, 1]],
[[3, 0], [3, 3, 0, 1]],
[[3, 1], [3, 2, 0, 1]],
[[3, 2], [3, 1, 0, 1]],
[[3, 3], [3, 0, 0, 1]],
[[4, 0], [4, 3, 0, 1]],
[[4, 1], [4, 2, 0, 1]],
[[4, 2], [4, 1, 0, 1]],
[[4, 3], [4, 0, 0, 1]],
[[5, 0], [5, 3, 0, 1]],
[[5, 1], [5, 2, 0, 1]],
[[5, 2], [5, 1, 0, 1]],
[[5, 3], [5, 0, 0, 1]],
[[6, 0], [6, 3, 0, 1]],
[[6, 1], [6, 2, 0, 1]],
[[6, 2], [6, 1, 0, 1]],
[[6, 3], [6, 0, 0, 1]],
[[7, 0], [7, 3, 0, 1]],
[[7, 1], [7, 2, 0, 1]],
[[7, 2], [7, 1, 0, 1]],
[[7, 3], [7, 0, 0, 1]],
[[0, 4], [0, 0, 0, 2]],
[[0, 5], [0, 1, 0, 2]],
[[0, 6], [0, 2, 0, 2]],
Expand Down

0 comments on commit 00e1478

Please sign in to comment.