Skip to content

Commit 6fff6b4

Browse files
author
hluo
committed
update size for tri
1 parent 996574a commit 6fff6b4

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

database/db.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,16 @@ def chapter2():
3030
}
3131

3232
datasize = {
33-
"pipe_c" : "203G",
34-
"pipe_r1": "171G",
35-
"pipe_r1": " 24G"
33+
"pipe_c" : "203G",
34+
"pipe_r1": "171G",
35+
"pipe_r1": " 24G",
36+
"T_c/1d_lR2": "184G",
37+
"T_c/1j_NN_off": "2,2T",
38+
"T_c/1j_NN_on ": "308G",
39+
"T_c/1j_N" : "1,2T",
40+
"T_c/1j_N_syn" : "675G",
41+
"T_c/1k_4x4x4" : "1.5T",
42+
"T_r" : "41 T"
3643
}
3744

3845
case = sys.argv[1]

0 commit comments

Comments
 (0)