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:
@@ -86,7 +86,8 @@ REGISTER_TEST(queue_hint)
|
||||
clProgramWrapper program;
|
||||
clKernelWrapper kernel;
|
||||
|
||||
err = create_single_kernel_helper_with_build_options(context, &program, &kernel, 1, queue_hint_test_kernel, "vec_cpy", NULL);
|
||||
err = create_single_kernel_helper(context, &program, &kernel, 1,
|
||||
queue_hint_test_kernel, "vec_cpy");
|
||||
if (err != 0)
|
||||
{
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user