aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek4-4/+4
2024-12-10plugin/plugin-gcn.c: Fix error handling of GOMP_OFFLOAD_openacc_async_constructTobias Burnus1-6/+8
2024-11-18libgomp/plugin/plugin-gcn.c: async-queue init - fix function-return type and ...Tobias Burnus1-7/+9
2024-11-18libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix C23 wrong-return-t...Tobias Burnus1-2/+4
2024-11-11libgomp/plugin/plugin-gcn.c: Show device number in ISA error messageTobias Burnus1-4/+7
2024-10-22amdgcn: Refactor device settings into a def fileAndrew Stubbs1-113/+29
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus2-2/+6
2024-09-23OpenMP: Fix omp_get_device_from_uid, minor cleanupTobias Burnus2-3/+12
2024-09-20OpenMP: Add get_device_from_uid/omp_get_uid_from_device routinesTobias Burnus3-0/+52
2024-06-06nvptx offloading: 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE' environment varia...Thomas Schwinge2-0/+46
2024-06-06nvptx offloading: Global constructor, destructor support, via nvptx-tools 'ld'Thomas Schwinge1-1/+116
2024-05-29libgomp: Enable USM for AMD APUs and MI200 devicesTobias Burnus1-0/+17
2024-05-29libgomp: Enable USM for some nvptx devicesTobias Burnus1-0/+15
2024-04-26amdgcn: Add gfx90c targetFrederik Harwath1-0/+9
2024-04-08GCN, nvptx: Errors during device probing are fatalThomas Schwinge2-7/+11
2024-03-25amdgcn: Add gfx1036 targetRichard Biener1-0/+8
2024-03-22amdgcn: Add gfx1103 targetAndrew Stubbs1-1/+9
2024-03-08GCN: The original meaning of 'GCN_SUPPRESS_HOST_FALLBACK' isn't applicable (n...Thomas Schwinge1-9/+5
2024-03-08nvptx: 'cuDeviceGetCount' failure is fatalThomas Schwinge1-1/+1
2024-03-08GCN, nvptx: Fatal error for missing symbols in 'libhsa-runtime64.so.1', 'libc...Thomas Schwinge2-2/+3
2024-01-26Avoid registering unsupported OMP offload devicesRichard Biener1-0/+14
2024-01-26Fix architecture support in OMP_OFFLOAD_init_device for gcnRichard Biener1-2/+3
2024-01-26amdgcn: additional gfx1030/gfx1100 supportAndrew Stubbs1-2/+4
2024-01-08GCN: Add pre-initial support for gfx1100: 'EF_AMDGPU_MACH_AMDGCN_GFX1100'Thomas Schwinge1-1/+2
2024-01-08OpenMP: Support accelerated 2D/3D memory copies for AMD GCNJulian Brown1-0/+362
2024-01-08GCN: Add pre-initial support for gfx1100Tobias Burnus1-1/+8
2024-01-03Update copyright years.Jakub Jelinek4-4/+4
2023-12-20OpenMP, NVPTX: memcpy[23]D bias correctionJulian Brown1-0/+67
2023-12-06amdgcn, libgomp: low-latency allocatorAndrew Stubbs1-6/+29
2023-12-06libgomp, nvptx: low-latency memory allocatorAndrew Stubbs1-1/+22
2023-11-15amdgcn: Add Accelerator VGPR registersAndrew Stubbs1-2/+22
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung2-3/+148
2023-10-20amdgcn: add -march=gfx1030 EXPERIMENTALAndrew Stubbs1-1/+8
2023-07-29libgomp: cuda.h and omp_target_memcpy_rect cleanupTobias Burnus1-2/+4
2023-07-26OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rectTobias Burnus2-0/+119
2023-06-06libgomp: plugin-gcn - support 'unified_address'Tobias Burnus1-1/+3
2023-05-08libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...Thomas Schwinge2-33/+46
2023-03-10Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596]Thomas Schwinge2-181/+20
2023-03-10Simplify OpenACC 'no_create' clause implementationThomas Schwinge2-20/+17
2023-03-10Fix OpenACC/GCN 'acc_ev_enqueue_launch_end' positionThomas Schwinge1-11/+12
2023-02-03libgomp: enable reverse offload for AMDGCNTobias Burnus1-1/+2
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs1-115/+137
2023-01-16Update copyright years.Jakub Jelinek4-4/+4
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus1-1/+3
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler1-1/+13
2022-11-25libgomp: Add no-target-region rev offload test + fix plugin-nvptxTobias Burnus1-12/+24
2022-11-21libgomp/gcn: fix/improve struct outputTobias Burnus1-10/+7
2022-11-19libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus1-15/+19
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge1-3/+0
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou...Thomas Schwinge1-0/+2