Skip to content

Commit

Permalink
APIs need to be in reverse order of their versions. (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk authored Oct 10, 2023
1 parent 2b141d7 commit c307c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuda/extract_cuda_versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
}
}

apis.each { |api, suffixes| suffixes.each { |suffix, versions| versions.sort!.reverse! } }

puts YAML::dump(apis)

0 comments on commit c307c65

Please sign in to comment.