Skip to content

Commit bb72f13

Browse files
authored
Disable Flash Attention temporarily. (#705)
1 parent f8a1ebc commit bb72f13

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
@@ -10,7 +10,8 @@ non_pvc_excludes = [
1010
]
1111

1212
local_excludes = [
13-
'gemm_SIMT_1024x1024x1024xf16_f16_f32.mlir'
13+
'gemm_SIMT_1024x1024x1024xf16_f16_f32.mlir',
14+
'flash_attention_fwd.mlir',
1415
]
1516

1617
if(not config.imex_enable_pvc_target):

0 commit comments

Comments
 (0)