Searched defs:OpenClInfo (Results 1 – 1 of 1) sorted by relevance
259 struct OpenClInfo { struct260 OpenClVersion cl_version;262 std::vector<std::string> extensions;263 bool supports_fp16;264 bool supports_image3d_writes;265 bool supports_images;266 int compute_units_count;267 uint64_t buffer_max_size;268 uint64_t image2d_max_width;269 uint64_t image2d_max_height;[all …]