summaryrefslogtreecommitdiff
path: root/libgomp/oacc-parallel.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge2018-12-281-19/+33
* Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge2018-12-141-4/+0
* [PR88484] OpenACC wait directive without wait argument but with async clauseThomas Schwinge2018-12-141-2/+2
* [PR88288, OpenACC, libgomp] Adjust offsets for present data clausesCesar Philippidis2018-11-301-1/+2
* Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang2018-06-201-28/+170
* [openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declareTom de Vries2018-05-091-4/+4
* [openacc] Factor out async argument utility functionsTom de Vries2018-05-091-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang2016-05-261-4/+1
* Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge2016-03-171-3/+3
* Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge2016-02-231-0/+4
* Merge BUILT_IN_GOACC_HOST_DATA into BUILT_IN_GOACC_DATA_STARTThomas Schwinge2016-02-021-40/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* OpenACC host_data support.Julian Brown2015-12-011-0/+40
* c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris2015-11-121-0/+58
* libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell2015-11-031-2/+2
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-5/+6
* gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell2015-09-281-32/+82
* Missed a difference between gomp4 and trunkNathan Sidwell2015-07-201-1/+1
* oacc-parallel.c (GOACC_parallel): Move variadic handling into wait=-specific if.Nathan Sidwell2015-07-201-52/+27
* mkoffload.c (process): Support variable mapping.Julian Brown2015-04-081-31/+5
* libgomp: rework initialization of offloadingIlya Verbin2015-04-061-3/+3
* re PR libgomp/64972 (Build failure in libgomp for i686-w64-mingw32 target aft...Kai Tietz2015-03-251-5/+19
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge2015-01-191-4/+4
* libgomp: Don't use <alloca.h>.Thomas Schwinge2015-01-161-2/+1
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+490