Age | Commit message (Expand) | Author | Files | Lines |
2023-06-06 | libgomp: plugin-gcn - support 'unified_address' | Tobias Burnus | 1 | -1/+3 |
2023-05-08 | libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen... | Thomas Schwinge | 2 | -33/+46 |
2023-03-10 | Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596] | Thomas Schwinge | 2 | -181/+20 |
2023-03-10 | Simplify OpenACC 'no_create' clause implementation | Thomas Schwinge | 2 | -20/+17 |
2023-03-10 | Fix OpenACC/GCN 'acc_ev_enqueue_launch_end' position | Thomas Schwinge | 1 | -11/+12 |
2023-02-03 | libgomp: enable reverse offload for AMDGCN | Tobias Burnus | 1 | -1/+2 |
2023-02-02 | amdgcn, libgomp: Manually allocated stacks | Andrew Stubbs | 1 | -115/+137 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2022-12-10 | libgomp: Handle OpenMP's reverse offloads | Tobias Burnus | 1 | -1/+3 |
2022-12-06 | OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim... | Marcel Vollweiler | 1 | -1/+13 |
2022-11-25 | libgomp: Add no-target-region rev offload test + fix plugin-nvptx | Tobias Burnus | 1 | -12/+24 |
2022-11-21 | libgomp/gcn: fix/improve struct output | Tobias Burnus | 1 | -10/+7 |
2022-11-19 | libgomp/gcn: Prepare for reverse-offload callback handling | Tobias Burnus | 1 | -15/+19 |
2022-11-04 | Remove support for Intel MIC offloading | Thomas Schwinge | 1 | -3/+0 |
2022-10-24 | libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou... | Thomas Schwinge | 1 | -0/+2 |
2022-10-24 | libgomp/nvptx: Prepare for reverse-offload callback handling | Tobias Burnus | 2 | -10/+98 |
2022-09-09 | nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookup | Tobias Burnus | 1 | -1/+18 |
2022-09-09 | GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookup | Tobias Burnus | 1 | -1/+25 |
2022-09-09 | libgomp: Prepare for reverse offload fn lookup | Tobias Burnus | 2 | -4/+10 |
2022-09-08 | OpenMP, libgomp: Environment variable syntax extension | Marcel Vollweiler | 2 | -22/+26 |
2022-07-04 | OpenMP: Move omp requires checks to libgomp | Tobias Burnus | 2 | -3/+12 |
2022-06-10 | libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op... | Thomas Schwinge | 2 | -103/+12 |
2022-05-24 | amdgcn: Add gfx90a support | Andrew Stubbs | 1 | -1/+8 |
2022-05-13 | libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicable | Thomas Schwinge | 1 | -2/+3 |
2022-05-12 | Refactor '-ldl' handling for libgomp proper and plugins | Thomas Schwinge | 2 | -8/+9 |
2022-05-12 | libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE... | Thomas Schwinge | 3 | -5/+18 |
2022-05-12 | libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', ... | Thomas Schwinge | 1 | -6/+0 |
2022-05-11 | libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-... | Thomas Schwinge | 1 | -29/+0 |
2022-05-11 | libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_... | Thomas Schwinge | 2 | -6/+1 |
2022-05-11 | libgomp GCN plugin: Clean up unused references to system-provided HSA Runtime... | Thomas Schwinge | 1 | -10/+0 |
2022-05-04 | libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msg | Tobias Burnus | 1 | -1/+1 |
2022-04-06 | Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h' | Thomas Schwinge | 3 | -197/+5 |
2022-03-28 | [libgomp, testsuite] Fix hardcoded libexec in plugin/configfrag.ac | Tom de Vries | 1 | -1/+1 |
2022-01-16 | amdgcn: Tune default OpenMP/OpenACC GPU utilization | Kwok Cheung Yeung | 1 | -15/+67 |
2022-01-04 | libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image load | Chung-Lin Tang | 2 | -3/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 5 | -5/+5 |
2021-12-10 | amdgcn: Change offload variable table discovery | Andrew Stubbs | 1 | -18/+21 |
2021-08-09 | amdgcn: Enable OpenACC worker partitioning for AMD GCN | Julian Brown | 1 | -2/+1 |
2021-08-05 | openmp: Implement omp_get_device_num routine | Chung-Lin Tang | 2 | -5/+58 |
2021-07-27 | Fix OpenACC "ephemeral" asynchronous host-to-device copies | Julian Brown | 1 | -18/+5 |
2021-06-08 | [GCN] Fix run-time variable 'num_workers' | Thomas Schwinge | 1 | -3/+2 |
2021-03-25 | libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-... | Thomas Schwinge | 2 | -8/+1 |
2021-03-04 | libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAG... | Jakub Jelinek | 1 | -4/+4 |
2021-02-03 | amdgcn: Add gfx908 support | Andrew Stubbs | 1 | -0/+7 |
2021-01-14 | [nvptx libgomp plugin] Build only in supported configurations | Thomas Schwinge | 2 | -47/+54 |
2021-01-05 | nvptx: Cache stacks block for OpenMP kernel launch | Julian Brown | 1 | -18/+96 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 5 | -5/+5 |
2020-12-09 | Import HSA header files from AMD | Andrew Stubbs | 1 | -5/+1 |
2020-11-24 | Tweak plugin-gcn.c defines | Andrew Stubbs | 1 | -1/+2 |
2020-10-08 | [libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_run | Tom de Vries | 1 | -1/+8 |