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

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 12 20:27:33 PDT 2023


JonChesterfield added inline comments.


================
Comment at: libc/src/__support/RPC/rpc.h:346
 ///   - Wait until the inbox is 0.
 template <typename F, typename U> LIBC_INLINE void Client::run(F fill, U use) {
+  uint32_t ThreadMask = 1;
----------------
Going to have to change the client interface to pass the active threads down the stack for nvidia, various intrinsics require it


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