[libc-commits] [PATCH] D147054: [libc] Begin implementing a library for the RPC server
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 14 15:16:49 PDT 2023
jhuber6 added a comment.
In D147054#4422839 <https://reviews.llvm.org/D147054#4422839>, @JonChesterfield wrote:
> Interesting that the cuda path doesn't deadlock, I wonder if that's a fix from previous cuda revisions. Thanks
Appreciate the thorough review.
Yeah I heard about that problem as well which made me nervous about how well we could support a real `malloc` in the future. But pleasingly it's been running on the `sm_70` and `sm_60` testers for awhile and it seems good as long as your CUDA is new enough. As it stands we'll probably need to turn this function into a hard error if we integrate it into OpenMP and CUDA is too old.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147054/new/
https://reviews.llvm.org/D147054
More information about the libc-commits
mailing list