================
@@ -86,7 +88,7 @@ static const CudaArchToStringMap arch_names[] = {
// clang-format off
{CudaArch::UNUSED, "", ""},
SM2(20, "compute_20"), SM2(21, "compute_20"), // Fermi
- SM(30), SM(32), SM(35), SM(37), // Kepler
+ SM(30), SM3(32, "compute_32"), SM(35), SM(37), // Kepler
----------------
Artem-B wrote:
Nit. We don't really need SM3 here. For one-off we could Just use
`{CudaArch::SM_32_, "sm_32" , "compute_32"}}`
https://github.com/llvm/llvm-project/pull/88779
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits