From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 2486A3858D39; Fri, 1 Mar 2024 14:06:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2486A3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709301985; bh=prZzA+hQEVBO522q7oHYoZbqNDtKK/Fz932SaPXkjaw=; h=To:Subject:Date:From:From; b=Kx0nwtPYzeQoiM8Dako7TiVtsKqACi6UYorCZIvrX6f0heH7W5TK6rVtuF/9OzQcG m1JWJ/bY+CacoLyz9/CMb69HYxRB1x35XbleQNd/nQhZPiZV4B9GsD3wtz3XkM0Fi4 MAou1CTdN1J9FhINzhVZ8c73XcdOIYiE3gH9CnCU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. df2bc49fc018c2b1aeb27030fe1967470d0d4ec3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 509d9104a9ae8246122c3d97b3e33ddf30416f93 X-Git-Newrev: df2bc49fc018c2b1aeb27030fe1967470d0d4ec3 Message-Id: <20240301140625.2486A3858D39@sourceware.org> Date: Fri, 1 Mar 2024 14:06:25 +0000 (GMT) From: Thomas Schwinge List-Id: 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 df2bc49fc018c2b1aeb27030fe1967470d0d4ec3 (commit) from 509d9104a9ae8246122c3d97b3e33ddf30416f93 (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 df2bc49fc018c2b1aeb27030fe1967470d0d4ec3 Author: Thomas Schwinge Date: Fri Mar 1 15:01:54 2024 +0100 Update GCC 14 OpenACC changes some more Follow-up to commit f92f353bb0e932edba7d063b2609943683cf0a36 "gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update": - 's%acc_alloc%acc_malloc' - add 'acc_map_data' and 'acc_unmap_data' - swap 'acc_deviceptr' and 'acc_hostptr' - 's%memcyp%memcpy%g' diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index e8004d4a..d88fbc96 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -120,12 +120,14 @@ a work-in-progress.

constructs.
  • OpenACC 3.2: The following API routines are now available in Fortran using the openacc module or the - openacc_lib.h header file: acc_alloc, - acc_free, acc_hostptr, - acc_deviceptr, acc_memcpy_to_device, + openacc_lib.h header file: + acc_malloc, acc_free, + acc_map_data, acc_unmap_data, + acc_deviceptr, acc_hostptr, + acc_memcpy_to_device, acc_memcpy_to_device_async, - acc_memcyp_from_device, and - acc_memcyp_from_device_async. + acc_memcpy_from_device, and + acc_memcpy_from_device_async.
  • For offload-device code generated via OpenMP and OpenACC, the math ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs