aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/test
AgeCommit message (Expand)AuthorFilesLines
2024-02-19[OpenMP] [test] Skip the -mlong-double-80 test on MSVC ABI (#81115)Martin Storsjö1-2/+2
2024-02-07[OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test cases ...Xing Xue3-15/+45
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue1-0/+12
2023-12-19[OpenMP][AArch64] Workaround for ompt/synchronization tests (#75848)Carlos Eduardo Seo1-7/+4
2023-12-03[OpenMP] return empty stmt for `nothing` (#74042)Sandeep Kosuri1-0/+27
2023-11-28[OpenMP][Runtime][test] Fix ompt task testcase fail randomly (#72337)Alex1-4/+3
2023-11-24[NFC] fix failed ompt tests on M1 device (#65696)Lixi Zhou1-3/+11
2023-11-21[OpenMP] Optimized trivial multiple edges from task dependency graphJoachim Jenke3-0/+260
2023-11-08[OpenMP] Add skewed iteration distribution on hybrid systems (#69946)Jonathan Peyton1-0/+1
2023-11-03Add openmp support to System z (#66081)Neale Ferguson2-0/+18
2023-10-24[OpenMP][Tests] Sync struct DEP with the runtime (#69982)Ilya Leoshkevich4-4/+4
2023-09-12[OpenMP][test][VE] Limit the number of AFFINITY_MAX_CPUS for VE (#65872)Kazushi Marukawa1-0/+6
2023-09-10[OpenMP][test][VE] Change to use VE_LD_LIBRARY_PATH for VE (#65869)Kazushi Marukawa1-0/+4
2023-09-10[OpenMP][VE] Support OpenMP runtime on VEKazushi (Jam) Marukawa1-0/+7
2023-09-01[OpenMP] [test] Fix target_thread_limit.cpp to not assume 4 or more coresMartin Storsjö1-13/+10
2023-08-26[OpenMP] Codegen support for thread_limit on target directive for hostSandeep Kosuri1-0/+168
2023-07-31[OpenMP] Introduce hybrid core attributes to OMP_PLACES and KMP_AFFINITYJonathan Peyton1-4/+17
2023-07-11[OpenMP][NFC] lit: Allow setting default environment variables for testJoachim Jenke1-0/+8
2023-07-07[OpenMP][OMPT] Change OMPT kind for OpenMP test lock functionsJoachim Jenke4-9/+33
2023-07-07[OpenMP] Add OMPT support for omp_all_memory task dependenceJoachim Jenke3-2/+733
2023-06-19[OpenMP] Implement printing TDGs to dot filesAdrian Munera1-0/+80
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar1-1/+1
2023-06-14[OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.cShilei Tian1-3/+6
2023-06-14[OpenMP] Use 0 instead of false in the test bug63197.cShilei Tian1-1/+1
2023-06-14[OpenMP] Fix the issue where `num_threads` still takes effect incorrectlyShilei Tian1-0/+17
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-12/+30
2023-05-23[OpenMP] Insert missing variable update inside loopJonathan Peyton1-0/+33
2023-05-23[OpenMP][Tests][NFC] Mark unsupported libomp tests for GCCJoachim Jenke7-2/+23
2023-05-23[OpenMP][Tests][NFC] Mark unsupported OMPT tests for GCCJoachim Jenke2-0/+5
2023-05-15[OpenMP] Implement task record and replay mechanismChenle Yu7-0/+242
2023-05-03Revert "[openmp] [test] Set __COMPAT_LAYER=RunAsInvoker when running tests on...Martin Storsjö1-8/+0
2023-04-28[OpenMP] Add LIT test on task depend clauseAnimesh Kumar1-0/+86
2023-03-08[OPENMP]Fix PR59947: "Partially-triangular" loop collapse crashes.Alexey Bataev1-0/+37
2023-02-14[OpenMP]Fix PR55970: Miscompile of collapse(3) with non-rectangular loop nest.Alexey Bataev1-0/+22
2023-01-26[OpenMP] Fix stack overflow for test bug54082.cShilei Tian1-1/+1
2023-01-24[Clang][OpenMP] Find the type `omp_allocator_handle_t` from identifier tableShilei Tian1-0/+54
2023-01-24[OpenMP] Disable tests that are not supported by GCC if it is used for testingShilei Tian2-0/+6
2023-01-20[OpenMP] Only test kmp_atomic_float10_max_min.c on X86Shilei Tian3-1/+8
2023-01-18[OpenMP][OMPT] Expect failure from tool_available_search.c on macOSShilei Tian2-5/+9
2023-01-11[OpenMP] Fix for smaller team sizes inside teams construct.Terry Wilmarth1-0/+47
2022-12-15[OpenMP] Add missing test for pinned memory APICarlo Bertolli1-0/+29
2022-12-14[OpenMP][Test] Make the output error message consistent with the commentgonglingqin2-3/+3
2022-12-09[openmp][mlir] Lower parallel if to new fork_call_if function.David Truby2-0/+5
2022-12-08[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARMMartin Storsjö1-5/+0
2022-12-07[OMPT][test] Fix mismatch error between the current address and the return ad...zhanglimin1-3/+5
2022-11-29[openmp] [test] Use stdint.h instead of manual code defining kmp_int*. NFC.Martin Storsjö2-14/+8
2022-11-29Reapply [openmp] [test] XFAIL many-microtask-args.c on ARMMartin Storsjö2-0/+8
2022-11-28Revert "[openmp] [test] XFAIL many-microtask-args.c on ARM"Martin Storsjö2-17/+0
2022-11-28[openmp] [test] Fix data structure mismatches for tests that define kmp_depen...Martin Storsjö2-12/+40
2022-11-28[openmp] [test] XFAIL many-microtask-args.c on ARMMartin Storsjö2-0/+17