From 00e1478ab7357f706ba833342bf3e667cf09d001 Mon Sep 17 00:00:00 2001 From: Samarth Agarwal Date: Fri, 20 Sep 2024 16:32:27 -0400 Subject: [PATCH] #12946: Fixed TGG mapping to match cluster_desc.yaml (#12947) * #12946: Fixed mapping to match cluster_desc.yaml * #12946: Flipped first Galaxy motherboard instead of second one --- .../impl/device/mesh_configurations/TGG.json | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/tt_metal/impl/device/mesh_configurations/TGG.json b/tt_metal/impl/device/mesh_configurations/TGG.json index 904acf6758d..3f4650b1833 100644 --- a/tt_metal/impl/device/mesh_configurations/TGG.json +++ b/tt_metal/impl/device/mesh_configurations/TGG.json @@ -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]],