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

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 13 03:49:54 PDT 2023


JonChesterfield added a comment.

I'm not worried about adapting the interface. The client::run and server:::handle are just what was there before. Worth mentioning that this doesn't change the existing algorithm, it stamps out N identical copies of the structure and hands them out to threads in roughly round robin fashion. It'll compose with your changes.

Definitely agrees on more testing, I haven't got a handle on the libc/cmake plumbing around this.


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