]> git.ipfire.org Git - thirdparty/gcc.git/history - libgomp/target.c
Update copyright years.
[thirdparty/gcc.git] / libgomp / target.c
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-15  Julian BrownOpenMP/OpenACC: Unordered/non-constant component offset...
2023-12-13  Julian BrownOpenMP/OpenACC: Rework clause expansion and nested...
2023-12-08  Tobias BurnusOpenMP/Fortran: Implement omp allocators/allocate for...
2023-11-07  Kwok Cheung Yeungopenmp: Add support for the 'indirect' clause in C/C++
2023-09-07  Tobias BurnusRevert: "Another revert test with a bogus hash"
2023-07-29  Tobias Burnuslibgomp: cuda.h and omp_target_memcpy_rect cleanup
2023-07-26  Tobias BurnusOpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_ta...
2023-06-19  Tobias BurnusOpenMP (C/C++): Keep pointer value of unmapped ptr...
2023-06-16  Tobias Burnuslibgomp: Fix OMP_TARGET_OFFLOAD=mandatory
2023-06-14  Thomas SchwingeAlign a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with...
2023-06-14  Tobias BurnusOpenMP: Set default-device-var with OMP_TARGET_OFFLOAD...
2023-06-12  Tobias BurnusOpenMP: Cleanups related to the 'present' modifier
2023-06-06  Tobias Burnusopenmp: Add support for the 'present' modifier
2023-05-08  Thomas Schwingelibgomp: Simplify OpenMP reverse offload host <-> devic...
2023-03-24  Thomas SchwingeAdd caveat/safeguard to OpenMP: Handle descriptors...
2023-03-10  Thomas SchwingeUse 'GOMP_MAP_VARS_TARGET' for OpenACC compute construc...
2023-03-10  Thomas SchwingeAllow libgomp 'cbuf' buffering with OpenACC 'async...
2023-03-10  Thomas SchwingeSimplify OpenACC 'no_create' clause implementation
2023-02-15  Tobias Burnuslibgomp: Fix reverse-offload for GOMP_MAP_TO_PSET
2023-02-15  Tobias Burnuslibgomp: Fix 'target enter data' with always pointer
2023-02-03  Tobias Burnuslibgomp: Fix reverse offload issues
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-10  Tobias Burnuslibgomp: Handle OpenMP's reverse offloads
2022-12-06  Marcel VollweilerOpenMP: omp_get_max_teams, omp_set_num_teams, and omp_...
2022-10-24  Tobias Burnuslibgomp/nvptx: Prepare for reverse-offload callback...
2022-10-12  Jakub Jelineklibgomp: Fix up creation of artificial teams
2022-09-09  Tobias Burnuslibgomp: Prepare for reverse offload fn lookup
2022-09-08  Marcel VollweilerOpenMP, libgomp: Environment variable syntax extension
2022-07-12  Tobias Burnuslibgomp: Add tailing \n to gomp_debug
2022-07-07  Thomas SchwingeFix Intel MIC 'mkoffload' for OpenMP 'requires'
2022-07-06  Thomas SchwingeRestore 'GOMP_offload_unregister_ver' functionality
2022-07-04  Tobias BurnusOpenMP: Move omp requires checks to libgomp
2022-06-13  Jakub Jelinekopenmp: Conforming device numbers and omp_{initial...
2022-05-23  Tobias BurnusOpenMP: Handle descriptors in target's firstprivate...
2022-05-20  Marcel Vollweilerlibgomp: Add new runtime routines omp_target_memcpy_asy...
2022-05-06  Marcel VollweilerOpenMP, libgomp: Add new runtime routine omp_target_is_...
2022-05-03  Marcel VollweilerOpenMP, libgomp: Add new runtime routine omp_get_mapped...
2022-02-10  Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-08  Chung-Lin TangOpenMP 5.0: Remove array section base-pointer mapping...
2021-12-08  Chung-Lin Tangopenmp: Improve OpenMP target support for C++ (PR92120)
2021-11-15  Jakub Jelinekopenmp: Add support for thread_limit clause on target
2021-11-12  Chung-Lin Tangopenmp: Relax handling of implicit map vs. existing...
2021-11-12  Jakub Jelinekopenmp: Honor OpenMP 5.1 num_teams lower bound
2021-10-12  Julian Brownlibgomp: Release device lock on cbuf error path
2021-08-05  Chung-Lin Tangopenmp: Implement omp_get_device_num routine
2021-07-27  Thomas SchwingeDon't use libgomp 'cbuf' buffering with OpenACC 'async'
2021-07-27  Julian BrownFix OpenACC "ephemeral" asynchronous host-to-device...
2021-06-17  Chung-Lin Tanglibgomp: Structure element mapping for OpenMP 5.0
2021-04-28  Tobias Burnusoffload-defaulted: Config option to silently ignore...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-10  Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-10-30  Jakub Jelinekopenmp: Use FIELD_TGT_EMPTY once more
2020-10-22  Jakub Jelinekopenmp: Change omp_get_initial_device () to match OpenM...
2020-10-20  Jakub Jelineklibgomp: Fix up bootstrap in libgomp/target.c due to...
2020-10-20  Kwok Cheung Yeungopenmp: Implement support for OMP_TARGET_OFFLOAD enviro...
2020-09-15  Tobias Burnuslibgomp/target.c: Silence -Wuninitialized warning
2020-09-15  Tobias BurnusOpenMP/Fortran: Fix (re)mapping of allocatable/pointer...
2020-07-27  Julian Brownopenacc: Deep copy attach/detach should not affect...
2020-07-23  Julian Brownopenacc: Remove unnecessary detach finalization
2020-07-10  Julian Brownopenacc: Adjust dynamic reference count semantics
2020-06-30  Thomas SchwingeMark up unreachable OpenACC 'attach' code path
2020-03-31  Tobias Burnuslibgomp – fix handling of 'target enter data'
2020-03-23  Tobias Burnuslibgomp – fix declare target link handling (PR94251)
2020-02-13  Frederik Harwathopenmp: ignore nowait if async execution is unsupported...
2020-01-10  Thomas SchwingeOpenACC 'acc_get_property' cleanup
2020-01-10  Thomas SchwingeFurther changes for the OpenACC 'if_present' clause...
2020-01-10  Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-22  Maciej W. RozyckiAdd OpenACC 2.6 `acc_get_property' support
2019-12-21  Thomas Schwinge[OMP] Restore 'omp declare target link' handling
2019-12-20  Julian BrownOpenACC 2.6 deep copy: libgomp parts
2019-12-20  Julian BrownOpenACC 2.6 deep copy: attach/detach API routines
2019-12-20  Julian BrownUse gomp_map_val for OpenACC host-to-device address...
2019-12-20  Julian BrownOpenACC reference count overhaul
2019-12-20  Julian BrownUse aux struct in libgomp for infrequently-used/API...
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-12-18  Thomas SchwingeAssert in 'libgomp/target.c:gomp_unmap_vars_internal...
2019-12-18  Thomas Schwinge[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p...
2019-12-18  Thomas SchwingeMake 'libgomp/target.c:gomp_unmap_tgt' 'static' again
2019-12-13  Julian BrownFix potential race condition in OpenACC "exit data...
2019-12-11  Thomas Schwinge[OpenACC] Initialize 'dynamic_refcount' whenever we...
2019-12-09  Thomas Schwinge[PR92116, PR92877] [OpenACC] Replace 'openacc.data_envi...
2019-12-09  Thomas SchwingeIn 'libgomp/target.c:gomp_exit_data', remove open-coded...
2019-10-09  Jakub Jelinekre PR libgomp/92028 (OpenACC 'host_data' execution...
2019-10-03  Julian BrownLibgomp magic offset value self-documentation
2019-08-08  Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-05-24  Jakub Jelinekre PR libgomp/90585 (libgomp hsa plugin ftbfs in the...
2019-05-13  Chung-Lin Tang2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>
2019-02-22  Thomas Schwinge[libgomp] Clarify difference between offload target...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-28  Thomas SchwingeCleanup libgomp's coalesce chunk data structures
2018-12-09  Thomas SchwingeCoalesce host to device transfers in libgomp: not for...
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-06-20  Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-22  Jakub Jelinekre PR libgomp/83106 (libgomp/target.c:2671:2: error...
2017-10-28  Jakub Jelinektarget.c (struct gomp_coalesce_buf): New type.
2017-02-02  Thomas Schwingelibgomp: Normalize the names of a few functions of...
next