We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6481397 commit 80a3d7bCopy full SHA for 80a3d7b
cmake/checks/OpenCVDetectCudaArch.cu
@@ -18,7 +18,7 @@ int main()
18
archs.push_back(arch.str());
19
arch.str("");
20
}
21
- archs.unique(); #Some devices might have the same arch
+ archs.unique(); // Some devices might have the same arch
22
for (std::list<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
23
std::cout << *it << " ";
24
return 0;
0 commit comments