Commit 44982628 authored by Alexander Alekhin's avatar Alexander Alekhin

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

parents 68fe37b0 2faa4cd9
......@@ -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() << "]";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment