[libc-commits] [PATCH] D148288: [libc] Update RPC interface for system utilities on th GPU
Noah Goldstein via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Apr 13 20:27:03 PDT 2023
goldstein.w.n added inline comments.
================
Comment at: libc/src/__support/RPC/rpc.h:56
+/// - For every 'send' / 'recv' call on one side of the process there is a
+/// mirrored 'recv' / 'send' call.
+///
----------------
IIUC this means it must be send/recv/senc/recv back-and-forth pattern? This seems contradictory to "mostly arbitrary combinations of 'send' and 'recv'" no?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148288/new/
https://reviews.llvm.org/D148288
More information about the libc-commits
mailing list