GCC 11.1 implements many OpenMP 5.0 features
GCC 11.1 was recently announced, implementing support for OpenMP 5.0 features in C/C++ and Fortran.
It supports non-rectangular loop nests in OpenMP constructs and the allocator routines of OpenMP 5.0, including initial allocate clause support in C/C++. The OMP_TARGET_OFFLOAD environment variable and the active-levels routines are now supported.
For C/C++, the declare variant and map support has been extended. For Fortran, OpenMP 4.5 is now fully supported and OpenMP 5.0 support has been extended, including many features which were before only available in C and C++.
Learn More
|