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 5.1 `omp_get_mapped_ptr` #11

Closed jdenny-ornl closed 1 year ago

jdenny-ornl commented 3 years ago

Clacc has a prototype of OpenMP 5.1's omp_get_mapped_ptr to support OpenACC's acc_device_ptr. The initial Clacc commit is f3d8390c81f4. This feature should be considered for upstreaming to LLVM as described in #10.

jdenny-ornl commented 1 year ago

This was implemented for upstream LLVM by others in 6e18277a51187ce8e861cdf0ab1395235e5b83d4.