aboutsummaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-29libgomp: Enable USM for some nvptx devicesTobias Burnus1-1/+23
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang1-2/+6
2024-03-04libgomp: Use void (*) (void *) rather than void (*)() for host_fn type [PR114...Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown1-6/+54
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown1-8/+30
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+1
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-3/+14
2023-09-07Revert: "Another revert test with a bogus hash"Tobias Burnus1-1/+1
2023-07-29libgomp: cuda.h and omp_target_memcpy_rect cleanupTobias Burnus1-35/+17
2023-07-26OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rectTobias Burnus1-25/+127
2023-06-19OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11...Tobias Burnus1-1/+1
2023-06-16libgomp: Fix OMP_TARGET_OFFLOAD=mandatoryTobias Burnus1-3/+7
2023-06-14Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with othersThomas Schwinge1-2/+2
2023-06-14OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatoryTobias Burnus1-1/+14
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus1-29/+26
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus1-5/+61
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