Skip to content

Commit

Permalink
#11512: Move sweeps to folders, change parameter names to nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
amalbasaTT committed Sep 18, 2024
1 parent 17be62b commit 8ebeea4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ttnn-run-sweeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
- add
- line_all_gather
- logical_and_
- eltwise.frac
- eltwise.ceil
- eltwise.trunc
- eltwise.frac.frac_interleaved
- eltwise.ceil.ceil_interleaved
- eltwise.trunc.trunc_interleaved
- matmul.full.matmul_default_block_sharded
- matmul.full.matmul_default_height_sharded
- matmul.full.matmul_default_interleaved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Each suite has a key name (in this case "suite_1") which will associate the test vectors to this specific suite of inputs.
# Developers can create their own generator functions and pass them to the parameters as inputs.
parameters = {
"suite_1": {
"nightly": {
"input_shape": [
[8, 1, 33, 256],
[8, 1, 256, 32],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Each suite has a key name (in this case "suite_1") which will associate the test vectors to this specific suite of inputs.
# Developers can create their own generator functions and pass them to the parameters as inputs.
parameters = {
"suite_1": {
"nightly": {
"input_shape": [
[8, 1, 33, 256],
[8, 1, 256, 32],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Each suite has a key name (in this case "suite_1") which will associate the test vectors to this specific suite of inputs.
# Developers can create their own generator functions and pass them to the parameters as inputs.
parameters = {
"suite_1": {
"nightly": {
"input_shape": [
[8, 1, 33, 256],
[8, 1, 256, 32],
Expand Down

0 comments on commit 8ebeea4

Please sign in to comment.