Re: [PATCH] [og8] Add OpenACC 2.6 if and if_present clauses on host_data construct

2018-12-21 Thread Thomas Schwinge
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

[PATCH] [og8] Add OpenACC 2.6 if and if_present clauses on host_data construct

2018-12-21 Thread Gergö Barany
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