[PATCH] D98606: [NVPTX] CUDA does provide malloc/free since compute capability 2.X

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 12:15:27 PDT 2021


jdoerfert added a comment.

In D98606#2626735 <https://reviews.llvm.org/D98606#2626735>, @tra wrote:

> Tests? NVPTX used to have issues lowering libcalls at all. It would be great to verify that it works now.

We use malloc in the OpenMP runtime, it works, albeit slow. Where do I put a test for this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98606/new/

https://reviews.llvm.org/D98606



More information about the llvm-commits mailing list