File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
benchmarks/triton_kernels_benchmark
third_party/intel/backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ def get_benchmark(
472472 The benchmark can then be executed by calling the :code:`.run` method on the return value.
473473 """
474474 supported_providers = {
475- 'gluon' : 'Gluon' ,
475+ # 'gluon': 'Gluon',
476476 'triton' : 'Triton' ,
477477 'onednn' : 'OneDNN' ,
478478 }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class XPUOptions:
2929 num_ctas : int = 1
3030 num_stages : int = 2
3131 cluster_dims : tuple = (1 , 1 , 1 )
32- warp_size : int = 16 #32 # TODO:[mdziado]
32+ warp_size : int = 32 # TODO:[mdziado]
3333 optimize_epilogue : bool = False
3434 enable_fp_fusion : bool = True
3535 launch_cooperative_grid : bool = False
You can’t perform that action at this time.
0 commit comments