aboutsummaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-23libgomp – fix declare target link handling (PR94251)Tobias Burnus1-2/+3
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath1-1/+14
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge1-2/+2
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-23/+38
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-1/+13
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-21[OMP] Restore 'omp declare target link' handlingThomas Schwinge1-1/+0
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown1-1/+50
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown1-0/+130
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown1-2/+2