[llvm] [NVPTX] simplified atomics-sm90.ll test (PR #125968)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 16:54:24 PST 2025


================
@@ -1,142 +1,127 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
-; RUN: llc < %s -mtriple=nvptx -mcpu=sm_90 -mattr=+ptx78 | FileCheck %s --check-prefixes=CHECK
-; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx78 | FileCheck %s --check-prefixes=CHECK64
-; RUN: llc < %s -mtriple=nvptx -mcpu=sm_86 -mattr=+ptx71 | FileCheck %s --check-prefixes=CHECKPTX71
----------------
Artem-B wrote:

Technically 32-bit compilation for sm_8x is supported with cuda 11.1-11.8.
It just about nobody cares about 32-bit compilation for the new GPUs. I figured that keeping this minor niche is just not worth the trouble.

On the other hand, resurrecting it is not a big deal. I've updated the patch.


https://github.com/llvm/llvm-project/pull/125968


More information about the llvm-commits mailing list