[libc-commits] [PATCH] D151282: [libc] Add initial support for 'puts' and 'fputs' to the GPU
Artem Belevich via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri May 26 12:14:51 PDT 2023
tra added a comment.
> In general locks on the GPU cannot be safely implemented due to lack of forward progress guaruntees.
I think sm_70+ does provide forward progress guarantees. This was one of the major architectural changes introduced on Volta.
https://docs.nvidia.com/cuda/volta-tuning-guide/index.html#independent-thread-scheduling
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151282/new/
https://reviews.llvm.org/D151282
More information about the libc-commits
mailing list