Re: [PATCH 3/7] [OpenACC] Don't pass kind array via pointer to goacc_enter_datum

2020-07-10 Thread Julian Brown
On Thu, 25 Jun 2020 12:52:23 +0200 Thomas Schwinge wrote: > Hi Julian! > > On 2020-05-22T15:16:06-0700, Julian Brown > wrote: > > Since goacc_enter_datum only maps a single data item now, there is > > no need to pass "kinds" as an array. Passing as a scalar allows > > for some simplification i

Re: [PATCH 3/7] [OpenACC] Don't pass kind array via pointer to goacc_enter_datum

2020-06-25 Thread Thomas Schwinge
Hi Julian! On 2020-05-22T15:16:06-0700, Julian Brown wrote: > Since goacc_enter_datum only maps a single data item now, there is no > need to pass "kinds" as an array. Passing as a scalar allows for some > simplification in the function's callers. You'd hope (didn't verify) that the compiler ca