[libc-commits] [PATCH] D148288: [libc] Update RPC interface for system utilities on th GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Apr 15 14:25:56 PDT 2023
jhuber6 updated this revision to Diff 513937.
jhuber6 added a comment.
Make a few changes. Add a placeholder for an `index` for when multiple ports
will be supported. Also improve performance by removing the atomic load of the
write-only variable `out`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148288/new/
https://reviews.llvm.org/D148288
Files:
libc/src/__support/OSUtil/gpu/io.cpp
libc/src/__support/OSUtil/gpu/io.h
libc/src/__support/OSUtil/gpu/quick_exit.cpp
libc/src/__support/RPC/rpc.h
libc/startup/gpu/amdgpu/start.cpp
libc/startup/gpu/nvptx/start.cpp
libc/utils/gpu/loader/CMakeLists.txt
libc/utils/gpu/loader/Server.h
libc/utils/gpu/loader/amdgpu/CMakeLists.txt
libc/utils/gpu/loader/amdgpu/Loader.cpp
libc/utils/gpu/loader/nvptx/CMakeLists.txt
libc/utils/gpu/loader/nvptx/Loader.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148288.513937.patch
Type: text/x-patch
Size: 24183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230415/7347b3ce/attachment-0001.bin>
More information about the libc-commits
mailing list