[llvm] [NVPTX] Add ptxas verification and kernel test to sm-version test (PR #139543)
Abhilash Majumder via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 06:46:57 PDT 2025
================
@@ -56,6 +56,65 @@
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_121 | FileCheck %s --check-prefix=SM121
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_121a | FileCheck %s --check-prefix=SM121a
+; Also check if ptxas is available for the various SM versions
----------------
abhilash1910 wrote:
nit: This can be removed.
https://github.com/llvm/llvm-project/pull/139543
More information about the llvm-commits
mailing list