aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin/plugin-nvptx.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries1-27/+2
2018-04-26[nvptx, libgomp] Add GOMP_NVPTX_JIT=-O[0-4] in nvptx libgomp pluginTom de Vries1-3/+53
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-27Show value of GOMP_OPENACC_DIM in libgomp nvptx pluginTom de Vries1-1/+11
2017-05-24libgomp nvptx plugin: Debugging output when disabling nvptx offloadingThomas Schwinge1-2/+10
2017-04-13plugin-nvptx.c (cuda_lib_inited): Use signed char type instead of char.Jakub Jelinek1-1/+1
2017-02-02libgomp, nvptx plugin: Make "nvptx_exec" staticThomas Schwinge1-1/+1
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge1-7/+7
2017-01-17configfrag.ac: For --without-cuda-driver don't initialize CUDA_DRIVER_INCLUDE...Jakub Jelinek1-55/+164
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-10/+203
2016-11-02nvptx.c (PTX_GANG_DEFAULT): Set to zero.Cesar Philippidis1-4/+84
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang1-10/+31
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang1-318/+281
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov1-1/+1
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge1-3/+15
2016-01-11nvptx plugin: do not force JIT target SM versionAlexander Monakov1-6/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell1-2/+20
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 Sidwell1-5/+6
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-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 Brown1-109/+209
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+1791