Skip to content

Commit

Permalink
remove dram from core definitions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed May 21, 2024
1 parent 25f2662 commit d7d5e22
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
23 changes: 0 additions & 23 deletions stream/inputs/examples/hardware/cores/eyeriss_like.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,29 +111,6 @@ memories:
th: rw_port_1
served_dimensions: [D1, D2]

dram:
size: 10000000000
r_bw: 64
w_bw: 64
r_cost: 1000
w_cost: 1000
area: 0
r_port: 0
w_port: 0
rw_port: 1
latency: 1
operands: [I1, I2, O]
ports:
- fh: rw_port_1
tl: rw_port_1
- fh: rw_port_1
tl: rw_port_1
- fh: rw_port_1
tl: rw_port_1
fl: rw_port_1
th: rw_port_1
served_dimensions: [D1, D2]

multipliers:
input_precision: [8, 8]
multiplier_energy: 0.5 # pJ
Expand Down
23 changes: 0 additions & 23 deletions stream/inputs/examples/hardware/cores/meta_prototype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,29 +118,6 @@ memories:
tl: r_port_1
served_dimensions: [D1, D2, D3, D4]

dram:
size: 10000000000
r_bw: 64
w_bw: 64
r_cost: 700
w_cost: 750
area: 0
r_port: 0
w_port: 0
rw_port: 1
latency: 1
operands: [I1, I2, O]
ports:
- fh: rw_port_1
tl: rw_port_1
- fh: rw_port_1
tl: rw_port_1
- fh: rw_port_1
tl: rw_port_1
fl: rw_port_1
th: rw_port_1
served_dimensions: [D1, D2, D3, D4]

multipliers:
input_precision: [8, 8]
multiplier_energy: 0.04 # pJ
Expand Down
23 changes: 0 additions & 23 deletions stream/inputs/examples/hardware/cores/tpu_like.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,6 @@ memories:
th: r_port_1
served_dimensions: [D1, D2]

dram:
size: 10000000000
r_bw: 64
w_bw: 64
r_cost: 700
w_cost: 750
area: 0
r_port: 0
w_port: 0
rw_port: 1
latency: 1
operands: [I1, I2, O]
ports:
- fh: rw_port_1
tl: rw_port_1
- fh: rw_port_1
tl: rw_port_1
- fh: rw_port_1
tl: rw_port_1
fl: rw_port_1
th: rw_port_1
served_dimensions: [D1, D2]

multipliers:
input_precision: [8, 8]
multiplier_energy: 0.04 # pJ
Expand Down

0 comments on commit d7d5e22

Please sign in to comment.