aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
4 days[openmp] Silence warning when building the x64 Windows LLVM release packageAlexandre Ganea1-1/+3
6 days[OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099)Hansang Bae1-0/+8
7 days[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim23-215/+199
8 days[OpenMP] Add missing export for dynamic tracking patch (#97419)Gheorghe-Teodor Bercea1-0/+1
8 days[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak1-16/+10
9 days[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea2-0/+7
12 days[OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (...Terry Wilmarth1-14/+14
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth6-20/+520
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton20-5618/+987
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim6-15/+29
2024-06-03Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)Shilei Tian1-8/+60
2024-05-29[OpenMP] Fix multiply installing `libomp.so` (#93685)Joseph Huber1-0/+1
2024-05-26Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""Shilei Tian1-60/+8
2024-05-26Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Shilei Tian1-8/+60
2024-05-25[openmp] Revise IDE folder structure (#89750)Michael Kruse2-0/+12
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber1-60/+8
2024-05-24[NFC][OpenMP][OMPX] Remove ';' that is outside of a functionShilei Tian1-8/+8
2024-05-24[OpenMP][OMPX] No default argument for C APIShilei Tian1-1/+1
2024-05-24[OpenMP][OMPX] Add shfl_down_sync (#93311)Shilei Tian1-0/+52
2024-05-24[OpenMP][OMPX] Add ballot_sync (#91297)Shilei Tian1-0/+12
2024-05-22[Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459)Michael Kruse12-0/+1493
2024-05-15[OpenMP] Fix intermediate header locations for OpenMPJoseph Huber1-3/+2
2024-05-13[Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345)Michael Kruse3-0/+335
2024-05-10[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)Xing Xue2-12/+80
2024-05-09[OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled A...chandan singh2-0/+40
2024-05-08[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton2-0/+3
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton11-236/+792
2024-05-06[NFC][OpenMP][OMPX] Move `declare variant` upShilei Tian1-1/+4
2024-04-30[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)Xing Xue1-4/+45
2024-04-26[OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985)Xing Xue2-9/+3
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert1-1/+7
2024-04-19[OpenMP] Use half of available logical processors for collapse tests (#88319)Xing Xue1-6/+16
2024-04-16[OpenMP][test][AIX] Make 64 the max number of threads for capacity tests in A...Xing Xue2-12/+28
2024-04-16[OpenMP] Use a memory fence before incrementing the dispatch buffer index (#8...Xing Xue1-0/+2
2024-04-12[OpenMP] Fix re-locking hang found in issue 86684 (#88539)Jonathan Peyton1-6/+6
2024-04-10[OpenMP][AIX] Fix test config for AIX (#88272)Xing Xue1-1/+3
2024-04-09[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-9/+17
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld1-16/+9
2024-04-08[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-9/+16
2024-04-04[OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555)Jonathan Peyton1-0/+6
2024-04-03[OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)Jonathan Peyton3-75/+234
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton2-6/+52
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui1-15/+2
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui13-20/+46
2024-03-29[OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton2-3/+41
2024-03-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand1-0/+6
2024-03-27[OpenMP] Close up permissions on /tmp files (#85469)Terry Wilmarth1-5/+5
2024-03-27[NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++Shilei Tian1-2/+3
2024-03-27[NFC][OpenMP] Silent unused variable in `kmp_collapse.cpp`Shilei Tian1-2/+2
2024-03-26[OpenMP] add loop collapse tests (#86243)Vadim Paretsky7-8/+511