summaryrefslogtreecommitdiff
path: root/libgomp/plugin
Commit message (Expand)AuthorAgeFilesLines
* libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...Thomas Schwinge2023-05-082-33/+46
* Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596]Thomas Schwinge2023-03-102-181/+20
* Simplify OpenACC 'no_create' clause implementationThomas Schwinge2023-03-102-20/+17
* Fix OpenACC/GCN 'acc_ev_enqueue_launch_end' positionThomas Schwinge2023-03-101-11/+12
* libgomp: enable reverse offload for AMDGCNTobias Burnus2023-02-031-1/+2
* amdgcn, libgomp: Manually allocated stacksAndrew Stubbs2023-02-021-115/+137
* Update copyright years.Jakub Jelinek2023-01-164-4/+4
* libgomp: Handle OpenMP's reverse offloadsTobias Burnus2022-12-101-1/+3
* OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler2022-12-061-1/+13
* libgomp: Add no-target-region rev offload test + fix plugin-nvptxTobias Burnus2022-11-251-12/+24
* libgomp/gcn: fix/improve struct outputTobias Burnus2022-11-211-10/+7
* libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus2022-11-191-15/+19
* Remove support for Intel MIC offloadingThomas Schwinge2022-11-041-3/+0
* libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou...Thomas Schwinge2022-10-241-0/+2
* libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus2022-10-242-10/+98
* nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus2022-09-091-1/+18
* GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus2022-09-091-1/+25
* libgomp: Prepare for reverse offload fn lookupTobias Burnus2022-09-092-4/+10
* OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler2022-09-082-22/+26
* OpenMP: Move omp requires checks to libgompTobias Burnus2022-07-042-3/+12
* libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op...Thomas Schwinge2022-06-102-103/+12
* amdgcn: Add gfx90a supportAndrew Stubbs2022-05-241-1/+8
* libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicableThomas Schwinge2022-05-131-2/+3
* Refactor '-ldl' handling for libgomp proper and pluginsThomas Schwinge2022-05-122-8/+9
* libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE...Thomas Schwinge2022-05-123-5/+18
* libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', ...Thomas Schwinge2022-05-121-6/+0
* libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-...Thomas Schwinge2022-05-111-29/+0
* libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_...Thomas Schwinge2022-05-112-6/+1
* libgomp GCN plugin: Clean up unused references to system-provided HSA Runtime...Thomas Schwinge2022-05-111-10/+0
* libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msgTobias Burnus2022-05-041-1/+1
* Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h'Thomas Schwinge2022-04-063-197/+5
* [libgomp, testsuite] Fix hardcoded libexec in plugin/configfrag.acTom de Vries2022-03-281-1/+1
* amdgcn: Tune default OpenMP/OpenACC GPU utilizationKwok Cheung Yeung2022-01-161-15/+67
* libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image loadChung-Lin Tang2022-01-042-3/+3
* Update copyright years.Jakub Jelinek2022-01-035-5/+5
* amdgcn: Change offload variable table discoveryAndrew Stubbs2021-12-101-18/+21
* amdgcn: Enable OpenACC worker partitioning for AMD GCNJulian Brown2021-08-091-2/+1
* openmp: Implement omp_get_device_num routineChung-Lin Tang2021-08-052-5/+58
* Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown2021-07-271-18/+5
* [GCN] Fix run-time variable 'num_workers'Thomas Schwinge2021-06-081-3/+2
* libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-...Thomas Schwinge2021-03-252-8/+1
* libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAG...Jakub Jelinek2021-03-041-4/+4
* amdgcn: Add gfx908 supportAndrew Stubbs2021-02-031-0/+7
* [nvptx libgomp plugin] Build only in supported configurationsThomas Schwinge2021-01-142-47/+54
* nvptx: Cache stacks block for OpenMP kernel launchJulian Brown2021-01-051-18/+96
* Update copyright years.Jakub Jelinek2021-01-045-5/+5
* Import HSA header files from AMDAndrew Stubbs2020-12-091-5/+1
* Tweak plugin-gcn.c definesAndrew Stubbs2020-11-241-1/+2
* [libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_runTom de Vries2020-10-081-1/+8
* [libgomp, nvptx] Print error log for link errorTom de Vries2020-09-221-0/+1