aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin
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 Vries2-3/+54
2018-01-03Update copyright years.Jakub Jelinek6-6/+6
2017-10-31Remove semicolon after do {} while (false) in HSA_LOGTom de Vries1-3/+3
2017-07-03Fix secure_getenv.h include in plugin-hsa.cTom de Vries1-1/+1
2017-06-27Show value of GOMP_OPENACC_DIM in libgomp nvptx pluginTom de Vries1-1/+11
2017-06-27Use secure_getenv for GOMP_DEBUGTom de Vries1-26/+1
2017-05-24libgomp nvptx plugin: Debugging output when disabling nvptx offloadingThomas Schwinge1-2/+10
2017-05-19libgomp hsa plugin: debug output for HSA runtime library loading failureThomas Schwinge1-2/+6
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-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge1-2/+2
2017-01-24Brig front-endPekka Jääskeläinen2-636/+1
2017-01-19cuda.h (CUdeviceptr): Typedef to unsigned long long even for _WIN64.Jakub Jelinek1-1/+1
2017-01-17hsa.h: Add GCC runtime library exception.Jakub Jelinek2-4/+14
2017-01-17configfrag.ac: For --without-cuda-driver don't initialize CUDA_DRIVER_INCLUDE...Jakub Jelinek3-62/+363
2017-01-01Update copyright years.Jakub Jelinek6-6/+6
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-10/+203
2016-11-23Remove build dependence on HSA run-timeMartin Liska5-140/+1298
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 Tang2-394/+457
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov1-1/+1
2016-03-24Properly assign to packet header (PR hsa/70394)Martin Liska1-2/+11
2016-03-23Copy shadow argument conditionally (PR hsa/70337)Martin Liska1-2/+10
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge1-3/+15
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