Skip to content

Commit ed6cc9d

Browse files
committed
Update match files for failing kernels.
1 parent 927e84f commit ed6cc9d

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

test/conformance/kernel/kernel_adapter_level_zero.match

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Match tests that use fixed_wg_size.cpp as it fails to compile on some
2+
# hardware.
3+
urKernelGetGroupInfoMaxWorkGroupSizeTest.CompileMaxWorkGroupSize/*
4+
urKernelGetGroupInfoMaxWorkGroupSizeTest.CompileMaxLinearWorkGroupSize/*
5+
urKernelGetSubGroupInfoFixedSubGroupSizeTest.CompileNumSubGroups/*
6+
17
urKernelSetExecInfoTest.SuccessIndirectAccess/*
28
urKernelSetExecInfoUSMPointersTest.SuccessHost/*
39
urKernelSetExecInfoUSMPointersTest.SuccessDevice/*

test/conformance/kernel/kernel_adapter_level_zero_v2.match

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Match tests that use fixed_wg_size.cpp as it fails to compile on some
2+
# hardware.
3+
urKernelGetGroupInfoMaxWorkGroupSizeTest.CompileMaxWorkGroupSize/*
4+
urKernelGetGroupInfoMaxWorkGroupSizeTest.CompileMaxLinearWorkGroupSize/*
5+
urKernelGetSubGroupInfoFixedSubGroupSizeTest.CompileNumSubGroups/*
6+
17
urKernelSetExecInfoTest.SuccessIndirectAccess/*
28
urKernelSetExecInfoUSMPointersTest.SuccessHost/*
39
urKernelSetExecInfoUSMPointersTest.SuccessDevice/*
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Match tests that use fixed_wg_size.cpp as it fails to compile on some
2+
# hardware.
3+
urKernelGetGroupInfoMaxWorkGroupSizeTest.CompileMaxWorkGroupSize/*
4+
urKernelGetGroupInfoMaxWorkGroupSizeTest.CompileMaxLinearWorkGroupSize/*
5+
urKernelGetSubGroupInfoFixedSubGroupSizeTest.CompileNumSubGroups/*

0 commit comments

Comments
 (0)