[libc-commits] [PATCH] D151735: [libc] Implement basic `malloc` and `free` support on the GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 5 11:11:32 PDT 2023
jhuber6 updated this revision to Diff 528522.
jhuber6 added a comment.
Making suggested changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151735/new/
https://reviews.llvm.org/D151735
Files:
libc/src/__support/RPC/rpc.h
libc/src/stdlib/CMakeLists.txt
libc/src/stdlib/free.h
libc/src/stdlib/gpu/CMakeLists.txt
libc/src/stdlib/gpu/free.cpp
libc/src/stdlib/gpu/malloc.cpp
libc/src/stdlib/malloc.h
libc/test/src/stdlib/CMakeLists.txt
libc/test/src/stdlib/malloc_test.cpp
libc/utils/gpu/loader/CMakeLists.txt
libc/utils/gpu/loader/Server.h
libc/utils/gpu/loader/amdgpu/Loader.cpp
libc/utils/gpu/loader/nvptx/Loader.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151735.528522.patch
Type: text/x-patch
Size: 14566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230605/cddbabca/attachment-0001.bin>
More information about the libc-commits
mailing list