Unverified Commit 80a3d7bf authored by Kartik Mohta's avatar Kartik Mohta Committed by GitHub

Fix comment marker in OpenCVDetectCudaArch.cu

parent 64813977
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment