[libc-commits] [PATCH] D148191: [libc][wip] Draft of concurrent GPU RPC

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 13 03:42:33 PDT 2023


jhuber6 added a comment.

I'm very close to standing up a patch that reworks the RPC interface for a single thread. So, we should wait until that's settled and then apply the concurrency changes on top of it. I'm also planning on putting a stress test of the RPC in that patch. As it stands, we only use the RPC in the existing tests if they fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148191



More information about the libc-commits mailing list