aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+1
2023-12-06amdgcn, libgomp: low-latency allocatorAndrew Stubbs1-3/+0
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-0/+23
2023-07-26OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rectTobias Burnus1-0/+2
2023-05-08libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...Thomas Schwinge1-4/+1
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs1-2/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus1-23/+54
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus1-0/+5
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler1-0/+114
2022-05-28libgomp: Don't define GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC for _aligned_malloc [...Jakub Jelinek1-1/+0
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek1-2/+2
2022-05-12openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-1/+1
2021-11-18libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek1-1/+5
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek1-0/+8
2021-10-20openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek1-0/+35
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek1-0/+2
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown1-1/+1
2021-07-20[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge1-12/+0
2021-07-19[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge1-0/+12
2021-06-17libgomp: Structure element mapping for OpenMP 5.0Chung-Lin Tang1-17/+49
2021-02-25openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung1-6/+15
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-18openmp: Retire nest-var ICV for OpenMP 5.1Kwok Cheung Yeung1-3/+2
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang1-4/+4
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung1-0/+8
2020-10-13openmp: Add support for the omp_get_supported_active_levels runtime library r...Kwok Cheung Yeung1-0/+2
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-0/+3
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown1-2/+2
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown1-6/+2
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+4
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge1-1/+2
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki1-0/+1
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown1-0/+2
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown1-0/+10
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown1-0/+1
2019-12-20OpenACC reference count overhaulJulian Brown1-3/+6
2019-12-20Use aux struct in libgomp for infrequently-used/API-specific dataJulian Brown1-2/+8
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge1-1/+0
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown1-0/+2
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge1-2/+0
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge1-9/+1
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs1-0/+63