[libc-commits] [PATCH] D149194: [libc][Docs] Begin improving documentation for the GPU libc

Johannes Doerfert via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 25 15:18:40 PDT 2023


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG



================
Comment at: libc/docs/gpu/rpc.rst:14-17
+Certain features from the standard C library, such as allocation or printing, 
+require support from the user's operating system. The GPU does not have an 
+operating system, so we instead implement a remote procedure call (RPC) 
+interface to allow submitting work from the GPU to the host server.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149194



More information about the libc-commits mailing list