Commit 8d7234e5 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1885 from peastman/volta

Change to work correctly on volta
parents e32875f3 970cffa2
...@@ -240,7 +240,7 @@ CudaContext::CudaContext(const System& system, int deviceIndex, bool useBlocking ...@@ -240,7 +240,7 @@ CudaContext::CudaContext(const System& system, int deviceIndex, bool useBlocking
// Don't generate Volta-specific code until we've made the changes needed // Don't generate Volta-specific code until we've made the changes needed
// to support it properly. // to support it properly.
major = 6; major = 6;
minor = 2; minor = 0;
} }
gpuArchitecture = intToString(major)+intToString(minor); gpuArchitecture = intToString(major)+intToString(minor);
computeCapability = major+0.1*minor; computeCapability = major+0.1*minor;
......
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