Hi Gergő!
On Fri, 21 Dec 2018 13:29:09 +0100, Gergö Barany wrote:
> OpenACC 2.6 specifies `if' and `if_present' clauses on the `host_data'
> construct. These patches add support for these clauses. The first patch,
> by Thomas, reorganizes libgomp internals to turn a "device" argument
> into "f
OpenACC 2.6 specifies `if' and `if_present' clauses on the `host_data'
construct. These patches add support for these clauses. The first patch,
by Thomas, reorganizes libgomp internals to turn a "device" argument
into "flags" that can provide more information to the runtime. The
second patch ad