[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 10:56:59 PDT 2023
jhuber6 added a comment.
In D151735#4381661 <https://reviews.llvm.org/D151735#4381661>, @tianshilei1992 wrote:
> CUDA's async malloc is really a new thing. It's gonna depend on what version of CUDA we are supporting here.
Do you know which version it was introduced in? It would probably explain why I couldn't built it on the only system I have access to with an Nvidia GPU since it runs CUDA 10.0.
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