mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github. This commit contains all the changes that have been done in Gitlab since the first public release of the conformance tests. Signed-off-by: Kevin Petit kevin.petit@arm.com
This commit is contained in:
@@ -203,7 +203,7 @@ int test_geom_cross_double(cl_device_id deviceID, cl_context context, cl_command
|
||||
return -1;
|
||||
|
||||
/* Generate some streams. Note: deliberately do some random data in w to verify that it gets ignored */
|
||||
for( i = 0; i < TEST_SIZE * vecsize; i++ )
|
||||
for( i = 0; i < size * vecsize; i++ )
|
||||
{
|
||||
inDataA[ i ] = get_random_double( -512.f, 512.f, d );
|
||||
inDataB[ i ] = get_random_double( -512.f, 512.f, d );
|
||||
@@ -237,7 +237,7 @@ int test_geom_cross_double(cl_device_id deviceID, cl_context context, cl_command
|
||||
}
|
||||
|
||||
/* Run the kernel */
|
||||
threads[0] = TEST_SIZE;
|
||||
threads[0] = size;
|
||||
|
||||
error = get_max_common_work_group_size( context, kernel, threads[0], &localThreads[0] );
|
||||
test_error( error, "Unable to get work group size to use" );
|
||||
|
||||
Reference in New Issue
Block a user