Commit 970cffa2 authored by peastman's avatar peastman
Browse files

Change to work correctly on volta

parent e32875f3
...@@ -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