[PATCH] D140436: [NVPTX] Add support of ptxas v12.0 to the LIT tests

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 11:44:16 PST 2023


tra added a comment.

Description could use some details. I.e. what makes sm_35 special?  I assume it's due to the fact that sm_35 is no longer supported.

Instead of special-casing ptxas-12.0, perhpas a better way is to just always run ptxas with `-arch=sm_60` so it would work with ptxas from all reasonably new CUDA versions.



================
Comment at: llvm/test/lit.cfg.py:215
             (10, 0), (10, 1), (10, 2),
             (11, 0), (11, 1), (11, 2), (11, 3), (11, 4), (11, 5), (11, 6),
+            (12, 0),
----------------
There are also 11.7 and 11.8.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140436/new/

https://reviews.llvm.org/D140436



More information about the llvm-commits mailing list