mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Merge branch 'cl20_trunk'
This commit is contained in:
@@ -253,7 +253,7 @@ int test_cl_image_read( cl_context context, cl_command_queue queue,
|
||||
|
||||
programPtr = kernelSource;
|
||||
if( create_single_kernel_helper( context, &program, &kernel, 1,
|
||||
(const char **)&programPtr, "sample_test" ) )
|
||||
(const char **)&programPtr, "sample_test", "-cl-std=CL2.0" ) )
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user