diff --git a/decoder/LAVVideo/decoders/cuvid.cpp b/decoder/LAVVideo/decoders/cuvid.cpp index 2ac67487e..8b575f30e 100644 --- a/decoder/LAVVideo/decoders/cuvid.cpp +++ b/decoder/LAVVideo/decoders/cuvid.cpp @@ -302,7 +302,8 @@ static int _ConvertSMVer2CoresDrvApi(int major, int minor) sSMtoCores nGpuArchCoresPerSM[] = {{0x10, 8}, {0x11, 8}, {0x12, 8}, {0x13, 8}, {0x20, 32}, {0x21, 48}, {0x30, 192}, {0x32, 192}, {0x35, 192}, {0x37, 192}, - {0x50, 128}, {0x52, 128}, {0x61, 128}, {-1, -1}}; + {0x50, 128}, {0x52, 128}, {0x61, 128}, {0x70, 64} , {0x75, 64}, + {-1, -1}}; int index = 0; while (nGpuArchCoresPerSM[index].SM != -1)