]> git.ipfire.org Git - thirdparty/gcc.git/history - libgomp/plugin
Add a pass_by_reference flag to function_arg_info
[thirdparty/gcc.git] / libgomp / plugin /
2019-05-24  jakub PR libgomp/90585
2019-05-17  tschwingeOpenACC Profiling Interface (incomplete)
2019-05-13  cltang2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>
2019-02-22  tschwinge[libgomp] In OpenACC testing, cycle though all offload...
2019-02-22  tschwinge[libgomp] Clarify difference between offload target...
2019-01-24  vries[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_device
2019-01-23  vries[nvptx, libgomp] Fix cuMemAlloc with size zero
2019-01-23  vries[nvptx, libgomp] Fix assert (!s->map->active) in map_fini
2019-01-23  vries[nvptx, libgomp] Fix map_push
2019-01-12  vries[nvptx] Enable setting vector length using -fopenacc-dim
2019-01-12  vries[nvptx] Update insufficient launch message for variable...
2019-01-11  vries[nvptx] Don't allow vector_length 64 with num_workers 16
2019-01-09  vries[nvptx, libgomp] Don't launch with num_workers == 0
2019-01-01  jakub Update copyright years.
2018-12-14  tschwinge[PR88495] An OpenACC async queue is always synchronized...
2018-12-14  tschwinge[PR88407] [OpenACC] Correctly handle unseen async-arguments
2018-12-14  tschwinge[PR88370] acc_get_cuda_stream/acc_set_cuda_stream:...
2018-09-18  cesar[nvptx] Remove use of CUDA unified memory in libgomp
2018-08-13  vries[nvptx] Use CUDA driver API to select default runtime...
2018-08-08  vries[libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreat...
2018-08-08  vries[libgomp, nvptx] Allow cuGetErrorString to be NULL
2018-08-08  vries[libgomp, nvptx] Remove hard-coded const in nvptx_open_...
2018-08-08  vries[libgomp, nvptx] Note that cuGetErrorString is in CUDA_...
2018-08-06  vries[libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULL
2018-08-06  vries[libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL...
2018-08-04  vries[libgomp, nvptx, --without-cuda-driver] Don't use syste...
2018-08-01  cesar[PATCH] Remove use of 'struct map' from plugin (nvptx)
2018-08-01  vries[libgomp, nvptx] Add cuda-lib.def
2018-07-30  vries[libgomp, nvptx] Handle per-function max-threads-per...
2018-07-30  vries[libgomp, nvptx] Calculate default dims per device
2018-07-26  vries[libgomp, nvptx] Add error with recompilation hint...
2018-07-26  vries[libgomp, nvptx] Move device property sampling from...
2018-05-02  vries[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx...
2018-04-26  vries[nvptx, libgomp] Add GOMP_NVPTX_JIT=-O[0-4] in nvptx...
2018-01-03  jakub Update copyright years.
2017-10-31  vriesRemove semicolon after do {} while (false) in HSA_LOG
2017-07-03  vriesFix secure_getenv.h include in plugin-hsa.c
2017-06-27  vriesShow value of GOMP_OPENACC_DIM in libgomp nvptx plugin
2017-06-27  vriesUse secure_getenv for GOMP_DEBUG
2017-05-24  tschwingelibgomp nvptx plugin: Debugging output when disabling...
2017-05-19  tschwingelibgomp hsa plugin: debug output for HSA runtime librar...
2017-04-13  jakub * plugin/plugin-nvptx.c (cuda_lib_inited): Use signed...
2017-02-02  tschwingelibgomp, nvptx plugin: Make "nvptx_exec" static
2017-02-02  tschwingelibgomp: Normalize the names of a few functions of...
2017-01-31  tschwingelibgomp: Provide prototypes for functions implemented...
2017-01-24  jambormBrig front-end
2017-01-19  jakub * plugin/cuda/cuda.h (CUdeviceptr): Typedef to unsigne...
2017-01-17  jakub * plugin/hsa.h: Add GCC runtime library exception.
2017-01-17  jakub * plugin/configfrag.ac: For --without-cuda-driver...
2017-01-01  jakub Update copyright years.
2016-11-23  amonakovOpenMP offloading to NVPTX: libgomp changes
2016-11-23  jambormRemove build dependence on HSA run-time
2016-11-02  cesar gcc/
2016-05-26  cltang2016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
2016-05-26  cltanglibgomp/
2016-04-21  amonakovlibgomp nvptx plugin: make cuMemFreeHost error non...
2016-03-24  marxinProperly assign to packet header (PR hsa/70394)
2016-03-23  marxinCopy shadow argument conditionally (PR hsa/70337)
2016-02-23  tschwingeUse plain -fopenacc to enable OpenACC kernels processing
2016-02-02  tschwingelibgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuite
2016-02-02  tschwingelibgomp: For hsa offloading, compilation is all handled...
2016-02-02  tschwingelibgomp: Don't configure for offloading target if we...
2016-01-19  jambormMerge of HSA
2016-01-11  amonakovnvptx plugin: do not force JIT target SM version
2016-01-04  jakub Update copyright years.
2015-11-03  nathan * libgomp.h (struct acc_dispatch_t): Remove args from...
2015-10-28  nathan * plugin/plugin-nvptx.c (nvptx_exec): Remove check...
2015-10-02  tschwingenvptx offloading linking
2015-09-30  nathan gcc/
2015-09-29  nathan * plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
2015-09-28  nathan inlude/
2015-09-23  tschwingeFix --enable-offload-targets/-foffload handling, pt. 1
2015-08-24  nathan libgomp/
2015-08-10  tschwinge[PR libgomp/65742, PR middle-end/66332] libgomp: Remove...
2015-08-04  nathan * plugin/plugin-nvptx.c: Don't include dlfcn.h.
2015-07-20  nathan * plugin/plugin-nvptx.c (struct targ_fn_descriptor...
2015-07-17  nathan gcc/
2015-07-16  nathan libgomp/
2015-07-08  tschwinge[nvptx offloading] Only 64-bit configurations are curre...
2015-05-28  jules PR libgomp/65742
2015-05-19  jules * plugin/plugin-nvptx.c (nvptx_get_num_devices): Retur...
2015-04-08  jules gcc/
2015-04-06  iverbinlibgomp: rework initialization of offloading
2015-01-15  tschwingeMerge current set of OpenACC changes from gomp-4_0...