mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
2ac3c2c1efa6051b13a232b9c32fcfbc1b10329c
* Use std::string for get_device_*_string helpers Removes need to use BufferOwningPtr to avoid memory leaks. * Rename get_device_info to get_device_info_string Makes it more obvious that it should only be called for device queries that return strings. * Tokenize extensions in is_extension_available Avoids the potential issue where one extension name is a prefix of another. * Throw exception when device info size is 0
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%