summaryrefslogtreecommitdiff
path: root/libgomp/plugin
Commit message (Expand)AuthorAgeFilesLines
* oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang2016-05-261-10/+31
* target.c (gomp_device_copy): New function.Chung-Lin Tang2016-05-262-394/+457
* libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov2016-04-211-1/+1
* Properly assign to packet header (PR hsa/70394)Martin Liska2016-03-241-2/+11
* Copy shadow argument conditionally (PR hsa/70337)Martin Liska2016-03-231-2/+10
* Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge2016-02-231-3/+15
* libgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuiteThomas Schwinge2016-02-021-3/+8
* libgomp: For hsa offloading, compilation is all handled by the target compilerThomas Schwinge2016-02-021-1/+4
* libgomp: Don't configure for offloading target if we don't build the correspo...Thomas Schwinge2016-02-021-1/+6
* Merge of HSAMartin Jambor2016-01-193-0/+1608
* nvptx plugin: do not force JIT target SM versionAlexander Monakov2016-01-111-6/+3
* Update copyright years.Jakub Jelinek2016-01-043-3/+3
* libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell2015-11-031-5/+2
* plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions.Nathan Sidwell2015-10-281-7/+0
* nvptx offloading linkingThomas Schwinge2015-10-021-30/+0
* mkoffload.c (process): Change offload data format.Nathan Sidwell2015-09-301-26/+46
* plugin-nvptx.c (ARRAYSIZE): Delete.Nathan Sidwell2015-09-291-73/+10
* gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell2015-09-281-39/+46
* Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge2015-09-231-1/+1
* libgomp.map: Add 4.0.2 version.Nathan Sidwell2015-08-241-2/+20
* [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge2015-08-104-306/+0
* plugin-nvptx.c: Don't include dlfcn.h.Nathan Sidwell2015-08-041-82/+8
* plugin-nvptx.c (struct targ_fn_descriptor): Move later.Nathan Sidwell2015-07-201-68/+77
* mkoffload.c (process): Constify target data.Nathan Sidwell2015-07-172-7/+8
* plugin-nvptx.c (link_ptx): Constify string argument.Nathan Sidwell2015-07-161-20/+26
* [nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge2015-07-081-0/+5
* re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown2015-05-282-2/+56
* plugin-nvptx.c (nvptx_get_num_devices): Return zero on cuInit failure.Julian Brown2015-05-191-1/+7
* mkoffload.c (process): Support variable mapping.Julian Brown2015-04-082-135/+210
* libgomp: rework initialization of offloadingIlya Verbin2015-04-061-8/+9
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-154-0/+2254