We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6481397 + 80a3d7b commit e55ad25Copy full SHA for e55ad25
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