Hi Tobias,
Thanks for the review. Please find attached an updated patch following
your comments.
Since further adjustments to other patches of the series were required,
I'll post them shortly.
See also my replies below.
On 09/08/2024 13:51, Tobias Burnus wrote:
Paul-Antoine Arras wrote:
Thi
Paul-Antoine Arras wrote:
This patch adds middle-end support for the `dispatch` construct and the
`adjust_args` clause. The heavy lifting is done in `gimplify_omp_dispatch` and
`gimplify_call_expr` respectively. For `adjust_args`, this mostly consists in
emitting a call to `gomp_get_mapped_ptr` f
This patch adds middle-end support for the `dispatch` construct and the
`adjust_args` clause. The heavy lifting is done in `gimplify_omp_dispatch` and
`gimplify_call_expr` respectively. For `adjust_args`, this mostly consists in
emitting a call to `gomp_get_mapped_ptr` for the adequate device.
For