diff --git a/libs/Common/UtilCUDA.cpp b/libs/Common/UtilCUDA.cpp index f6b202519..dddc6d5a4 100644 --- a/libs/Common/UtilCUDA.cpp +++ b/libs/Common/UtilCUDA.cpp @@ -50,6 +50,7 @@ int _convertSMVer2Cores(int major, int minor) {0x70, 64 }, // Volta Generation (SM 7.0) GV100 class {0x72, 64 }, // Volta Generation (SM 7.2) GV10B class {0x75, 64 }, // Turing Generation (SM 7.5) TU1xx class + {0x80, 64 }, // Ampere Generation (SM 8.0) GA100 class {-1, -1} };