summaryrefslogtreecommitdiff
path: root/libgomp/libgomp.h
AgeCommit message (Expand)Author
2025-11-13openmp, nvptx: ompx_gnu_managed_mem_allocAndrew Stubbs
2025-10-23libgomp: fine-grained pinned memory allocatorAndrew Stubbs
2025-10-23libgomp, nvptx: Cuda pinned memoryAndrew Stubbs
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-21OpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras
2025-01-02Update copyright years.Jakub Jelinek
2024-09-20OpenMP: Add get_device_from_uid/omp_get_uid_from_device routinesTobias Burnus
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang
2024-01-03Update copyright years.Jakub Jelinek
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus
2023-12-06amdgcn, libgomp: low-latency allocatorAndrew Stubbs
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung
2023-07-26OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rectTobias Burnus
2023-05-08libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...Thomas Schwinge
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs
2023-01-16Update copyright years.Jakub Jelinek
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler
2022-05-28libgomp: Don't define GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC for _aligned_malloc [...Jakub Jelinek
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek
2022-05-12openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang
2021-11-18libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek
2021-10-20openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown
2021-07-20[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge
2021-07-19[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge
2021-06-17libgomp: Structure element mapping for OpenMP 5.0Chung-Lin Tang
2021-02-25openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung
2021-01-04Update copyright years.Jakub Jelinek
2020-11-18openmp: Retire nest-var ICV for OpenMP 5.1Kwok Cheung Yeung
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung
2020-10-13openmp: Add support for the omp_get_supported_active_levels runtime library r...Kwok Cheung Yeung
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown