Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-09-22 | [libgomp, nvptx] Print error log for link error | Tom de Vries | 1 | -0/+1 |
2020-08-20 | libgomp: adjust nvptx_free callback context checking | Chung-Lin Tang | 1 | -7/+15 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 4 | -2210/+1 |
2020-06-17 | amdgcn: Switch to HSACO v3 binary format | Andrew Stubbs | 1 | -230/+5 |
2020-04-23 | amdgcn: Check HSA return codes [PR94629] | Andrew Stubbs | 1 | -0/+8 |
2020-02-13 | openmp: ignore nowait if async execution is unsupported [PR93481] | Frederik Harwath | 1 | -6/+1 |
2020-02-03 | Remove gfx801 "carrizo" support | Andrew Stubbs | 1 | -9/+0 |
2020-01-31 | [amdgcn] Scale number of threads/workers with VGPR usage | Kwok Cheung Yeung | 1 | -0/+23 |
2020-01-30 | Skip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409) | Tobias Burnus | 1 | -2/+2 |
2020-01-29 | Add OpenACC acc_get_property support for AMD GCN | Frederik Harwath | 1 | -10/+63 |
2020-01-23 | Fix libgomp plugin-gcn bug | Andrew Stubbs | 1 | -1/+2 |
2020-01-21 | Add runtime ISA check for amdgcn offloading | Frederik Harwath | 1 | -4/+127 |
2020-01-10 | OpenACC 'acc_get_property' cleanup | Thomas Schwinge | 3 | -105/+81 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
2019-12-28 | re PR bootstrap/93074 (build FAIL with --enable-offload-targets=nvptx-none) | Jakub Jelinek | 1 | -0/+6 |
2019-12-22 | Add OpenACC 2.6 `acc_get_property' support | Maciej W. Rozycki | 4 | -1/+127 |
2019-12-11 | libgomp – spelling fixes, incl. omp_lib.h.in | Tobias Burnus | 1 | -3/+3 |
2019-11-20 | AMD GCN libgomp plugin queue-full condition locking fix | Julian Brown | 1 | -13/+10 |
2019-11-20 | Fix host-to-device copies from rodata for AMD GCN | Julian Brown | 1 | -4/+34 |
2019-11-13 | GCN Libgomp Plugin | Andrew Stubbs | 3 | -0/+4034 |
2019-11-13 | Add device number to GOMP_OFFLOAD_openacc_async_construct | Andrew Stubbs | 1 | -1/+1 |
2019-10-01 | configure.ac: Remove GCC_HEADER_STDINT(gstdint.h). | Jakub Jelinek | 2 | -2/+1 |
2019-09-13 | libgomp plugin - init string | Tobias Burnus | 1 | -3/+3 |
2019-05-24 | re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant) | Jakub Jelinek | 2 | -9/+20 |
2019-05-17 | OpenACC Profiling Interface (incomplete) | Thomas Schwinge | 1 | -6/+190 |
2019-05-13 | 2019-05-13 Chung-Lin Tang <cltang@codesourcery.com> | Chung-Lin Tang | 3 | -1023/+317 |
2019-02-22 | [libgomp] In OpenACC testing, cycle though all offload targets | Thomas Schwinge | 1 | -0/+5 |
2019-02-22 | [libgomp] Clarify difference between offload target, offload plugin, and Open... | Thomas Schwinge | 1 | -17/+19 |
2019-01-24 | [nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_device | Tom de Vries | 1 | -0/+6 |
2019-01-23 | [nvptx, libgomp] Fix cuMemAlloc with size zero | Tom de Vries | 1 | -20/+28 |
2019-01-23 | [nvptx, libgomp] Fix assert (!s->map->active) in map_fini | Tom de Vries | 1 | -2/+25 |
2019-01-23 | [nvptx, libgomp] Fix map_push | Tom de Vries | 1 | -18/+29 |
2019-01-12 | [nvptx] Enable setting vector length using -fopenacc-dim | Tom de Vries | 1 | -1/+1 |