Skip to content

Commit

Permalink
Nit change for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanevskiTT committed Nov 8, 2024
1 parent 817ace6 commit 1137fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/tt_cluster_descriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ void tt_ClusterDescriptor::load_chips_from_connectivity_descriptor(YAML::Node &y

for (YAML::const_iterator node = yaml["arch"].begin(); node != yaml["arch"].end(); ++node) {
chip_id_t chip_id = node->first.as<int>();
// Not all archs (e.g. BH) have chip coordinates
// Not all archs (e.g. Blackhole and Grayskull) have chip coordinates
if (chip_coordinate_map.find(chip_id) != chip_coordinate_map.end()) {
std::vector<int> chip_rack_coords = chip_coordinate_map[chip_id];
log_assert(chip_rack_coords.size() == 4, "Galaxy (x, y, rack, shelf) coords must be size 4");
Expand Down

0 comments on commit 1137fc4

Please sign in to comment.