aboutsummaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-12libgomp: Add tailing \n to gomp_debugTobias Burnus1-1/+1
2022-07-07Fix Intel MIC 'mkoffload' for OpenMP 'requires'Thomas Schwinge1-0/+4
2022-07-06Restore 'GOMP_offload_unregister_ver' functionalityThomas Schwinge1-7/+23
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus1-3/+73
2022-06-13openmp: Conforming device numbers and omp_{initial,invalid}_deviceJakub Jelinek1-67/+60
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus1-0/+22
2022-05-20libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler1-54/+236
2022-05-06OpenMP, libgomp: Add new runtime routine omp_target_is_accessible.Marcel Vollweiler1-0/+18
2022-05-02OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.Marcel Vollweiler1-0/+38
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang1-21/+88
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-24/+52
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek1-4/+24
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang1-17/+57
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek1-0/+26
2021-10-12libgomp: Release device lock on cbuf error pathJulian Brown1-1/+4
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang1-1/+35
2021-07-27Don't use libgomp 'cbuf' buffering with OpenACC 'async'Thomas Schwinge1-26/+45
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown1-21/+56
2021-06-17libgomp: Structure element mapping for OpenMP 5.0Chung-Lin Tang1-91/+351
2021-04-28offload-defaulted: Config option to silently ignore uninstalled offload compi...Tobias Burnus1-0/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang1-6/+30
2020-10-30openmp: Use FIELD_TGT_EMPTY once moreJakub Jelinek1-1/+1
2020-10-22openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek1-14/+14
2020-10-20libgomp: Fix up bootstrap in libgomp/target.c due to false positive warningJakub Jelinek1-37/+39
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung1-8/+37
2020-09-15libgomp/target.c: Silence -Wuninitialized warningTobias Burnus1-2/+2
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-38/+146
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown1-7/+13
2020-07-23openacc: Remove unnecessary detach finalizationJulian Brown1-1/+1
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown1-29/+9
2020-06-30Mark up unreachable OpenACC 'attach' code pathThomas Schwinge1-3/+4
2020-03-31libgomp – fix handling of 'target enter data'Tobias Burnus1-1/+12