Age | Commit message (Expand) | Author | Files | Lines |
2024-06-06 | nvptx offloading: 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE' environment varia... | Thomas Schwinge | 2 | -0/+46 |
2024-06-06 | nvptx offloading: Global constructor, destructor support, via nvptx-tools 'ld' | Thomas Schwinge | 1 | -1/+116 |
2024-05-29 | libgomp: Enable USM for AMD APUs and MI200 devices | Tobias Burnus | 1 | -0/+17 |
2024-05-29 | libgomp: Enable USM for some nvptx devices | Tobias Burnus | 1 | -0/+15 |
2024-04-26 | amdgcn: Add gfx90c target | Frederik Harwath | 1 | -0/+9 |
2024-04-08 | GCN, nvptx: Errors during device probing are fatal | Thomas Schwinge | 2 | -7/+11 |
2024-03-25 | amdgcn: Add gfx1036 target | Richard Biener | 1 | -0/+8 |
2024-03-22 | amdgcn: Add gfx1103 target | Andrew Stubbs | 1 | -1/+9 |
2024-03-08 | GCN: The original meaning of 'GCN_SUPPRESS_HOST_FALLBACK' isn't applicable (n... | Thomas Schwinge | 1 | -9/+5 |
2024-03-08 | nvptx: 'cuDeviceGetCount' failure is fatal | Thomas Schwinge | 1 | -1/+1 |
2024-03-08 | GCN, nvptx: Fatal error for missing symbols in 'libhsa-runtime64.so.1', 'libc... | Thomas Schwinge | 2 | -2/+3 |
2024-01-26 | Avoid registering unsupported OMP offload devices | Richard Biener | 1 | -0/+14 |
2024-01-26 | Fix architecture support in OMP_OFFLOAD_init_device for gcn | Richard Biener | 1 | -2/+3 |
2024-01-26 | amdgcn: additional gfx1030/gfx1100 support | Andrew Stubbs | 1 | -2/+4 |
2024-01-08 | GCN: Add pre-initial support for gfx1100: 'EF_AMDGPU_MACH_AMDGCN_GFX1100' | Thomas Schwinge | 1 | -1/+2 |
2024-01-08 | OpenMP: Support accelerated 2D/3D memory copies for AMD GCN | Julian Brown | 1 | -0/+362 |
2024-01-08 | GCN: Add pre-initial support for gfx1100 | Tobias Burnus | 1 | -1/+8 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2023-12-20 | OpenMP, NVPTX: memcpy[23]D bias correction | Julian Brown | 1 | -0/+67 |
2023-12-06 | amdgcn, libgomp: low-latency allocator | Andrew Stubbs | 1 | -6/+29 |
2023-12-06 | libgomp, nvptx: low-latency memory allocator | Andrew Stubbs | 1 | -1/+22 |
2023-11-15 | amdgcn: Add Accelerator VGPR registers | Andrew Stubbs | 1 | -2/+22 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 2 | -3/+148 |
2023-10-20 | amdgcn: add -march=gfx1030 EXPERIMENTAL | Andrew Stubbs | 1 | -1/+8 |
2023-07-29 | libgomp: cuda.h and omp_target_memcpy_rect cleanup | Tobias Burnus | 1 | -2/+4 |
2023-07-26 | OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect | Tobias Burnus | 2 | -0/+119 |
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 |