[PATCH] D85535: [OpenMPOpt][SplitMemTransfer][WIP] Splitting the runtime call __tgt_target_data_begin
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 11:05:50 PDT 2020
jdoerfert added a comment.
In D85535#2207439 <https://reviews.llvm.org/D85535#2207439>, @hamax97 wrote:
> I think if I only add the declarations of `__tgt_target_data_begin_issue` and `__tgt_target_data_being_wait` the linking process will fail. How should I define the `wait` function?, the `issue` is just a wrapper of the current function, but as we don't have Shilei's patch merged yet I would have to create something that does nothing and change it later when the asynchronous stuff is merged.
We can add this under a command line flag, declarations will be sufficient to test it with lit tests then.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85535/new/
https://reviews.llvm.org/D85535
More information about the llvm-commits
mailing list