From df2bc49fc018c2b1aeb27030fe1967470d0d4ec3 Mon Sep 17 00:00:00 2001
From: Thomas Schwinge <tschwinge@baylibre.com>
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(-)
@@ -120,12 +120,14 @@ a work-in-progress.</p>
constructs.</li>
<li>OpenACC 3.2: The following API routines are now available in
Fortran using the <code>openacc</code> module or the
- <code>openacc_lib.h</code> header file: <code>acc_alloc</code>,
- <code>acc_free</code>, <code>acc_hostptr</code>,
- <code>acc_deviceptr</code>, <code>acc_memcpy_to_device</code>,
+ <code>openacc_lib.h</code> header file:
+ <code>acc_malloc</code>, <code>acc_free</code>,
+ <code>acc_map_data</code>, <code>acc_unmap_data</code>,
+ <code>acc_deviceptr</code>, <code>acc_hostptr</code>,
+ <code>acc_memcpy_to_device</code>,
<code>acc_memcpy_to_device_async</code>,
- <code>acc_memcyp_from_device</code>, and
- <code>acc_memcyp_from_device_async</code>.
+ <code>acc_memcpy_from_device</code>, and
+ <code>acc_memcpy_from_device_async</code>.
</ul>
</li>
<li>For offload-device code generated via OpenMP and OpenACC, the math
--
2.43.0