This patch implements a unified kernel entry function that will be
targeted from both teams and non-teams clauses. We introduce a new
interface and make the old functions call in using the new one. A
following patch will include the necessary changes to Clang to call
these new functions instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libomptarget/src/interface.cpp | ||
---|---|---|
384 | Documentation needed for these special values. |
Comment Actions
I like this:
static_assert(sizeof(__tgt_kernel_arguments) == XXX);
It gives you some confidence that nobody fiddles with it.
Documentation needed for these special values.