mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Print the latest conformance version passed reported by the device (#959)
Fixes #798 Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
/* Helper to return a string containing device information for the specified
|
||||
* device info parameter. */
|
||||
static std::string get_device_info_string(cl_device_id device,
|
||||
cl_device_info param_name)
|
||||
std::string get_device_info_string(cl_device_id device,
|
||||
cl_device_info param_name)
|
||||
{
|
||||
size_t size = 0;
|
||||
int err;
|
||||
|
||||
Reference in New Issue
Block a user