[libc-commits] [PATCH] D145913: [libc] Add initial support for an RPC mechanism for the GPU

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 15 10:13:53 PDT 2023


michaelrj added inline comments.


================
Comment at: libc/src/__support/RPC/rpc.h:58
+
+  /// Initialize the communicaiton channels.
+  void reset(void *inbox, void *outbox, void *buffer) {
----------------
nit: communication


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145913/new/

https://reviews.llvm.org/D145913



More information about the libc-commits mailing list