Skip to content

Commit cf59f83

Browse files
committed
fixed BMG EU counts
1 parent bbb05ef commit cf59f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/GPU-Occupancy-Calculator/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h3>Disclaimer</h3>
240240
"device_info": {
241241
"EU_Per_Sub_Slice": 8,
242242
"Threads_Per_EU": 8,
243-
"EU_Count": [320, 288],
243+
"EU_Count": [160, 144],
244244
"Max_Threads_Per_Sub_Slice": 64,
245245
"Large_GRF_Mode": false,
246246
"Subgroup_Sizes": [32, 16],
@@ -1279,7 +1279,7 @@ <h3>Disclaimer</h3>
12791279
"device_info": {
12801280
"EU_Per_Sub_Slice": 8,
12811281
"Threads_Per_EU": 8,
1282-
"EU_Count": 320,
1282+
"EU_Count": 160,
12831283
"Max_Threads_Per_Sub_Slice": 32,
12841284
"Large_GRF_Mode": false,
12851285
"Subgroup_Sizes": [32, 16],
@@ -1299,7 +1299,7 @@ <h3>Disclaimer</h3>
12991299
"device_info": {
13001300
"EU_Per_Sub_Slice": 8,
13011301
"Threads_Per_EU": 8,
1302-
"EU_Count": 288,
1302+
"EU_Count": 144,
13031303
"Max_Threads_Per_Sub_Slice": 32,
13041304
"Large_GRF_Mode": false,
13051305
"Subgroup_Sizes": [32, 16],

0 commit comments

Comments
 (0)