Skip to content

Commit 78a8dc9

Browse files
authored
restrict gemm_4k_simple_prefetch test for PVC only (#422)
1 parent 11d6cbc commit 78a8dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Integration/Dialect/XeGPU/lit.local.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ non_pvc_excludes = [
88
'gemm_4kx4kx4k_f16_f16_f16.mlir',
99
'gemm_4kx4kx4k_f16_f16_f16_w_8x32xf16_stores.mlir',
1010
'gemm_with_transposed_B_1kx1kx1k_f16_f16_f32.mlir',
11-
'flash_attention_fwd.mlir'
11+
'flash_attention_fwd.mlir',
12+
'gemm_4kx4kx4k_f16_f16_f16_w_simple_B_prefetch.mlir'
1213
]
1314

1415
local_excludes = [

0 commit comments

Comments
 (0)