[llvm] da1e3e8 - [LIT][NVPTX] Add a few more known ptxas versions (#89761)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 21:55:39 PDT 2024
Author: Durgadoss R
Date: 2024-04-24T10:25:35+05:30
New Revision: da1e3e8b9ab76e7dc6de1fa41116983cb7d0c510
URL: https://github.com/llvm/llvm-project/commit/da1e3e8b9ab76e7dc6de1fa41116983cb7d0c510
DIFF: https://github.com/llvm/llvm-project/commit/da1e3e8b9ab76e7dc6de1fa41116983cb7d0c510.diff
LOG: [LIT][NVPTX] Add a few more known ptxas versions (#89761)
This patch adds known ptxas versions up to 12.4,
to have tests targeting them.
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 4c05317036d1a3..affd87b98c1410 100644
--- a/llvm/test/lit.cfg.py
+++ b/llvm/test/lit.cfg.py
@@ -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):
More information about the llvm-commits
mailing list