summaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)Author
2025-11-13openmp, nvptx: ompx_gnu_managed_mem_allocAndrew Stubbs
2025-11-12OpenMP: Add omp_default_device named constant [PR119677]Tobias Burnus
2025-10-23libgomp, nvptx: Cuda pinned memoryAndrew Stubbs
2025-08-06openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung
2025-08-06openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung
2025-06-19libgomp/target.c: Fix buffer size for 'omp requires' diagnosticTobias Burnus
2025-06-02libgomp: Add OpenMP's omp_target_memset/omp_target_memset_asyncTobias Burnus
2025-05-29libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [PR93226]Tobias Burnus
2025-05-14OpenMP: Fix mapping of zero-sized arrays with non-literal size: map(var[:n]),...Tobias Burnus
2025-03-24libgomp: Save OpenMP device number when initializing the interop objectTobias Burnus
2025-03-21OpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras
2025-02-22libgomp: Add '__attribute__((unused))' to variables used only in 'assert(...)'shynur
2025-01-02Update copyright years.Jakub Jelinek
2024-09-24libgomp: with USM, init 'link' variables with host addressTobias Burnus
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus
2024-09-23OpenMP: Fix omp_get_device_from_uid, minor cleanupTobias Burnus
2024-09-20OpenMP: Add get_device_from_uid/omp_get_uid_from_device routinesTobias Burnus
2024-08-28libgomp: Add interop types and routines to OpenMP's headers and moduleTobias Burnus
2024-08-06libgomp: Device load_image - improve minor num-funcs/vars checkTobias Burnus
2024-07-29libgomp: Fix declare target link with offset array-section mapping [PR116107]Tobias Burnus
2024-07-19libgomp: Document 'GOMP_teams4'Thomas Schwinge
2024-05-29libgomp: Enable USM for some nvptx devicesTobias Burnus
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang
2024-03-04libgomp: Use void (*) (void *) rather than void (*)() for host_fn type [PR114...Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung
2023-09-07Revert: "Another revert test with a bogus hash"Tobias Burnus
2023-07-29libgomp: cuda.h and omp_target_memcpy_rect cleanupTobias Burnus
2023-07-26OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rectTobias Burnus
2023-06-19OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11...Tobias Burnus
2023-06-16libgomp: Fix OMP_TARGET_OFFLOAD=mandatoryTobias Burnus
2023-06-14Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with othersThomas Schwinge
2023-06-14OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatoryTobias Burnus
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus
2023-05-08libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...Thomas Schwinge
2023-03-24Add caveat/safeguard to OpenMP: Handle descriptors in target's firstprivate [...Thomas Schwinge
2023-03-10Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596]Thomas Schwinge
2023-03-10Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ephemeral' dataThomas Schwinge
2023-03-10Simplify OpenACC 'no_create' clause implementationThomas Schwinge
2023-02-15libgomp: Fix reverse-offload for GOMP_MAP_TO_PSETTobias Burnus
2023-02-15libgomp: Fix 'target enter data' with always pointerTobias Burnus
2023-02-03libgomp: Fix reverse offload issuesTobias Burnus
2023-01-16Update copyright years.Jakub Jelinek
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus