Skip to content

Commit

Permalink
Merge pull request #2 from siupune/patch-2
Browse files Browse the repository at this point in the history
Update GPUEngine.cu
  • Loading branch information
ZenulAbidin authored Apr 29, 2021
2 parents 4a403a1 + 7317736 commit d7869cb
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 d7869cb

Please sign in to comment.