Home
last modified time | relevance | path

Searched refs:cl_std (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_enqueued_local_size.cpp104 std::string cl_std = "-cl-std=CL"; in test_enqueued_local_size() local
105 cl_std += (get_device_cl_version(device) == Version(3, 0)) ? "3.0" : "2.0"; in test_enqueued_local_size()
108 "test_enqueued_local_size_1d", cl_std.c_str()); in test_enqueued_local_size()
112 "test_enqueued_local_size_2d", cl_std.c_str()); in test_enqueued_local_size()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp762 std::string cl_std{}; in create_single_kernel_helper() local
765 cl_std = "-cl-std=CL3.0"; in create_single_kernel_helper()
769 cl_std = "-cl-std=CL2.0"; in create_single_kernel_helper()
776 cl_std = ""; in create_single_kernel_helper()
779 build_options_internal += cl_std; in create_single_kernel_helper()