On Tue, Dec 06, 2022 at 10:32:40AM +0100, Tobias Burnus wrote:
> +      <code>omp_get_mapped_ptr</code> API routines. The assume and assumes

<code>assume</code> and <code>assumes</code> please

> +      directives, the <code>begin/end declare target</code> syntax in C/C++
> +      and device-specific ICV settings with environment variables are now
> +      supported.</li>
>      <li>
>        Initial support for OpenMP 5.2 features have been added: Support for
>        <code>firstprivate</code> and <code>allocate</code> clauses on the
> @@ -73,7 +75,14 @@ a work-in-progress.</p>
>        <code>omp_initial_device</code> and <code>omp_invalid_device</code>; 
> and
>        optionally omitting the map-type in <code>target enter/exit 
> data</code>.
>        The <code>enter</code> clause (as alias for <code>to</code>) has been 
> added
> -      to the <code>declare target</code> directive.
> +      to the <code>declare target</code> directive. Also added has been the
> +      <code>omp_in_explicit_task</code> routine and the <code>doacross<code>
> +      clause as alias for <code>depend</code> with <code>source/sink</code>

<code>source</code>/<code>sink</code>

Otherwise LGTM.

        Jakub

Reply via email to