Skip to content

Commit 8273848

Browse files
committed
CI test
1 parent b2ffc1c commit 8273848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/triton_kernels_benchmark/gemm_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

third_party/intel/backend/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)