-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump umd to pick up simulator infra changes - soc + core descriptors for VCS simulator - CPM package for Google flatbuffer, NNG and libuv - apptainer .def for `aus` machines - TT_METAL_SIMULATOR_EN env var to target VCS simulator - remove everything versim related
- Loading branch information
Showing
24 changed files
with
158 additions
and
263 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
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
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
34 changes: 34 additions & 0 deletions
34
tt_metal/core_descriptors/blackhole_simulation_1x2_arch.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Anything using [[#, #]] is logical coordinates (Can be relative) | ||
# relative index: 0 means first row, -1 means last row of functional grid... | ||
|
||
# product name: | ||
# num of HW command queues: | ||
# core descriptor config | ||
|
||
blackhole: | ||
1: | ||
compute_with_storage_grid_range: # Logical only start and end [x, y] | ||
start: [0, 1] | ||
end: [1, 1] | ||
|
||
storage_cores: # Relative to grid of tensix cores | ||
[] | ||
|
||
dispatch_cores: | ||
[] | ||
|
||
dispatch_core_type: | ||
"tensix" | ||
2: | ||
compute_with_storage_grid_range: # Logical only start and end [x, y] | ||
start: [0, 1] | ||
end: [1, 1] | ||
|
||
storage_cores: # Relative to grid of tensix cores | ||
[] | ||
|
||
dispatch_cores: | ||
[] | ||
|
||
dispatch_core_type: | ||
"tensix" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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.