AlexEichenberger added inline comments.
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:5122
+NewTask = CGF.EmitRuntimeCall(
+ createRuntimeFunction(OMPRTL__kmpc_omp_target_task_alloc), AllocArgs);
+ } else {
gtbercea wrote:
> ABataev wrote:
> > gtbercea wr
AlexEichenberger accepted this revision.
AlexEichenberger added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63009/new/
https://reviews.llvm.org/D63009
__
AlexEichenberger accepted this revision.
AlexEichenberger added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63010/new/
https://reviews.llvm.org/D63010
___
AlexEichenberger added inline comments.
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:610
+ // size_t sizeof_shareds, kmp_routine_entry_t *task_entry,
+ // size_t device_id);
+ OMPRTL__kmpc_omp_target_task_alloc,
device_id is int64_t
Comment a
AlexEichenberger accepted this revision.
AlexEichenberger added a comment.
This revision is now accepted and ready to land.
fantastic
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60568/new/
https://reviews.llvm.org/D60568
_
AlexEichenberger requested changes to this revision.
AlexEichenberger added a comment.
This revision now requires changes to proceed.
see note above; apologies if it is already done and hiding somewhere I did not
see
Comment at: lib/CodeGen/CGOpenMPRuntime.h:641
+ /// directi