[libc-commits] [PATCH] D153304: [libc] Remove flexible array and replace with a template
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 19 13:20:26 PDT 2023
jhuber6 updated this revision to Diff 532745.
jhuber6 added a comment.
Fix callback
Let me know if there's a less cumersome way to abstract around this. I gave up
because the Server type is unwiedly since it cannot really be moved or copied.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153304/new/
https://reviews.llvm.org/D153304
Files:
libc/src/__support/RPC/rpc.h
libc/src/__support/RPC/rpc_client.cpp
libc/src/gpu/rpc_reset.cpp
libc/startup/gpu/amdgpu/start.cpp
libc/startup/gpu/nvptx/start.cpp
libc/utils/gpu/server/Server.cpp
libc/utils/gpu/server/Server.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153304.532745.patch
Type: text/x-patch
Size: 29469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230619/86e3d933/attachment-0001.bin>
More information about the libc-commits
mailing list