[gcc/devel/omp/gcc-14] Update OpenACC version to 2.6
Paul-Antoine Arras
parras@gcc.gnu.org
Fri Jun 28 09:47:46 GMT 2024
https://gcc.gnu.org/g:aa9da9b039b10c5ad3b48f010ad0d037b7927ef4
commit aa9da9b039b10c5ad3b48f010ad0d037b7927ef4
Author: Julian Brown <julian@codesourcery.com>
Date: Wed Jan 9 03:41:04 2019 -0800
Update OpenACC version to 2.6
libgomp/
* libgomp.texi: Update mentions of OpenACC version to 2.6. Update
section numbers to match version 2.6 of the spec.
Diff:
---
libgomp/ChangeLog.omp | 5 +++++
libgomp/libgomp.texi | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp
index 3c0e493531d..6d67a9e9bc6 100644
--- a/libgomp/ChangeLog.omp
+++ b/libgomp/ChangeLog.omp
@@ -1,3 +1,8 @@
+2019-01-09 Julian Brown <julian@codesourcery.com>
+
+ * libgomp.texi: Update mentions of OpenACC version to 2.6. Update
+ section numbers to match version 2.6 of the spec.
+
2019-03-19 Julian Brown <julian@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/lib-93.c: Adjust target selector.
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 71d62105a20..e6b54a63e9b 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -4199,6 +4199,9 @@ Generally, they are available only for the host, with the exception of
@code{acc_on_device}, which is available for both the host and the
acceleration device.
+This list has not yet been updated for the OpenACC specification in
+version 2.6.
+
@menu
* acc_get_num_devices:: Get number of devices for the given device
type.
@@ -5556,7 +5559,7 @@ Function for library registration.
@chapter OpenACC Environment Variables
The variables @env{ACC_DEVICE_TYPE} and @env{ACC_DEVICE_NUM}
-are defined by section 4 of the OpenACC specification in version 2.0.
+are defined by section 4 of the OpenACC specification in version 2.6.
The variable @env{ACC_PROFLIB}
is defined by section 4 of the OpenACC specification in version 2.6.
More information about the Gcc-cvs
mailing list