summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_tasking.cpp
AgeCommit message (Expand)Author
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran
2025-07-18[OpenMP] [NFC] Remove dead code: building task stack (#143589)Jonathan Peyton
2025-06-25[OpenMP] Fix various alignment issues (#142376)Rainer Orth
2025-04-25[OpenMP] Fix taskgraph dependency tracking, memory access, and initialization...Josep Pinot
2025-04-24[NFC][OpenMP] Fix task record/replay comments (#137178)Josep Pinot
2025-03-21Revert "Update OpenMP runtime to adopt taskgraph clause from 6.0 Specs" (#131...Josep Pinot
2025-03-14[OpenMP] Update OpenMP runtime to adopt taskgraph clause from 6.0 Specs (#130...Josep Pinot
2025-03-12[OpenMP] [Taskgraph] Differentiating task ids from the taskgraph and from the...Rémy Neveu
2025-02-27[OpenMP][OMPT][OMPD] Fix frame flags for OpenMP tool APIs (#114118)Joachim
2024-10-17[OpenMP] Fix missing gtid argument in __kmp_print_tdg_dot function (#111986)Josep Pinot
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-07-24[OpenMP][libomp] Fix tasking debug assert (#95823)Jonathan Peyton
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton
2024-03-11[OpenMP] Fixup while loops to avoid bad NULL check (#83302)Jonathan Peyton
2023-11-09[OpenMP][SystemZ] Compile __kmpc_omp_task_begin_if0() with backchain (#71834)Ilya Leoshkevich
2023-11-03Add openmp support to System z (#66081)Neale Ferguson
2023-09-12[OpenMP] Remove optimization skipping reduction struct initialization (#65697)Rodrigo Ceccato de Freitas
2023-06-19[OpenMP] Implement printing TDGs to dot filesAdrian Munera
2023-05-23[OpenMP] Insert missing variable update inside loopJonathan Peyton
2023-05-15[OpenMP] Implement task record and replay mechanismChenle Yu
2023-05-01[OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian
2023-05-01Revert "[OpenMP] Handle function calls from `libomp` to `libomptarget` correc...Shilei Tian
2023-05-01[OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian
2023-04-21Fix an issue with th_task_state_memo_stack and proxy/helper tasksAlex Duran
2022-12-20[OpenMP] Disable libomptarget integration on unsupported platformsGuilherme Valarini
2022-12-14[OpenMP] Add non-blocking support for target nowait regionsGuilherme Valarini
2022-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K
2022-05-18[OpenMP] libomp: honor passive wait policy requested with taskingAndreyChurbanov
2022-04-12[OpenMP][libomp] Fix some Doxygen issuesJonathan Peyton
2022-04-06[OpenMP] Fix warningsHansang Bae
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae
2022-03-07[OpenMP] libomp: implemented task priorities.AndreyChurbanov
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-12-29[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian
2021-10-18[OpenMP] libomp: add check of task function pointer for NULL.AndreyChurbanov
2021-08-31[OpenMP] Fix task wait doesn't work as expected in serialized teamShilei Tian
2021-08-19[OpenMP] Use `__kmpc_give_task` in `__kmp_push_task` when encountering a hidd...Shilei Tian
2021-08-07[OpenMP] mark target task untiedYe Luo
2021-08-04[OpenMP] Clean up for hidden helper taskShilei Tian
2021-08-04[OpenMP] Fix performance regression reported in bug #51235Shilei Tian
2021-07-30[OpenMP][NFC] libomp: silence warnings on unused variables.AndreyChurbanov
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-07-28[OpenMP] Fix deadlock for detachable task with child tasksJoachim Protze
2021-07-23[OpenMP] Fix bug 50022Shilei Tian
2021-07-22[OpenMP] Refined the logic to give a regular task from a hidden helper taskShilei Tian
2021-07-19[OpenMP] Fixed a segmentation fault when using taskloop and target nowaitShilei Tian
2021-07-13[OpenMP] Minor improvement in task allocationHansang Bae