Coverage for gamdpy/cc_cores_per_SM_dict.py: 100%
1 statements
« prev ^ index » next coverage.py v7.4.4, created at 2025-06-14 15:25 +0200
« prev ^ index » next coverage.py v7.4.4, created at 2025-06-14 15:25 +0200
1cc_cores_per_SM_dict = {
2 (2,0) : 32,
3 (2,1) : 48,
4 (3,0) : 192,
5 (3,5) : 192,
6 (3,7) : 192,
7 (5,0) : 128,
8 (5,2) : 128,
9 (6,0) : 64,
10 (6,1) : 128,
11 (7,0) : 64,
12 (7,5) : 64,
13 (8,0) : 64,
14 (8,6) : 128,
15 (8,9) : 128,
16 (9,0) : 128
17}