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

Implement `kernels` construct #8

Open jdenny-ornl opened 3 years ago

jdenny-ornl commented 3 years ago

Currently, Clacc does not support the kernels construct. Its implementation will almost certainly share analyses needed for implicit worker and vector clauses and the auto clause, so issues #6 and #7 are likely prerequisites for this issue.

Tasks: