llvm-doe-org / llvm-project

The LLVM DOE Fork is a fork of upstream LLVM (https://github.com/llvm/llvm-project/) that hosts multiple DOE-funded projects. Contact information and other details for each project are described in the wiki.
https://github.com/llvm-doe-org/llvm-project/wiki/
Other
22 stars 13 forks source link

OpenMP `omp_get_mapped_hostptr` extension #19

Open jdenny-ornl opened 3 years ago

jdenny-ornl commented 3 years ago

Clacc prototypes the following routine as an OpenMP extension to support OpenACC's acc_hostptr:

void *omp_get_mapped_hostptr(const void *ptr, int device_num);

The initial commit is dec7c179bcd0. This feature should be considered for upstreaming to LLVM as described in #10.