From 73cc3d867e9c53e58ffdd43284f084bb0e4329ae Mon Sep 17 00:00:00 2001 From: Durgadoss R 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 --- 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 b17d41fa11af7..3c0069d10412a 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):