libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item
Fix the 'strict' modifier status: it is already listed (as 'Y') for OpenMP 5.1 for num_task and grainsize; only strict on num_threads is new with TR11. libgomp/ * libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier.
This commit is contained in:
parent
e0bc13d396
commit
8da7476c5f
1 changed files with 1 additions and 2 deletions
|
@ -469,8 +469,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0.
|
|||
@item @code{omp_curr_progress_width} identifier @tab N @tab
|
||||
@item @code{safesync} clause to the @code{parallel} construct @tab N @tab
|
||||
@item @code{omp_get_max_progress_width} runtime routine @tab N @tab
|
||||
@item @code{strict} modifier keyword to @code{num_threads}, @code{num_tasks}
|
||||
and @code{grainsize} @tab N @tab
|
||||
@item @code{strict} modifier keyword to @code{num_threads} @tab N @tab
|
||||
@item @code{memscope} clause to @code{atomic} and @code{flush} @tab N @tab
|
||||
@item Routines for obtaining memory spaces/allocators for shared/device memory
|
||||
@tab N @tab
|
||||
|
|
Loading…
Add table
Reference in a new issue