diff --git a/src/cudart/gpucard.cpp b/src/cudart/gpucard.cpp index d1dd8d50d..e6a0ca015 100644 --- a/src/cudart/gpucard.cpp +++ b/src/cudart/gpucard.cpp @@ -133,6 +133,8 @@ static void getDeviceAttribute(DeviceAttribute& a, int device = 0) found_cc = false; else if (a.cc >= 90) a.cores_per_multiprocessor = 128; + else if (a.cc >= 86) + a.cores_per_multiprocessor = 128; else if (a.cc >= 80) a.cores_per_multiprocessor = 64; else if (a.cc >= 61)