We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246d376 commit dcdd5d6Copy full SHA for dcdd5d6
modules/ts/src/ocl_test.cpp
@@ -156,6 +156,9 @@ void dumpOpenCLDevice()
156
DUMP_MESSAGE_STDOUT(" Version = " << device.version());
157
DUMP_PROPERTY_XML("cv_ocl_current_deviceVersion", device.version());
158
159
+ DUMP_MESSAGE_STDOUT(" Driver version = " << device.driverVersion());
160
+ DUMP_PROPERTY_XML("cv_ocl_current_driverVersion", device.driverVersion());
161
+
162
DUMP_MESSAGE_STDOUT(" Compute units = "<< device.maxComputeUnits());
163
DUMP_PROPERTY_XML("cv_ocl_current_maxComputeUnits", device.maxComputeUnits());
164
0 commit comments