Skip to content

Commit f76f534

Browse files
authored
[NVPTX][Script] Update lit.cfg.py (llvm#124395)
This patch updates lit.cfg.py to include the latest ptxas executable versions upto 12.8. Signed-off-by: Durgadoss R <[email protected]>
1 parent f4de28a commit f76f534

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
@@ -311,6 +311,9 @@ def enable_ptxas(ptxas_executable):
311311
(12, 2),
312312
(12, 3),
313313
(12, 4),
314+
(12, 5),
315+
(12, 6),
316+
(12, 8),
314317
]
315318

316319
def version_int(ver):

0 commit comments

Comments
 (0)