Daily bump.
[gcc.git] / libgomp / plugin /
2020-10-08 Tom de Vries[libgomp, nvptx] Report launch dimensions in GOMP_OFFLO...
2020-09-22 Tom de Vries[libgomp, nvptx] Print error log for link error
2020-08-20 Chung-Lin Tanglibgomp: adjust nvptx_free callback context checking
2020-08-03 Martin JamborRemoval of HSA offloading from gcc and libgomp
2020-06-17 Andrew Stubbsamdgcn: Switch to HSACO v3 binary format
2020-04-23 Andrew Stubbsamdgcn: Check HSA return codes [PR94629]
2020-02-13 Frederik Harwathopenmp: ignore nowait if async execution is unsupported...
2020-02-03 Andrew StubbsRemove gfx801 "carrizo" support
2020-01-31 Kwok Cheung Yeung[amdgcn] Scale number of threads/workers with VGPR...
2020-01-30 Tobias BurnusSkip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409)
2020-01-29 Frederik HarwathAdd OpenACC acc_get_property support for AMD GCN
2020-01-23 Andrew StubbsFix libgomp plugin-gcn bug
2020-01-21 Frederik HarwathAdd runtime ISA check for amdgcn offloading
2020-01-10 Thomas SchwingeOpenACC 'acc_get_property' cleanup
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-28 Jakub Jelinekre PR bootstrap/93074 (build FAIL with --enable-offload...
2019-12-22 Maciej W. RozyckiAdd OpenACC 2.6 `acc_get_property' support
2019-12-11 Tobias Burnuslibgomp – spelling fixes, incl. omp_lib.h.in
2019-11-20 Julian BrownAMD GCN libgomp plugin queue-full condition locking fix
2019-11-20 Julian BrownFix host-to-device copies from rodata for AMD GCN
2019-11-13 Andrew StubbsGCN Libgomp Plugin
2019-11-13 Andrew StubbsAdd device number to GOMP_OFFLOAD_openacc_async_construct
2019-10-01 Jakub Jelinekconfigure.ac: Remove GCC_HEADER_STDINT(gstdint.h).
2019-09-13 Tobias Burnuslibgomp plugin - init string
2019-05-24 Jakub Jelinekre PR libgomp/90585 (libgomp hsa plugin ftbfs in the...
2019-05-17 Thomas SchwingeOpenACC Profiling Interface (incomplete)
2019-05-13 Chung-Lin Tang2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>
2019-02-22 Thomas Schwinge[libgomp] In OpenACC testing, cycle though all offload...
2019-02-22 Thomas Schwinge[libgomp] Clarify difference between offload target...
2019-01-24 Tom de Vries[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_device
2019-01-23 Tom de Vries[nvptx, libgomp] Fix cuMemAlloc with size zero
2019-01-23 Tom de Vries[nvptx, libgomp] Fix assert (!s->map->active) in map_fini
2019-01-23 Tom de Vries[nvptx, libgomp] Fix map_push
2019-01-12 Tom de Vries[nvptx] Enable setting vector length using -fopenacc-dim
2019-01-12 Tom de Vries[nvptx] Update insufficient launch message for variable...
2019-01-11 Tom de Vries[nvptx] Don't allow vector_length 64 with num_workers 16
2019-01-09 Tom de Vries[nvptx, libgomp] Don't launch with num_workers == 0
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-14 Thomas Schwinge[PR88495] An OpenACC async queue is always synchronized...
2018-12-14 Thomas Schwinge[PR88407] [OpenACC] Correctly handle unseen async-arguments
2018-12-14 Thomas Schwinge[PR88370] acc_get_cuda_stream/acc_set_cuda_stream:...
2018-09-18 Cesar Philippidis[nvptx] Remove use of CUDA unified memory in libgomp
2018-08-13 Cesar Philippidis[nvptx] Use CUDA driver API to select default runtime...
2018-08-08 Tom de Vries[libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreat...
2018-08-08 Tom de Vries[libgomp, nvptx] Allow cuGetErrorString to be NULL
2018-08-08 Tom de Vries[libgomp, nvptx] Remove hard-coded const in nvptx_open_...
2018-08-08 Tom de Vries[libgomp, nvptx] Note that cuGetErrorString is in CUDA_...
2018-08-06 Tom de Vries[libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULL
2018-08-06 Tom de Vries[libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL...
2018-08-04 Tom de Vries[libgomp, nvptx, --without-cuda-driver] Don't use syste...
2018-08-01 Cesar Philippidis[PATCH] Remove use of 'struct map' from plugin (nvptx)
2018-08-01 Tom de Vries[libgomp, nvptx] Add cuda-lib.def
2018-07-30 Tom de Vries[libgomp, nvptx] Handle per-function max-threads-per...
2018-07-30 Tom de Vries[libgomp, nvptx] Calculate default dims per device
2018-07-26 Cesar Philippidis[libgomp, nvptx] Add error with recompilation hint...
2018-07-26 Cesar Philippidis[libgomp, nvptx] Move device property sampling from...
2018-05-02 Tom de Vries[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx...
2018-04-26 Tom de Vries[nvptx, libgomp] Add GOMP_NVPTX_JIT=-O[0-4] in nvptx...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-10-31 Tom de VriesRemove semicolon after do {} while (false) in HSA_LOG
2017-07-03 Tom de VriesFix secure_getenv.h include in plugin-hsa.c
2017-06-27 Tom de VriesShow value of GOMP_OPENACC_DIM in libgomp nvptx plugin
2017-06-27 Tom de VriesUse secure_getenv for GOMP_DEBUG
2017-05-24 Thomas Schwingelibgomp nvptx plugin: Debugging output when disabling...
2017-05-19 Thomas Schwingelibgomp hsa plugin: debug output for HSA runtime librar...
2017-04-13 Jakub Jelinekplugin-nvptx.c (cuda_lib_inited): Use signed char type...
2017-02-02 Thomas Schwingelibgomp, nvptx plugin: Make "nvptx_exec" static
2017-02-02 Thomas Schwingelibgomp: Normalize the names of a few functions of...
2017-01-31 Thomas Schwingelibgomp: Provide prototypes for functions implemented...
2017-01-24 Pekka JääskeläinenBrig front-end
2017-01-19 Jakub Jelinekcuda.h (CUdeviceptr): Typedef to unsigned long long...
2017-01-17 Jakub Jelinekhsa.h: Add GCC runtime library exception.
2017-01-17 Jakub Jelinekconfigfrag.ac: For --without-cuda-driver don't initiali...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-23 Alexander MonakovOpenMP offloading to NVPTX: libgomp changes
2016-11-23 Martin LiskaRemove build dependence on HSA run-time
2016-11-02 Cesar Philippidisnvptx.c (PTX_GANG_DEFAULT): Set to zero.
2016-05-26 Chung-Lin Tangoacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int...
2016-05-26 Chung-Lin Tangtarget.c (gomp_device_copy): New function.
2016-04-21 Alexander Monakovlibgomp nvptx plugin: make cuMemFreeHost error non...
2016-03-24 Martin LiskaProperly assign to packet header (PR hsa/70394)
2016-03-23 Martin LiskaCopy shadow argument conditionally (PR hsa/70337)
2016-02-23 Thomas SchwingeUse plain -fopenacc to enable OpenACC kernels processing
2016-02-02 Thomas Schwingelibgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuite
2016-02-02 Thomas Schwingelibgomp: For hsa offloading, compilation is all handled...
2016-02-02 Thomas Schwingelibgomp: Don't configure for offloading target if we...
2016-01-19 Martin JamborMerge of HSA
2016-01-11 Alexander Monakovnvptx plugin: do not force JIT target SM version
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-03 Nathan Sidwelllibgomp.h (struct acc_dispatch_t): Remove args from...
2015-10-28 Nathan Sidwellplugin-nvptx.c (nvptx_exec): Remove check on compute...
2015-10-02 Thomas Schwingenvptx offloading linking
2015-09-30 Nathan Sidwellmkoffload.c (process): Change offload data format.
2015-09-29 Nathan Sidwellplugin-nvptx.c (ARRAYSIZE): Delete.
2015-09-28 Nathan Sidwellgomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
2015-09-23 Thomas SchwingeFix --enable-offload-targets/-foffload handling, pt. 1
2015-08-24 Nathan Sidwelllibgomp.map: Add 4.0.2 version.
2015-08-10 Thomas Schwinge[PR libgomp/65742, PR middle-end/66332] libgomp: Remove...
2015-08-04 Nathan Sidwellplugin-nvptx.c: Don't include dlfcn.h.
2015-07-20 Nathan Sidwellplugin-nvptx.c (struct targ_fn_descriptor): Move later.
next