aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Disable OMPD tests. Causing CMake issue.Ye Luo1-1/+4
2022-11-11consistency: use spaces instead of tabsSylvestre Ledru1-1/+1
2022-11-11for Vignesh: land changes to disable two recent ompd random failsRon Lieberman3-18/+24
2022-11-11[openmp] [test] Set the right calling convention for the Windows thread start...Martin Storsjö1-1/+1
2022-11-11[openmp] [test] Use omp_testsuite.h instead of directly including pthread.hMartin Storsjö2-2/+2
2022-11-11[openmp] [test] Fix building the affinity/format/fields_values.c testcase on ...Martin Storsjö1-0/+3
2022-11-11[openmp] Fix building in debug mode with mingwMartin Storsjö1-1/+1
2022-11-11[OpenMP] [OMPD] Testcases for libompdVignesh Balasubramanian94-0/+1704
2022-11-10[OpenMP][test] Add #include <cstdint> for gcc-13zhanglimin1-0/+1
2022-11-08[OpenMP][mingw] Fix build for aarch64 targetAlvin Wong3-3/+3
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-11-07[libomp] Add -Wl,--undefined-version workaroundFangrui Song2-0/+2
2022-11-04Back out test that failed.Jennifer Yu1-51/+0
2022-11-04Remove redundant loads.Jennifer Yu1-0/+51
2022-11-04[RFC][OpenMP][Doc] No backward compatible for libomptarget and pluginsShilei Tian1-0/+14
2022-11-02[OpenMP][libomp] Fix disabled affinityJonathan Peyton4-2/+46
2022-11-02[openmp][AMDGPU] - Correct getNumberOfBlocks calculation.Ethan Stewart1-1/+3
2022-11-02[OpenMP][libomptarget] Fix AsyncInfoTy object in omp_target_memcpyKevin Sala Penadés1-1/+1
2022-11-01[OpenMP] Utilize the "non-uniform-workgroup" to simplify DeviceRTLJohannes Doerfert1-23/+4
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti11-252/+7
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti11-7/+252
2022-10-31[libomptarget] Fix a race condition in checkDeviceAndCtorsLechen Yu1-10/+5
2022-10-31[libarcher] Place classes in anonymous namespaceNikita Popov1-3/+7
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton9-56/+265
2022-10-28[OpenMP][libomp] Make affinity warnings parameterizedJonathan Peyton1-32/+34
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton13-495/+558
2022-10-28[NFC][OpenMP] Fix compile warnings introduced by D134396Shilei Tian2-2/+3
2022-10-27[DeviceRTL] Fix incremental buildYe Luo1-53/+65
2022-10-27[OpenMP][libomptarget] New plugin infrastructure and new CUDA pluginKevin Sala21-138/+4127
2022-10-25[OpenMP] kmp_affinity.h: add missing #elseYunQiang Su1-0/+1
2022-10-24[ompd] Fix gdb-plugin warnings after D100185Fangrui Song1-4/+4
2022-10-20[Libomptarget] Build plugins with protected visibility by defaultJoseph Huber4-4/+8
2022-10-19Avoid exporting 80-bit fp functions for architectures other than Intel.Malhar Jajoo2-5/+16
2022-10-19[Libomptarget][NFC] clang-format the libomptarget OpenMP testsJoseph Huber80-515/+470
2022-10-17[OpenMP] Add upper limit to TPAUSE exponential backoff timeNawrin Sultana1-1/+2
2022-10-14[Libomptarget] Fix missing semicolon in exportsJoseph Huber1-1/+1
2022-10-14[Libomptarget] Don't use full names for exported plugin symbolsJoseph Huber1-35/+1
2022-10-13Revert "[Libomp] Do not error on undefined version script symbols"Slava Zakharin8-20/+12
2022-10-13[Libomp] Do not error on undefined version script symbolsJoseph Huber2-3/+3
2022-10-13[Libomptarget] Make the plugins ingore undefined exported symbolsJoseph Huber6-9/+17
2022-10-13[Libomptarget] Remove undefined 'omp_get_interop_rc_desc' symbol from exports...Joseph Huber1-1/+0
2022-10-12[test][openmp] Relax check for tsan reports countVitaly Buka1-1/+1
2022-10-11[OpenMP][Docs] Add documentation for linking OpenMP with CUDA/HIPJoseph Huber1-14/+34
2022-10-11[OpenMP][Docs] Document multi-architecture binary handlingJoseph Huber1-0/+64
2022-10-10[DeviceRTL] CMake fix using target-level dependencyYe Luo1-39/+29
2022-10-07[NFC] Remove trailing white space in openmp/libomptarget/src/CMakeLists.txtShilei Tian1-1/+1
2022-10-07[Libomptarget] Remove debug definitions DeviceRTL's CMakeJoseph Huber1-10/+0
2022-10-07[Libomptarget] Clean up DeviceRTL CMake and remove unused flagsJoseph Huber1-4/+4
2022-10-07[OpenMP] [OMPD] Build gdb-plugin code only when python3 development files are...Vignesh Balasubramanian2-4/+4
2022-10-06[DeviceRTL] Fix a CMake multi-step compilation dependency issue.Ye Luo1-1/+1