summaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)Author
2018-04-26[nvptx, libgomp] Add GOMP_NVPTX_JIT=-O[0-4] in nvptx libgomp pluginTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-10-31Remove semicolon after do {} while (false) in HSA_LOGTom de Vries
2017-07-03Fix secure_getenv.h include in plugin-hsa.cTom de Vries
2017-06-27Show value of GOMP_OPENACC_DIM in libgomp nvptx pluginTom de Vries
2017-06-27Use secure_getenv for GOMP_DEBUGTom de Vries
2017-05-24libgomp nvptx plugin: Debugging output when disabling nvptx offloadingThomas Schwinge
2017-05-19libgomp hsa plugin: debug output for HSA runtime library loading failureThomas Schwinge
2017-04-13plugin-nvptx.c (cuda_lib_inited): Use signed char type instead of char.Jakub Jelinek
2017-02-02libgomp, nvptx plugin: Make "nvptx_exec" staticThomas Schwinge
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge
2017-01-24Brig front-endPekka Jääskeläinen
2017-01-19cuda.h (CUdeviceptr): Typedef to unsigned long long even for _WIN64.Jakub Jelinek
2017-01-17hsa.h: Add GCC runtime library exception.Jakub Jelinek
2017-01-17configfrag.ac: For --without-cuda-driver don't initialize CUDA_DRIVER_INCLUDE...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov
2016-11-23Remove build dependence on HSA run-timeMartin Liska
2016-11-02nvptx.c (PTX_GANG_DEFAULT): Set to zero.Cesar Philippidis
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov
2016-03-24Properly assign to packet header (PR hsa/70394)Martin Liska
2016-03-23Copy shadow argument conditionally (PR hsa/70337)Martin Liska
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge
2016-02-02libgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuiteThomas Schwinge
2016-02-02libgomp: For hsa offloading, compilation is all handled by the target compilerThomas Schwinge
2016-02-02libgomp: Don't configure for offloading target if we don't build the correspo...Thomas Schwinge
2016-01-19Merge of HSAMartin Jambor
2016-01-11nvptx plugin: do not force JIT target SM versionAlexander Monakov
2016-01-04Update copyright years.Jakub Jelinek
2015-11-03libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell
2015-10-28plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions.Nathan Sidwell
2015-10-02nvptx offloading linkingThomas Schwinge
2015-09-30mkoffload.c (process): Change offload data format.Nathan Sidwell
2015-09-29plugin-nvptx.c (ARRAYSIZE): Delete.Nathan Sidwell
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge
2015-08-04plugin-nvptx.c: Don't include dlfcn.h.Nathan Sidwell
2015-07-20plugin-nvptx.c (struct targ_fn_descriptor): Move later.Nathan Sidwell
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell
2015-07-16plugin-nvptx.c (link_ptx): Constify string argument.Nathan Sidwell
2015-07-08[nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge
2015-05-28re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown
2015-05-19plugin-nvptx.c (nvptx_get_num_devices): Return zero on cuInit failure.Julian Brown
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown
2015-04-06libgomp: rework initialization of offloadingIlya Verbin