mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Fix comment marker in OpenCVDetectCudaArch.cu
This commit is contained in:
parent
6481397710
commit
80a3d7bffa
@ -18,7 +18,7 @@ int main()
|
||||
archs.push_back(arch.str());
|
||||
arch.str("");
|
||||
}
|
||||
archs.unique(); #Some devices might have the same arch
|
||||
archs.unique(); // Some devices might have the same arch
|
||||
for (std::list<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
|
||||
std::cout << *it << " ";
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user