Skip to content

Commit

Permalink
Update CUVID SM architecture list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Aug 18, 2020
1 parent 4db2186 commit fb00f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion decoder/LAVVideo/decoders/cuvid.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit fb00f52

Please sign in to comment.