Update GCC 14 OpenACC changes some more (was: [wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update)

2024-03-01 Thread Thomas Schwinge
Hi! On 2024-02-27T20:16:52+0100, Tobias Burnus wrote: > Minor update for older and more recent changes. > > Comments? > gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update > Update OpenACC for one new feature (Fortran interface to exisiting > C/C++ routines). > ---

Re: [wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update

2024-02-28 Thread Bernhard Reutner-Fischer
On Tue, 27 Feb 2024 at 20:17, Tobias Burnus wrote: > > Minor update for older and more recent changes. > > Comments? Nit: +OpenACC 3.2: The following API routines are now available in + Fortran using the openacc module or the + open_lib.h header file: acc_alloc,

Re: [wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update

2024-02-27 Thread Gerald Pfeifer
On Tue, 27 Feb 2024, Tobias Burnus wrote: > Minor update for older and more recent changes. > supported for stack variables in C and Fortran, including the OpenMP 5.1 > - align modifier. For Fortran, OpenMP allocators can now be > + align modifier. In C and C++, the map clause >

[wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update

2024-02-27 Thread Tobias Burnus
Minor update for older and more recent changes. Comments? Tobias gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update Update OpenMP for two meanwhile implemented features (lvalue-expr in map, indirect now also in Fortran). Update OpenACC for one new feature (Fortran interface to