Skip to content

Commit

Permalink
Cuda & PTX version updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmccormick authored and tarunprabhu committed Jul 25, 2024
1 parent 44b75a0 commit e5876fd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions llvm/lib/Transforms/Tapir/CudaABI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,12 @@ std::string PTXVersionFromCudaVersion() {
.Case("11.6", "+ptx76")
.Case("11.7", "+ptx77")
.Case("11.8", "+ptx78")
.Case("12.0", "+ptx78")
.Case("12.1", "+ptx78")
.Case("12.2", "+ptx78")
.Case("12.3", "+ptx78")
.Case("12.0", "+ptx83")
.Case("12.1", "+ptx83")
.Case("12.2", "+ptx83")
.Case("12.3", "+ptx83")
.Case("12.4", "+ptx83")
.Case("12.5", "+ptx83")
.Default("");

if (PTXVersionStr == "") {
Expand Down

0 comments on commit e5876fd

Please sign in to comment.