[Openmp-commits] [PATCH] D155003: [libc] Add basic support for calling host functions from the GPU

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 11 12:26:41 PDT 2023


jhuber6 added a comment.

In D155003#4490885 <https://reviews.llvm.org/D155003#4490885>, @JonChesterfield wrote:

> Could you find somewhere to document very explicitly that the pointer in question is to some function on the host and not to some function on the gpu, and not some magic thing which can be called on either?

I probably should have some documentation for these "GPU" extensions. Though I only expect one more for the H2D / D2H memcpy. I'll just put it in the implementation for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155003



More information about the Openmp-commits mailing list