Limit the number of generated AUB tests.

Change-Id: Iccdafafa8e42bc2223c60c019ae37539e4579391
This commit is contained in:
Mrozek, Michal
2018-10-26 08:33:06 +02:00
committed by sys_ocldev
parent 40d9f97e7a
commit f992cff0c3

View File

@@ -31,14 +31,10 @@ struct TestParam {
static TestParam TestParamTable[] = {
{1, 1, 1, 1, 1, 1},
{16, 1, 1, 1, 1, 1},
{16, 1, 1, 16, 1, 1},
{32, 1, 1, 1, 1, 1},
{32, 1, 1, 16, 1, 1},
{32, 1, 1, 32, 1, 1},
{64, 1, 1, 1, 1, 1},
{64, 1, 1, 16, 1, 1},
{64, 1, 1, 32, 1, 1},
{64, 1, 1, 64, 1, 1}};
cl_uint TestSimdTable[] = {