[PATCH] D125639: [NVPTX] Enable AtomicExpandPass for NVPTX
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 13:06:25 PDT 2022
tra added a comment.
> What's the minimum SM version do we currently support? I did find from one of your patch (https://reviews.llvm.org/D24943) that it had the function hasAtomAddF32, but now I can't find it. Was it removed because we support a minimum SM version, like SM20?
SM20 is the current minimum. Note that NVIDIA has already stopped supporting pre-SM35 GPUs and we should probably start considering removing support for sm_2x in LLVM, too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125639/new/
https://reviews.llvm.org/D125639
More information about the llvm-commits
mailing list