Fix comment marker in OpenCVDetectCudaArch.cu

This commit is contained in:
Kartik Mohta 2018-12-04 11:47:28 -08:00 committed by GitHub
parent 6481397710
commit 80a3d7bffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;