Skip to content

Commit

Permalink
#4405: Move working logit sweeps to working folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjagrujic committed Mar 22, 2024
1 parent d3349ea commit 39f7029
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ test-list:
- eltwise-logit:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [12, 24, 512, 512]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-shapes: 1
num-samples: 64
args-sampling-strategy: "all"
env:
# TT_PCI_DMA_BUF_SIZE: "1048576"
datagen:
Expand All @@ -21,14 +22,15 @@ test-list:
data-layout: ["TILE"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1", "SYSTEM_MEMORY"]
out-buffer-type: ["DRAM"]
out-buffer-type: ["DRAM", "L1"]
- eltwise-logit:
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_PCI_DMA_BUF_SIZE: "1048576"
datagen:
Expand All @@ -44,4 +46,4 @@ test-list:
data-layout: ["ROW_MAJOR"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1", "SYSTEM_MEMORY"]
out-buffer-type: ["DRAM"]
out-buffer-type: ["DRAM", "L1"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ test-list:
- eltwise-logit:
shape:
start-shape: [1, 1, 32, 32]
end-shape: [12, 24, 512, 512]
end-shape: [6, 12, 256, 256]
interval: [1, 1, 32, 32]
num-shapes: 1
num-samples: 64
args-sampling-strategy: "all"
datagen:
function: gen_rand
args:
Expand All @@ -19,14 +20,15 @@ test-list:
data-layout: ["TILE"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1", "SYSTEM_MEMORY"]
out-buffer-type: ["DRAM"]
out-buffer-type: ["DRAM", "L1"]
- eltwise-logit:
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"
datagen:
function: gen_rand
args:
Expand All @@ -40,4 +42,4 @@ test-list:
data-layout: ["ROW_MAJOR"]
data-type: ["BFLOAT16"]
buffer-type: ["DRAM", "L1", "SYSTEM_MEMORY"]
out-buffer-type: ["DRAM"]
out-buffer-type: ["DRAM", "L1"]

0 comments on commit 39f7029

Please sign in to comment.