Skip to content

Commit

Permalink
Update GPUEngine.cu
Browse files Browse the repository at this point in the history
need to be changed for RTX 3090
  • Loading branch information
siupune authored Apr 21, 2021
1 parent 4a403a1 commit 7317736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/GPUEngine.cu
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int _ConvertSMVer2Cores(int major,int minor) {
{ 0x72, 64 },
{ 0x75, 64 },
{ 0x80, 64 },
{ 0x86, 64 },
{ 0x86, 128 },
{ -1, -1 } };

int index = 0;
Expand Down

0 comments on commit 7317736

Please sign in to comment.