Skip to content

Commit

Permalink
Disable platform specific VC intrinsics tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbpatel authored and silee2 committed Nov 6, 2023
1 parent 3457aa0 commit 0112995
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/Conversion/XeGPUToVC/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local_excludes = ['gemm_1024x1024xf16.runnable.mlir']

config.excludes.update(local_excludes)
7 changes: 6 additions & 1 deletion test/SPIRV/IntelVectorExtension/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
local_excludes = ['DPAS_Dynamic_Size_BF16.mlir',
'DPAS_Static_Size_BF16.mlir',]
'DPAS_Static_Size_BF16.mlir',
'DPAS_raw_send.mlir',
'Load_1d_raw_send.mlir',
'Load_1d_slm.mlir',
'Load_2d_raw_send.mlir',
'Store2d_raw_send.mlir']
config.excludes.update(local_excludes)

0 comments on commit 0112995

Please sign in to comment.