summaryrefslogtreecommitdiff
path: root/openmp/runtime/test/tasking
AgeCommit message (Expand)Author
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2025-04-25[OpenMP] Fix taskgraph dependency tracking, memory access, and initialization...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
2024-10-24[OpenMP] Fix the test issue when `libomp` is built as a static library (#113522)Shilei Tian
2024-07-24[OpenMP][libomp] Fix tasking debug assert (#95823)Jonathan Peyton
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton
2024-04-16[OpenMP][test][AIX] Make 64 the max number of threads for capacity tests in A...Xing Xue
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton
2024-03-29[OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton
2024-03-09[OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky
2024-02-26[OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014)Xing Xue
2024-02-07[OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test cases ...Xing Xue
2023-11-21[OpenMP] Optimized trivial multiple edges from task dependency graphJoachim Jenke
2023-10-24[OpenMP][Tests] Sync struct DEP with the runtime (#69982)Ilya Leoshkevich
2023-06-19[OpenMP] Implement printing TDGs to dot filesAdrian Munera
2023-05-23[OpenMP] Insert missing variable update inside loopJonathan Peyton
2023-05-23[OpenMP][Tests][NFC] Mark unsupported libomp tests for GCCJoachim Jenke
2023-05-15[OpenMP] Implement task record and replay mechanismChenle Yu
2023-04-28[OpenMP] Add LIT test on task depend clauseAnimesh Kumar
2022-11-29[openmp] [test] Use stdint.h instead of manual code defining kmp_int*. NFC.Martin Storsjö
2022-11-28[openmp] [test] Fix data structure mismatches for tests that define kmp_depen...Martin Storsjö
2022-11-17[openmp] [test] Unbreak tests that rely on hidden_helper_task on WindowsMartin Storsjö
2022-11-11[openmp] [test] Use omp_testsuite.h instead of directly including pthread.hMartin Storsjö
2022-11-10[OpenMP][test] Add #include <cstdint> for gcc-13zhanglimin
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-03-07[OpenMP] libomp: implemented task priorities.AndreyChurbanov
2022-02-12[OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.AndreyChurbanov
2021-11-19[OpenMP] support depend clause for taskwait directive, by DeepakAlexey Bataev
2021-10-25[OpenMP][Tests][NFC] Actually check for test outcomeJoachim Protze
2021-10-18[OpenMP] libomp: add check of task function pointer for NULL.AndreyChurbanov
2021-09-15[OpenMP] Add support for GOMP depobjPeyton, Jonathan L
2021-09-08[OpenMP] libomp: runtime part of omp_all_memory task dependence implementation.AndreyChurbanov
2021-08-31[OpenMP] Fix task wait doesn't work as expected in serialized teamShilei Tian
2021-08-03[OpenMP] libomp: taskwait depend implementation fixed.AndreyChurbanov
2021-07-28[OpenMP][Tests] Fix test compatibilityJoachim Protze
2021-07-28[OpenMP] Fix deadlock for detachable task with child tasksJoachim Protze
2021-07-25[OpenMP][tests][NFC] Update test status for gcc 11 and 12Joachim Protze
2021-07-06[openmp] [test] Add missing <limits> include to capacity_nthreadsMichał Górny
2021-06-16[OpenMP] libomp: fixed implementation of OMP 5.1 inoutset task dependence typeAndreyChurbanov
2021-06-09Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"AndreyChurbanov
2021-06-07[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence typeAndreyChurbanov
2021-05-17[OpenMP] Fixed Bug 49356Shilei Tian
2021-04-16[OpenMP] Implement GOMP task reductionsPeyton, Jonathan L
2021-03-18[OpenMP] Fixed a crash in hidden helper threadShilei Tian
2021-02-18[OpenMP] fix race condition in testAndreyChurbanov
2021-02-03[OpenMP] Fixed an issue that taskwait doesn't work on detachable taskShilei Tian
2021-01-25[OpenMP] Added the support for hidden helper task in RTLShilei Tian
2021-01-18Revert "[OpenMP] Added the support for hidden helper task in RTL"Shilei Tian
2021-01-16[OpenMP] Added the support for hidden helper task in RTLShilei Tian