Skip to content

Commit f992cff

Browse files
Limit the number of generated AUB tests.
Change-Id: Iccdafafa8e42bc2223c60c019ae37539e4579391
1 parent 40d9f97 commit f992cff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

unit_tests/aub_tests/command_queue/enqueue_kernel_aub_tests.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ struct TestParam {
3131

3232
static TestParam TestParamTable[] = {
3333
{1, 1, 1, 1, 1, 1},
34-
{16, 1, 1, 1, 1, 1},
3534
{16, 1, 1, 16, 1, 1},
36-
{32, 1, 1, 1, 1, 1},
3735
{32, 1, 1, 16, 1, 1},
38-
{32, 1, 1, 32, 1, 1},
3936
{64, 1, 1, 1, 1, 1},
4037
{64, 1, 1, 16, 1, 1},
41-
{64, 1, 1, 32, 1, 1},
4238
{64, 1, 1, 64, 1, 1}};
4339

4440
cl_uint TestSimdTable[] = {

0 commit comments

Comments
 (0)