1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #12765 from cv3d:ts/cuda/device_name

This commit is contained in:
Alexander Alekhin
2018-10-08 19:15:54 +00:00
+2
View File
@@ -559,4 +559,6 @@ namespace cvtest
void cv::cuda::PrintTo(const DeviceInfo& info, std::ostream* os)
{
(*os) << info.name();
if (info.deviceID())
(*os) << " [ID: " << info.deviceID() << "]";
}