Re: [PATCH 1/2] openacc: Helper functions for enter/exit data using single mapping

2020-07-10 Thread Thomas Schwinge
Hi Julian! On 2020-07-09T17:06:58-0700, Julian Brown wrote: > This patch factors out the parts of goacc_enter_datum and > goacc_exit_datum that can be shared with goacc_enter_data_internal > and goacc_exit_data_internal respectively (in the next patch), > without overloading function return value

[PATCH 1/2] openacc: Helper functions for enter/exit data using single mapping

2020-07-09 Thread Julian Brown
This patch factors out the parts of goacc_enter_datum and goacc_exit_datum that can be shared with goacc_enter_data_internal and goacc_exit_data_internal respectively (in the next patch), without overloading function return values or complicating code paths unnecessarily. OK? Thanks, Julian 202