mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Added corrections due to clean up harness helper functions for programs and kernels (#2626)
Related to #2597
This commit is contained in:
@@ -42,8 +42,8 @@ int test_cxx_for_opencl(cl_device_id device, cl_context context,
|
||||
execute(*p, x);
|
||||
})";
|
||||
|
||||
error = create_single_kernel_helper_with_build_options(
|
||||
context, &program, &kernel1, 1, &kernel_sstr, "k1", "-cl-std=CLC++");
|
||||
error = create_single_kernel_helper(context, &program, &kernel1, 1,
|
||||
&kernel_sstr, "k1", "-cl-std=CLC++");
|
||||
test_error(error, "Failed to create k1 kernel");
|
||||
|
||||
kernel2 = clCreateKernel(program, "k2", &error);
|
||||
|
||||
Reference in New Issue
Block a user