Skip to content

Commit

Permalink
#5589: Sub YAML files modification
Browse files Browse the repository at this point in the history
  • Loading branch information
npetrovic-tenstorrent committed Mar 14, 2024
1 parent 3e799de commit fa91e6d
Show file tree
Hide file tree
Showing 9 changed files with 163 additions and 109 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
test-list:
- ttnn-ldexp:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-dims: [2, 3, 4]
num-shapes: 2
num-samples: 128
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
function: gen_rand
args:
low: -10
high: 10
comparison:
function: comp_pcc
args-gen: gen_dtype_layout_device
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16", "BFLOAT8_B"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_eltwise_ldexp_sweep.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
test-list:
- ttnn-logaddexp2:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-dims: [2, 3, 4]
num-shapes: 2
num-samples: 128
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
function: gen_rand
args:
low: -64
high: 64
comparison:
function: comp_pcc
args-gen: gen_dtype_layout_device
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_logaddexp2_sweep.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
test-list:
- ttnn-logaddexp:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-dims: [2, 3, 4]
num-shapes: 2
num-samples: 128
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
function: gen_rand
args:
low: -64
high: 64
comparison:
function: comp_pcc
args-gen: gen_dtype_layout_device
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_logaddexp_sweep.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
test-list:
- ttnn-ldexp:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-dims: [2, 3, 4]
num-shapes: 2
num-samples: 128
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
function: gen_rand
args:
low: -10
high: 10
comparison:
function: comp_pcc
args-gen: gen_dtype_layout_device
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16", "BFLOAT8_B"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_eltwise_ldexp_sweep.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
test-list:
- ttnn-logaddexp2:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-dims: [2, 3, 4]
num-shapes: 2
num-samples: 128
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
function: gen_rand
args:
low: -10
high: 10
comparison:
function: comp_pcc
args-gen: gen_dtype_layout_device
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_logaddexp2_sweep.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
test-list:
- ttnn-logaddexp:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-dims: [2, 3, 4]
num-shapes: 2
num-samples: 128
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
function: gen_rand
args:
low: -64
high: 64
comparison:
function: comp_pcc
args-gen: gen_dtype_layout_device
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_logaddexp_sweep.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-list:
args-gen: gen_scalar_args
args:
data-layout: ["TILE"]
data-type: ["BFLOAT16", "BFLOAT8_B"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1"]
out-buffer-type: ["DRAM", "L1"]
output-file: eltwise_sub_sweep.csv

0 comments on commit fa91e6d

Please sign in to comment.