-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3561: Modify recip unit test for wormhole
- Loading branch information
1 parent
4c40e06
commit 1a34a01
Showing
2 changed files
with
52 additions
and
3 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
52 changes: 52 additions & 0 deletions
52
...g/sweep_tests/test_configs/ci_sweep_tests/broken_wormhole/pytorch_eltwise_recip_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,52 @@ | ||
--- | ||
test-list: | ||
- eltwise-recip: | ||
shape: | ||
start-shape: [1, 1, 32, 32] | ||
end-shape: [6, 12, 256, 256] | ||
interval: [1, 1, 32, 32] | ||
num-shapes: 1 | ||
num-samples: 64 | ||
args-sampling-strategy: "all" | ||
env: | ||
TT_METAL_SLOW_DISPATCH_MODE: ["", "1"] | ||
# TT_PCI_DMA_BUF_SIZE: "1048576" | ||
datagen: | ||
function: gen_rand | ||
args: | ||
low: -100 | ||
high: 100 | ||
comparison: | ||
function: comp_pcc | ||
args-gen: gen_dtype_layout_device | ||
args: | ||
data-layout: ["TILE"] | ||
data-type: ["BFLOAT16"] | ||
buffer-type: ["DRAM", "L1", "SYSTEM_MEMORY"] | ||
out-buffer-type: ["DRAM"] | ||
output-file: eltwise_recip_sweep.csv | ||
- eltwise-recip: | ||
shape: | ||
start-shape: [1, 1, 2, 2] | ||
end-shape: [6, 12, 256, 256] | ||
interval: [1, 1, 1, 2] | ||
num-shapes: 1 | ||
num-samples: 64 | ||
args-sampling-strategy: "all" | ||
env: | ||
TT_METAL_SLOW_DISPATCH_MODE: ["", "1"] | ||
# TT_PCI_DMA_BUF_SIZE: "1048576" | ||
datagen: | ||
function: gen_rand | ||
args: | ||
low: -100 | ||
high: 100 | ||
comparison: | ||
function: comp_pcc | ||
args-gen: gen_dtype_layout_device | ||
args: | ||
data-layout: ["ROW_MAJOR"] | ||
data-type: ["BFLOAT16"] | ||
buffer-type: ["DRAM", "L1", "SYSTEM_MEMORY"] | ||
out-buffer-type: ["DRAM"] | ||
output-file: eltwise_recip_sweep.csv |