[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
Tue May 30 12:43:54 PDT 2023


jhuber6 updated this revision to Diff 526746.
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.526746.patch
Type: text/x-patch
Size: 14479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230530/8dc65e37/attachment-0001.bin>


More information about the libc-commits mailing list