summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/gpu
AgeCommit message (Expand)Author
2025-07-02[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)Joseph Huber
2025-06-30[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)Joseph Huber
2025-01-24[libc] Use the NVIDIA device allocator for GPU malloc (#124277)Joseph Huber
2024-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-11-19[libc] Replace usage of GPU helpers with ones from 'gpuintrin.h' (#116454)Joseph Huber
2024-10-15[libc] Remove dependency on `cpp::function` in `rpc.h` (#112422)Joseph Huber
2024-09-23[libc] Add GPU support for the 'system' function (#109687)Joseph Huber
2024-07-30[libc] Implement placeholder memory functions on the GPU (#101082)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-03-10[libc][NFC] Move GPU allocator implementation to common header (#84690)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-12[libc][NFC] Factor GPU exiting into a common function (#66093)Joseph Huber
2023-08-31[libc] Implement the 'abort' function on the GPUJoseph Huber
2023-06-15[libc] Export GPU extensions to `libc` for external useJoseph Huber
2023-06-05[libc] Implement basic `malloc` and `free` support on the GPUJoseph Huber