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_target_is_accessible` #12

Open jdenny-ornl opened 3 years ago

jdenny-ornl commented 3 years ago

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