[libc-commits] [PATCH] D148585: D148191 with concurrency support removed

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 17 16:59:44 PDT 2023


JonChesterfield created this revision.
JonChesterfield added a reviewer: jhuber6.
Herald added subscribers: libc-commits, kosarev, mattd, asavonic, kerbowa, jvesely.
Herald added projects: libc-project, All.
JonChesterfield requested review of this revision.

D148191 <https://reviews.llvm.org/D148191> refactored the protocol from client/server into
a process base class and a bit manipulation class and also changed
to support N concurrent calls.

This reduced patch exludes the concurrency changes for easier merging
with D148288 <https://reviews.llvm.org/D148288> or similar


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148585

Files:
  libc/src/__support/RPC/rpc.h
  libc/startup/gpu/amdgpu/start.cpp
  libc/startup/gpu/nvptx/start.cpp
  libc/utils/gpu/loader/amdgpu/Loader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148585.514463.patch
Type: text/x-patch
Size: 14145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230417/c76378ee/attachment-0001.bin>


More information about the libc-commits mailing list