[llvm] [NVPTX][Script] Update lit.cfg.py (PR #124395)
Durgadoss R via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 22:03:44 PST 2025
https://github.com/durga4github created https://github.com/llvm/llvm-project/pull/124395
This patch updates lit.cfg.py to include
the latest ptxas executable versions upto
12.8.
>From 73cc3d867e9c53e58ffdd43284f084bb0e4329ae Mon Sep 17 00:00:00 2001
From: Durgadoss R <durgadossr at nvidia.com>
Date: Sat, 25 Jan 2025 11:31:24 +0530
Subject: [PATCH] [NVPTX][Script] Update lit.cfg.py
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>
---
llvm/test/lit.cfg.py | 3 +++
1 file changed, 3 insertions(+)
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