Re: [PATCH 3/3] OpenACC dynamic data lifetimes ending within structured blocks

2020-05-11 Thread Thomas Schwinge
Hi Julian! On 2020-01-17T13:18:21-0800, Julian Brown wrote: > This patch adds a new function to logically decrement the "dynamic > reference counter" for a mapped OpenACC variable, and handles some cases > in which that counter drops to zero inside a structured data > block. Previously, it's like

[PATCH 3/3] OpenACC dynamic data lifetimes ending within structured blocks

2020-01-17 Thread Julian Brown
This patch adds a new function to logically decrement the "dynamic reference counter" for a mapped OpenACC variable, and handles some cases in which that counter drops to zero inside a structured data block. Previously, it's likely that at least in some cases, ending a dynamic data lifetime in this