[llvm] f76f534 - [NVPTX][Script] Update lit.cfg.py (#124395)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 00:25:40 PST 2025


Author: Durgadoss R
Date: 2025-01-28T13:55:35+05:30
New Revision: f76f534e8c81c01d7ee2c8ab36cb28b9542531ca

URL: https://github.com/llvm/llvm-project/commit/f76f534e8c81c01d7ee2c8ab36cb28b9542531ca
DIFF: https://github.com/llvm/llvm-project/commit/f76f534e8c81c01d7ee2c8ab36cb28b9542531ca.diff

LOG: [NVPTX][Script] Update lit.cfg.py (#124395)

This patch updates lit.cfg.py to include
the latest ptxas executable versions upto
12.8.

Signed-off-by: Durgadoss R <durgadossr at nvidia.com>

Added: 
    

Modified: 
    llvm/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py
index b17d41fa11af7c..3c0069d10412a5 100644
--- a/llvm/test/lit.cfg.py
+++ b/llvm/test/lit.cfg.py
@@ -311,6 +311,9 @@ def enable_ptxas(ptxas_executable):
             (12, 2),
             (12, 3),
             (12, 4),
+            (12, 5),
+            (12, 6),
+            (12, 8),
         ]
 
         def version_int(ver):


        


More information about the llvm-commits mailing list