Skip to content

Commit

Permalink
Exclude that fails on CI machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
silee2 committed Nov 16, 2023
1 parent bbe117e commit 7f4b903
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/Integration/Dialect/XeGPU/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
local_excludes = ['gemm_1024x1024xf16.mlir']

local_excludes = [
'gemm_1024x1024xf16.mlir',
'gemm_1024x1016x1016_f16_f16_f32.mlir',
'load2d_dpas_store2d.mlir',
'load2d-padding-f32.mlir',
'load2d-padding.mlir'
]
config.excludes.update(local_excludes)

0 comments on commit 7f4b903

Please sign in to comment.