Skip to content

Commit

Permalink
common: add an A100 CUDA parameter (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kusanagi authored Sep 6, 2023
1 parent c84b15b commit 91c9c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/Common/UtilCUDA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};

Expand Down

0 comments on commit 91c9c2c

Please sign in to comment.