File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ def get_hip_autotune_config():
194
194
"waves_per_eu" : 2 ,
195
195
},
196
196
num_warps = 4 ,
197
- num_stages = 0 ,
197
+ num_stages = 2 ,
198
198
),
199
199
triton .Config (
200
200
{
@@ -205,7 +205,7 @@ def get_hip_autotune_config():
205
205
"waves_per_eu" : 2 ,
206
206
},
207
207
num_warps = 8 ,
208
- num_stages = 0 ,
208
+ num_stages = 2 ,
209
209
),
210
210
triton .Config (
211
211
{
@@ -216,7 +216,7 @@ def get_hip_autotune_config():
216
216
"waves_per_eu" : 2 ,
217
217
},
218
218
num_warps = 8 ,
219
- num_stages = 0 ,
219
+ num_stages = 2 ,
220
220
),
221
221
triton .Config (
222
222
{
@@ -227,7 +227,7 @@ def get_hip_autotune_config():
227
227
"waves_per_eu" : 3 ,
228
228
},
229
229
num_warps = 4 ,
230
- num_stages = 0 ,
230
+ num_stages = 2 ,
231
231
),
232
232
triton .Config (
233
233
{
@@ -238,7 +238,7 @@ def get_hip_autotune_config():
238
238
"waves_per_eu" : 8 ,
239
239
},
240
240
num_warps = 4 ,
241
- num_stages = 0 ,
241
+ num_stages = 2 ,
242
242
),
243
243
]
244
244
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ def get_hip_autotune_config():
341
341
"waves_per_eu" : 2 ,
342
342
},
343
343
num_warps = 4 ,
344
- num_stages = 0 ,
344
+ num_stages = 2 ,
345
345
),
346
346
triton .Config (
347
347
{
@@ -352,7 +352,7 @@ def get_hip_autotune_config():
352
352
"waves_per_eu" : 2 ,
353
353
},
354
354
num_warps = 8 ,
355
- num_stages = 0 ,
355
+ num_stages = 2 ,
356
356
),
357
357
triton .Config (
358
358
{
@@ -363,7 +363,7 @@ def get_hip_autotune_config():
363
363
"waves_per_eu" : 2 ,
364
364
},
365
365
num_warps = 8 ,
366
- num_stages = 0 ,
366
+ num_stages = 2 ,
367
367
),
368
368
triton .Config (
369
369
{
@@ -374,7 +374,7 @@ def get_hip_autotune_config():
374
374
"waves_per_eu" : 3 ,
375
375
},
376
376
num_warps = 4 ,
377
- num_stages = 0 ,
377
+ num_stages = 2 ,
378
378
),
379
379
triton .Config (
380
380
{
@@ -385,7 +385,7 @@ def get_hip_autotune_config():
385
385
"waves_per_eu" : 8 ,
386
386
},
387
387
num_warps = 4 ,
388
- num_stages = 0 ,
388
+ num_stages = 2 ,
389
389
),
390
390
]
391
391
You can’t perform that action at this time.
0 commit comments