aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)AuthorFilesLines
2016-02-02libgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuiteThomas Schwinge1-3/+8
2016-02-02libgomp: For hsa offloading, compilation is all handled by the target compilerThomas Schwinge1-1/+4
2016-02-02libgomp: Don't configure for offloading target if we don't build the correspo...Thomas Schwinge1-1/+6
2016-01-19Merge of HSAMartin Jambor3-0/+1608
2016-01-11nvptx plugin: do not force JIT target SM versionAlexander Monakov1-6/+3
2016-01-04Update copyright years.Jakub Jelinek3-3/+3
2015-11-03libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell1-5/+2
2015-10-28plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions.Nathan Sidwell1-7/+0
2015-10-02nvptx offloading linkingThomas Schwinge1-30/+0
2015-09-30mkoffload.c (process): Change offload data format.Nathan Sidwell1-26/+46
2015-09-29plugin-nvptx.c (ARRAYSIZE): Delete.Nathan Sidwell1-73/+10
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-39/+46
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge1-1/+1
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell1-2/+20
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge4-306/+0
2015-08-04plugin-nvptx.c: Don't include dlfcn.h.Nathan Sidwell1-82/+8
2015-07-20plugin-nvptx.c (struct targ_fn_descriptor): Move later.Nathan Sidwell1-68/+77
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell2-7/+8
2015-07-16plugin-nvptx.c (link_ptx): Constify string argument.Nathan Sidwell1-20/+26
2015-07-08[nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge1-0/+5
2015-05-28re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown2-2/+56
2015-05-19plugin-nvptx.c (nvptx_get_num_devices): Return zero on cuInit failure.Julian Brown1-1/+7
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown2-135/+210
2015-04-06libgomp: rework initialization of offloadingIlya Verbin1-8/+9
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge4-0/+2254