summaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)Author
2020-04-23amdgcn: Check HSA return codes [PR94629]Andrew Stubbs
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath
2020-02-03Remove gfx801 "carrizo" supportAndrew Stubbs
2020-01-31[amdgcn] Scale number of threads/workers with VGPR usageKwok Cheung Yeung
2020-01-30Skip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409)Tobias Burnus
2020-01-29Add OpenACC acc_get_property support for AMD GCNFrederik Harwath
2020-01-23Fix libgomp plugin-gcn bugAndrew Stubbs
2020-01-21Add runtime ISA check for amdgcn offloadingFrederik Harwath
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge
2020-01-01Update copyright years.Jakub Jelinek
2019-12-28re PR bootstrap/93074 (build FAIL with --enable-offload-targets=nvptx-none)Jakub Jelinek
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus
2019-11-20AMD GCN libgomp plugin queue-full condition locking fixJulian Brown
2019-11-20Fix host-to-device copies from rodata for AMD GCNJulian Brown
2019-11-13GCN Libgomp PluginAndrew Stubbs
2019-11-13Add device number to GOMP_OFFLOAD_openacc_async_constructAndrew Stubbs
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek
2019-09-13libgomp plugin - init stringTobias Burnus
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-02-22[libgomp] In OpenACC testing, cycle though all offload targetsThomas Schwinge
2019-02-22[libgomp] Clarify difference between offload target, offload plugin, and Open...Thomas Schwinge
2019-01-24[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_deviceTom de Vries
2019-01-23[nvptx, libgomp] Fix cuMemAlloc with size zeroTom de Vries
2019-01-23[nvptx, libgomp] Fix assert (!s->map->active) in map_finiTom de Vries
2019-01-23[nvptx, libgomp] Fix map_pushTom de Vries
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dimTom de Vries
2019-01-12[nvptx] Update insufficient launch message for variable vector_lengthTom de Vries
2019-01-11[nvptx] Don't allow vector_length 64 with num_workers 16Tom de Vries
2019-01-09[nvptx, libgomp] Don't launch with num_workers == 0Tom de Vries
2019-01-01Update copyright years.Jakub Jelinek
2018-12-14[PR88495] An OpenACC async queue is always synchronized with itselfThomas Schwinge
2018-12-14[PR88407] [OpenACC] Correctly handle unseen async-argumentsThomas Schwinge
2018-12-14[PR88370] acc_get_cuda_stream/acc_set_cuda_stream: acc_async_sync, acc_async_...Thomas Schwinge
2018-09-18[nvptx] Remove use of CUDA unified memory in libgompCesar Philippidis
2018-08-13[nvptx] Use CUDA driver API to select default runtime launch geometryCesar Philippidis
2018-08-08[libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreate if _v2 not foundTom de Vries
2018-08-08[libgomp, nvptx] Allow cuGetErrorString to be NULLTom de Vries
2018-08-08[libgomp, nvptx] Remove hard-coded const in nvptx_open_deviceTom de Vries
2018-08-08[libgomp, nvptx] Note that cuGetErrorString is in CUDA_VERSION >= 6000Tom de Vries
2018-08-06[libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULLTom de Vries
2018-08-06[libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL definesTom de Vries
2018-08-04[libgomp, nvptx, --without-cuda-driver] Don't use system cuda driverTom de Vries
2018-08-01[PATCH] Remove use of 'struct map' from plugin (nvptx)Cesar Philippidis
2018-08-01[libgomp, nvptx] Add cuda-lib.defTom de Vries
2018-07-30[libgomp, nvptx] Handle per-function max-threads-per-block in default dimsTom de Vries
2018-07-30[libgomp, nvptx] Calculate default dims per deviceTom de Vries
2018-07-26[libgomp, nvptx] Add error with recompilation hint for launch failureCesar Philippidis