We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996574a commit 6fff6b4Copy full SHA for 6fff6b4
1 file changed
database/db.py
@@ -30,9 +30,16 @@ def chapter2():
30
}
31
32
datasize = {
33
- "pipe_c" : "203G",
34
- "pipe_r1": "171G",
35
- "pipe_r1": " 24G"
+ "pipe_c" : "203G",
+ "pipe_r1": "171G",
+ "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"
43
44
45
case = sys.argv[1]
0 commit comments