[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 11:02:11 PDT 2023
jhuber6 added a comment.
In D151735#4381703 <https://reviews.llvm.org/D151735#4381703>, @tianshilei1992 wrote:
> IIRC it is CUDA 11.2.
Well, as of https://reviews.llvm.org/D151361 we fully support up to CUDA 11.8 in `clang` so we can most likely call it a requirement at least for `libc` testing. Maybe in OpenMP we could do a static check and disable host services for malloc with a warning.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151735/new/
https://reviews.llvm.org/D151735
More information about the libc-commits
mailing list