aboutsummaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-06openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung1-0/+14
2025-08-06openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung1-7/+178
2025-06-19libgomp/target.c: Fix buffer size for 'omp requires' diagnosticTobias Burnus1-6/+7
2025-06-02libgomp: Add OpenMP's omp_target_memset/omp_target_memset_asyncTobias Burnus1-0/+83
2025-05-29libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [PR93226]Tobias Burnus1-0/+14
2025-05-14OpenMP: Fix mapping of zero-sized arrays with non-literal size: map(var[:n]),...Tobias Burnus1-11/+53
2025-03-24libgomp: Save OpenMP device number when initializing the interop objectTobias Burnus1-0/+1
2025-03-21OpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras1-26/+187
2025-02-22libgomp: Add '__attribute__((unused))' to variables used only in 'assert(...)'shynur1-2/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-24libgomp: with USM, init 'link' variables with host addressTobias Burnus1-0/+6
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus1-3/+7
2024-09-23OpenMP: Fix omp_get_device_from_uid, minor cleanupTobias Burnus1-2/+5
2024-09-20OpenMP: Add get_device_from_uid/omp_get_uid_from_device routinesTobias Burnus1-0/+56
2024-08-28libgomp: Add interop types and routines to OpenMP's headers and moduleTobias Burnus1-0/+110
2024-08-06libgomp: Device load_image - improve minor num-funcs/vars checkTobias Burnus1-43/+35
2024-07-29libgomp: Fix declare target link with offset array-section mapping [PR116107]Tobias Burnus1-2/+5
2024-07-19libgomp: Document 'GOMP_teams4'Thomas Schwinge1-0/+9
2024-05-29libgomp: Enable USM for some nvptx devicesTobias Burnus1-1/+23
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang1-2/+6
2024-03-04libgomp: Use void (*) (void *) rather than void (*)() for host_fn type [PR114...Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown1-6/+54
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown1-8/+30
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+1
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-3/+14
2023-09-07Revert: "Another revert test with a bogus hash"Tobias Burnus1-1/+1
2023-07-29libgomp: cuda.h and omp_target_memcpy_rect cleanupTobias Burnus1-35/+17
2023-07-26OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rectTobias Burnus1-25/+127
2023-06-19OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11...Tobias Burnus1-1/+1
2023-06-16libgomp: Fix OMP_TARGET_OFFLOAD=mandatoryTobias Burnus1-3/+7
2023-06-14Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with othersThomas Schwinge1-2/+2
2023-06-14OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatoryTobias Burnus1-1/+14
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus1-29/+26
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus1-5/+61
2023-05-08libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...Thomas Schwinge1-56/+46
2023-03-24Add caveat/safeguard to OpenMP: Handle descriptors in target's firstprivate [...Thomas Schwinge1-0/+5
2023-03-10Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596]Thomas Schwinge1-5/+5
2023-03-10Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ephemeral' dataThomas Schwinge1-34/+36
2023-03-10Simplify OpenACC 'no_create' clause implementationThomas Schwinge1-1/+1
2023-02-15libgomp: Fix reverse-offload for GOMP_MAP_TO_PSETTobias Burnus1-1/+7
2023-02-15libgomp: Fix 'target enter data' with always pointerTobias Burnus1-3/+7
2023-02-03libgomp: Fix reverse offload issuesTobias Burnus1-4/+4
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus1-15/+584
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler1-4/+184
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus1-0/+19
2022-10-12libgomp: Fix up creation of artificial teamsJakub Jelinek1-3/+12
2022-09-09libgomp: Prepare for reverse offload fn lookupTobias Burnus1-1/+1
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler1-26/+95