Skip to content

Commit da1e3e8

Browse files
authored
[LIT][NVPTX] Add a few more known ptxas versions (llvm#89761)
This patch adds known ptxas versions up to 12.4, to have tests targeting them. Signed-off-by: Durgadoss R <durgadossr@nvidia.com>
1 parent ba702aa commit da1e3e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ def enable_ptxas(ptxas_executable):
306306
(11, 8),
307307
(12, 0),
308308
(12, 1),
309+
(12, 2),
310+
(12, 3),
311+
(12, 4),
309312
]
310313

311314
def version_int(ver):

0 commit comments

Comments
 (0)