aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus2-10/+98
2022-09-09nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus1-1/+18
2022-09-09GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus1-1/+25
2022-09-09libgomp: Prepare for reverse offload fn lookupTobias Burnus2-4/+10
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler2-22/+26
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus2-3/+12
2022-06-10libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op...Thomas Schwinge2-103/+12
2022-05-24amdgcn: Add gfx90a supportAndrew Stubbs1-1/+8
2022-05-13libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicableThomas Schwinge1-2/+3