aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_dispatch.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim1-4/+5
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea1-0/+5
2024-04-16[OpenMP] Use a memory fence before incrementing the dispatch buffer index (#8...Xing Xue1-0/+2
2023-11-08[OpenMP] Add skewed iteration distribution on hybrid systems (#69946)Jonathan Peyton1-24/+185
2023-01-18[OpenMP][libomp] Fix stats-gathering for new MSVC sections APIJonathan Peyton1-3/+2
2023-01-12[OpenMP] Fix dynamic schedule assertion failure on AArch64Nawrin Sultana1-1/+1
2022-08-02[OpenMP] Fix warnings about unused expressions when OMPT_LOOP_DISPATCH is a n...Martin Storsjö1-1/+1
2022-07-05[OpenMP] add 4 custom APIs supporting MSVC OMP codegenVadim Paretsky1-0/+213
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae1-0/+15
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth1-2/+6
2021-09-07[OpenMP] Change monotonicity of dynamic scheduleNawrin Sultana1-2/+2
2021-08-16[OpenMP] Add a few small fixesPeyton, Jonathan L1-1/+2
2021-08-16[OpenMP] libomp: cleanup: minor fixes to silence static analyzer.AndreyChurbanov1-0/+2
2021-06-25[OpenMP][NFC] libomp: fix wrong debug assertion.AndreyChurbanov1-1/+1
2021-06-22[OpenMP] libomp: fix dynamic loop dispatcherAndreyChurbanov1-182/+273
2021-06-07[OpenMP] Check loc for NULL before dereferencing itBryan Chan1-1/+1
2021-03-23[OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae1-0/+2
2021-03-08[OpenMP] Fix potential integer overflow in dynamic schedule codePeyton, Jonathan L1-9/+18
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar1-1/+1
2021-02-22[OpenMP] Help static loop code avoid over/underflowPeyton, Jonathan L1-2/+3
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian1-12/+13
2021-01-29[OpenMP] Add environment variable to force monotonic dynamic schedulingJonathan Peyton1-1/+1
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth1-15/+18
2020-11-05[OpenMP] Add ident_t flags for compiler OpenMP versionPeyton, Jonathan L1-8/+16
2020-10-29[OpenMP] Add NULL check in dispatcher debug outputPeyton, Jonathan L1-1/+2
2020-07-20[OpenMP] libomp cleanup: add check of input global tid parameterAndreyChurbanov1-0/+5
2020-06-04[openmp] Fixed nonmonotonic schedule implementation.AndreyChurbanov1-35/+41
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki1-7/+7
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki1-3/+3
2019-11-27[openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov1-7/+8
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton1-26/+8
2019-04-30[OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton1-13/+50
2019-04-03[OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton1-0/+6
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton1-23/+18
2019-02-04[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze1-0/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16[OpenMP] Add omp_pause_resource* APIJonathan Peyton1-0/+4
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov1-6/+6
2018-09-26[OpenMP][OMPT] A few improvementsJonathan Peyton1-7/+0
2018-08-09[OpenMP] Cleanup codeJonathan Peyton1-6/+4
2018-07-30[OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton1-17/+51
2018-07-09[OpenMP] Introduce hierarchical schedulingJonathan Peyton1-3/+104
2018-07-09[OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton1-1327/+917
2018-01-04Fix some comments and formatting in kmp_dispatch.cppJonathan Peyton1-8/+9
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld1-25/+25
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld1-1/+0
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze1-0/+1
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze1-16/+80
2017-10-20Apply formatting changesJonathan Peyton1-6/+4
2017-09-27Remove unnecessary semicolonsJonathan Peyton1-4/+4