mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
Limit the number of generated AUB tests.
Change-Id: Iccdafafa8e42bc2223c60c019ae37539e4579391
This commit is contained in:
committed by
sys_ocldev
parent
40d9f97e7a
commit
f992cff0c3
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user