- Fixed a typo in PTXAS_EXECUTABLE CMake variable (PXTAS -> PTXAS).
- Version check was implemented incorrectly, now version (major, minor) is converted to int for comparison.
- ptxas -arch argument was missing in 2 tests.
Paths
| Differential D127866
[NVPTX] Fix issues in ptxas integration to LIT tests ClosedPublic Authored by asavonic on Jun 15 2022, 8:19 AM.
Details Summary
Diff Detail
Event TimelineComment Actions LGTM in general.
This revision is now accepted and ready to land.Jun 16 2022, 1:17 PM This revision was landed with ongoing or failed builds.Oct 3 2022, 2:31 PM Closed by commit rG5585d99835e8: [NVPTX] Fix issues in ptxas integration to LIT tests (authored by asavonic). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 464817 llvm/test/CodeGen/NVPTX/atomicrmw-expand.ll
llvm/test/CodeGen/NVPTX/bug52623.ll
llvm/test/CodeGen/NVPTX/ldu-ldg.ll
llvm/test/lit.cfg.py
llvm/test/lit.site.cfg.py.in
|
Do we have it documented somewhere that detection of ptxas version X.Y, enables ptxas-A.B feature for all A.B <= X.Y?