Searched refs:ocl_version (Results 1 – 1 of 1) sorted by relevance
1109 auto ocl_version = get_device_cl_version(device); in check_spirv_compilation_readiness() local1112 if (ocl_version < ocl_expected_min_version) in check_spirv_compilation_readiness()1122 ocl_version.to_string().c_str()); in check_spirv_compilation_readiness()1134 ocl_version.to_string().c_str()); in check_spirv_compilation_readiness()1140 if (ocl_version >= ocl_expected_min_version && ocl_version <= Version(2, 2)) in check_spirv_compilation_readiness()1146 ocl_version.to_string().c_str()); in check_spirv_compilation_readiness()1151 if (ocl_version > Version(2, 2)) in check_spirv_compilation_readiness()1157 ocl_version.to_string().c_str()); in check_spirv_compilation_readiness()