-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TTNN relu_bw sweep migration (#10729)
- Loading branch information
1 parent
eb8e4e7
commit 30065c6
Showing
8 changed files
with
77 additions
and
124 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
50 changes: 0 additions & 50 deletions
50
...ting/sweep_tests/test_configs/ci_sweep_tests_working/grayskull/pytorch_backward_relu.yaml
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
...sting/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/pytorch_backward_relu.yaml
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
27 changes: 27 additions & 0 deletions
27
...ng/sweep_tests/test_configs/ci_sweep_tests_working/grayskull/ttnn_backward_relu_test.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,27 @@ | ||
--- | ||
test-list: | ||
- relu-bw: | ||
shape: | ||
start-shape: [1, 1, 32, 32] | ||
end-shape: [6, 12, 256, 256] | ||
interval: [1, 1, 32, 32] | ||
num-shapes: 2 | ||
num-samples: 128 | ||
num-dims: [2, 3, 4] | ||
args-sampling-strategy: "all" | ||
datagen: | ||
function: gen_rand | ||
args: | ||
low: -100 | ||
high: 100 | ||
comparison: | ||
function: comp_pcc | ||
args-gen: gen_scalar_args | ||
args: | ||
data-layout: ["TILE"] | ||
data-type: ["BFLOAT16"] | ||
buffer-type: ["DRAM", "L1"] | ||
out-buffer-type: ["DRAM", "L1"] | ||
output-file: backward_relu_sweep.csv | ||
env: | ||
# TT_PCI_DMA_BUF_SIZE: "1048576" |
27 changes: 27 additions & 0 deletions
27
...ing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_backward_relu_test.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,27 @@ | ||
--- | ||
test-list: | ||
- relu-bw: | ||
shape: | ||
start-shape: [1, 1, 32, 32] | ||
end-shape: [6, 12, 256, 256] | ||
interval: [1, 1, 32, 32] | ||
num-shapes: 2 | ||
num-samples: 128 | ||
num-dims: [2, 3, 4] | ||
args-sampling-strategy: "all" | ||
datagen: | ||
function: gen_rand | ||
args: | ||
low: -100 | ||
high: 100 | ||
comparison: | ||
function: comp_pcc | ||
args-gen: gen_scalar_args | ||
args: | ||
data-layout: ["TILE"] | ||
data-type: ["BFLOAT16"] | ||
buffer-type: ["DRAM", "L1"] | ||
out-buffer-type: ["DRAM", "L1"] | ||
output-file: backward_relu_sweep.csv | ||
env: | ||
# TT_PCI_DMA_BUF_SIZE: "1048576" |
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