mirror of
https://github.com/opencv/opencv.git
synced 2025-07-26 07:07:37 +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());
|
archs.push_back(arch.str());
|
||||||
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)
|
for (std::list<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
|
||||||
std::cout << *it << " ";
|
std::cout << *it << " ";
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user