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

pull/12776/head
Alexander Alekhin 6 years ago
commit 449826288b
  1. 2
      modules/ts/src/cuda_test.cpp

@ -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() << "]";
}

Loading…
Cancel
Save