Skip to content

Commit

Permalink
re-enable tests for FS simulator (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
drprajap authored Aug 28, 2024
1 parent 30ffd1c commit 88d8f9c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/Integration/Dialect/XeGPU/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,10 @@ slow_simulator_tests = [
'gemm_1024x1024xf16.mlir',
'gemm_1024x1024xbf16.mlir',
'flash_attention_fwd.mlir',
# below are tests with bad pitch/surface combination
'dynamic_memref.vc.mlir',
'exp_f32.vc.mlir',
'load2d-padding.mlir',
'load2d_dpas_store2d.mlir',
'preop_dpas.mlir',
'vector_broadcast_1.mlir',
'vector_broadcast_2.mlir',
'vector_extract_strided_slice_1.vc.mlir',
'vector_insert_1.mlir',
'vector_insert_2.mlir',
'xegpu-to-vc.mlir',
]

if(config.imex_enable_fs_simulator):
local_excludes += slow_simulator_tests

if(not config.imex_enable_excluded_tests):
config.excludes.update(local_excludes)

0 comments on commit 88d8f9c

Please sign in to comment.