[libc-commits] [PATCH] D151735: [libc] Implement basic `malloc` and `free` support on the GPU

Shilei Tian via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 30 10:58:54 PDT 2023


tianshilei1992 added a comment.

In D151735#4381683 <https://reviews.llvm.org/D151735#4381683>, @jhuber6 wrote:

> 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.

IIRC it is CUDA 11.2.


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