aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin/plugin-nvptx.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek1-1/+1
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge1-6/+190
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-1022/+309
2019-01-24[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_deviceTom de Vries1-0/+6
2019-01-23[nvptx, libgomp] Fix cuMemAlloc with size zeroTom de Vries1-20/+28
2019-01-23[nvptx, libgomp] Fix assert (!s->map->active) in map_finiTom de Vries1-2/+25
2019-01-23[nvptx, libgomp] Fix map_pushTom de Vries1-18/+29
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dimTom de Vries1-1/+1
2019-01-12[nvptx] Update insufficient launch message for variable vector_lengthTom de Vries1-8/+10
2019-01-11[nvptx] Don't allow vector_length 64 with num_workers 16Tom de Vries1-0/+22
2019-01-09[nvptx, libgomp] Don't launch with num_workers == 0Tom de Vries1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-14[PR88495] An OpenACC async queue is always synchronized with itselfThomas Schwinge1-1/+2
2018-12-14[PR88407] [OpenACC] Correctly handle unseen async-argumentsThomas Schwinge1-7/+6
2018-12-14[PR88370] acc_get_cuda_stream/acc_set_cuda_stream: acc_async_sync, acc_async_...Thomas Schwinge1-2/+8
2018-09-18[nvptx] Remove use of CUDA unified memory in libgompCesar Philippidis1-79/+91
2018-08-13[nvptx] Use CUDA driver API to select default runtime launch geometryCesar Philippidis1-12/+71
2018-08-08[libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreate if _v2 not foundTom de Vries1-4/+24
2018-08-08[libgomp, nvptx] Allow cuGetErrorString to be NULLTom de Vries1-3/+7
2018-08-08[libgomp, nvptx] Remove hard-coded const in nvptx_open_deviceTom de Vries1-2/+5
2018-08-08[libgomp, nvptx] Note that cuGetErrorString is in CUDA_VERSION >= 6000Tom de Vries1-5/+4
2018-08-06[libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULLTom de Vries1-3/+20
2018-08-06[libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL definesTom de Vries1-5/+9
2018-08-01[PATCH] Remove use of 'struct map' from plugin (nvptx)Cesar Philippidis1-27/+6
2018-08-01[libgomp, nvptx] Add cuda-lib.defTom de Vries1-49/+2
2018-07-30[libgomp, nvptx] Handle per-function max-threads-per-block in default dimsTom de Vries1-4/+25
2018-07-30[libgomp, nvptx] Calculate default dims per deviceTom de Vries1-7/+21
2018-07-26[libgomp, nvptx] Add error with recompilation hint for launch failureCesar Philippidis1-0/+15
2018-07-26[libgomp, nvptx] Move device property sampling from nvptx_exec to nvptx_openCesar Philippidis1-27/+26
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