Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |