diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2017-02-02 15:13:57 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2017-02-02 15:13:57 +0100 |
commit | 345a8c1712df339941e1b61425f0aa02e55ed364 (patch) | |
tree | faf0068f952501848e4ff07c39f38134178020b5 /libgomp/ChangeLog | |
parent | da75ca93f8f17847f75ff50d00796e98ccf8509d (diff) | |
download | gcc-345a8c1712df339941e1b61425f0aa02e55ed364.tar.gz |
libgomp: Normalize the names of a few functions of the libgomp plugin API
libgomp/
* libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to
GOMP_OFFLOAD_openacc_exec. Adjust all users.
(GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to
GOMP_OFFLOAD_openacc_cuda_get_current_device. Adjust all users.
(GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to
GOMP_OFFLOAD_openacc_cuda_get_current_context. Adjust all users.
(GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to
GOMP_OFFLOAD_openacc_cuda_get_stream. Adjust all users.
(GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to
GOMP_OFFLOAD_openacc_cuda_set_stream. Adjust all users.
From-SVN: r245125
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 829a30f672e..5f05cdb9b46 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2017-02-02 Thomas Schwinge <thomas@codesourcery.com> + + * libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to + GOMP_OFFLOAD_openacc_exec. Adjust all users. + (GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to + GOMP_OFFLOAD_openacc_cuda_get_current_device. Adjust all users. + (GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to + GOMP_OFFLOAD_openacc_cuda_get_current_context. Adjust all users. + (GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to + GOMP_OFFLOAD_openacc_cuda_get_stream. Adjust all users. + (GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to + GOMP_OFFLOAD_openacc_cuda_set_stream. Adjust all users. + 2017-01-31 Thomas Schwinge <thomas@codesourcery.com> * libgomp-plugin.h: #include <stdbool.h>. |