Remove OpenCL C++ tests (#1241)

* Remove OpenCL C++ tests

Agreed in the 2021/05/11 teleconference.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>

* fix CI
This commit is contained in:
Kévin Petit
2021-05-13 09:13:03 +01:00
committed by GitHub
parent d7f87492bd
commit ad8ab3fe90
138 changed files with 51 additions and 23983 deletions

View File

@@ -42,8 +42,7 @@ int test_cxx_for_opencl(cl_device_id device, cl_context context,
})";
error = create_single_kernel_helper_with_build_options(
context, &program, &kernel1, 1, &kernel_sstr, "k1", "-cl-std=CLC++",
false);
context, &program, &kernel1, 1, &kernel_sstr, "k1", "-cl-std=CLC++");
test_error(error, "Failed to create k1 kernel");
kernel2 = clCreateKernel(program, "k2", &error);