Searched refs:cl_std (Results 1 – 2 of 2) sorted by relevance
104 std::string cl_std = "-cl-std=CL"; in test_enqueued_local_size() local105 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()
762 std::string cl_std{}; in create_single_kernel_helper() local765 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()