From df2bc49fc018c2b1aeb27030fe1967470d0d4ec3 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 1 Mar 2024 15:01:54 +0100 Subject: [PATCH] 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' --- htdocs/gcc-14/changes.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 -- 2.43.0