[libc-commits] [PATCH] D148288: [libc] Update RPC interface for system utilities on the GPU

Johannes Doerfert via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 18 12:59:34 PDT 2023


jdoerfert added a comment.

I'm fine with this. Any objections?



================
Comment at: libc/utils/gpu/loader/Server.h:26
+/// are any active requests.
+void handle_server() {
+  auto port = server.try_open();
----------------



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