gcc-wwwdocs branch master updated. 8507122b38e6b60e8f2f3c8cd339d4f318377203
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 8507122b38e6b60e8f2f3c8cd339d4f318377203 (commit) from 1db5b34eb8cf47f070f643f993d835149bce2ec7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 8507122b38e6b60e8f2f3c8cd339d4f318377203 Author: Tobias Burnus Date: Fri Jun 7 09:58:52 2024 +0200 gcc-15/changes.html (nvptx): Constructors are now supported diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index b59fd3be..0ea7bdec 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -85,7 +85,14 @@ a work-in-progress. - +NVPTX + + + GCC's nvptx target now supports constructors and destructors. + For this, a recent version of https://gcc.gnu.org/install/specific.html#nvptx-x-none"; + >nvptx-tools is required. + --- Summary of changes: htdocs/gcc-15/changes.html | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 4260d675af42b9c97e29818ab3b3154d27103d49
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 4260d675af42b9c97e29818ab3b3154d27103d49 (commit) from 8507122b38e6b60e8f2f3c8cd339d4f318377203 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 4260d675af42b9c97e29818ab3b3154d27103d49 Author: Tobias Burnus Date: Fri Jun 7 10:06:52 2024 +0200 gcc-15/changes.html + projects/gomp: update for new OpenMP features GCC 15 now supports unified-shared memory and the tile/unroll constructs in OpenMP. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 0ea7bdec..a121f40a 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -40,6 +40,24 @@ a work-in-progress. New Languages and Language specific improvements + + OpenMP + + + Support for unified-shared memory has been added for some AMD and Nvidia + GPU devices, enabled when using the unified_shared_memory + clause to the requires directive. For details, + see the offload-target specifics section in the + https://gcc.gnu.org/onlinedocs/libgomp/Offload-Target-Specifics.html"; + >GNU Offloading and Multi Processing Runtime Library Manual. + + + OpenMP 5.1: The unroll and tile + loop-transformation constructs are now supported. + + + + diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 94bda5ff..d1765fc3 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -313,18 +313,21 @@ than listed, depending on resolved corner cases and optimizations. requires directive - + GCC 9 GCC 12 GCC 13 - GCC 14 + GCC 14 + GCC 15 (atomic_default_mem_order) (dynamic_allocators) complete but no non-host devices provides unified_address or unified_shared_memory - complete but no non-host devices provides unified_shared_memory + complete but no non-host devices provides unified_shared_memory + complete; see also https://gcc.gnu.org/onlinedocs/libgomp/Offload-Target-Specifics.html";> + Offload-Target Specifics @@ -706,7 +709,7 @@ than listed, depending on resolved corner cases and optimizations. Loop transformation constructs -No +GCC 15 --- Summary of changes: htdocs/gcc-15/changes.html | 18 ++ htdocs/projects/gomp/index.html | 11 +++ 2 files changed, 25 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 97dfd479fc922ee33fb25096b99df8492152f750
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 97dfd479fc922ee33fb25096b99df8492152f750 (commit) from 4260d675af42b9c97e29818ab3b3154d27103d49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 97dfd479fc922ee33fb25096b99df8492152f750 Author: Gerald Pfeifer Date: Sat Jun 8 00:15:45 2024 +0200 simtest-howto: Use https to link to our install docs diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index d9c027fd..3afbdb0b 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -115,7 +115,7 @@ cd gcc && find . -print | cpio -pdlmu ../combined && cd .. Build it Make sure the -http://gcc.gnu.org/install/prerequisites.html";>building +https://gcc.gnu.org/install/prerequisites.html";>building prerequisites for GCC are met, for example a host GCC no earlier than 3.4 or later, with C++ support enabled. --- Summary of changes: htdocs/simtest-howto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs