Skip to content

Commit b3b3bd2

Browse files
author
Kwok Cheung Yeung
committed
libgomp: Update documentation for indirect calls in target regions
Support for indirect calls to procedures/functions in offloaded target regions is now available for C, C++ and Fortran. 2024-02-15 Kwok Cheung Yeung <[email protected]> libgomp/ * libgomp.texi (OpenMP 5.1): Mark indirect call support as fully implemented.
1 parent 451bb58 commit b3b3bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libgomp/libgomp.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The OpenMP 4.5 specification is fully supported.
313313
@item Iterators in @code{target update} motion clauses and @code{map}
314314
clauses @tab N @tab
315315
@item Indirect calls to the device version of a procedure or function in
316-
@code{target} regions @tab P @tab Only C and C++
316+
@code{target} regions @tab Y @tab
317317
@item @code{interop} directive @tab N @tab
318318
@item @code{omp_interop_t} object support in runtime routines @tab N @tab
319319
@item @code{nowait} clause in @code{taskwait} directive @tab Y @tab
@@ -362,7 +362,7 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab
362362
@item For Fortran, diagnose placing declarative before/between @code{USE},
363363
@code{IMPORT}, and @code{IMPLICIT} as invalid @tab N @tab
364364
@item Optional comma between directive and clause in the @code{#pragma} form @tab Y @tab
365-
@item @code{indirect} clause in @code{declare target} @tab P @tab Only C and C++
365+
@item @code{indirect} clause in @code{declare target} @tab Y @tab
366366
@item @code{device_type(nohost)}/@code{device_type(host)} for variables @tab N @tab
367367
@item @code{present} modifier to the @code{map}, @code{to} and @code{from}
368368
clauses @tab Y @tab

0 commit comments

Comments
 (0)