Skip to content

Commit

Permalink
[LIT][NVPTX] Add a few more known ptxas versions (llvm#89761)
Browse files Browse the repository at this point in the history
This patch adds known ptxas versions up to 12.4,
to have tests targeting them.

Signed-off-by: Durgadoss R <durgadossr@nvidia.com>
  • Loading branch information
durga4github authored Apr 24, 2024
1 parent ba702aa commit da1e3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ def enable_ptxas(ptxas_executable):
(11, 8),
(12, 0),
(12, 1),
(12, 2),
(12, 3),
(12, 4),
]

def version_int(ver):
Expand Down

0 comments on commit da1e3e8

Please sign in to comment.