Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2022-11-13Move variable declarations out of #if guard, NFCKrzysztof Parzyszek
2022-11-12Disable OMPD tests. Causing CMake issue.Ye Luo
2022-11-11consistency: use spaces instead of tabsSylvestre Ledru
2022-11-11for Vignesh: land changes to disable two recent ompd random failsRon Lieberman
2022-11-11[openmp] [test] Set the right calling convention for the Windows thread start...Martin Storsjö
2022-11-11[openmp] [test] Use omp_testsuite.h instead of directly including pthread.hMartin Storsjö
2022-11-11[openmp] [test] Fix building the affinity/format/fields_values.c testcase on ...Martin Storsjö
2022-11-11[openmp] Fix building in debug mode with mingwMartin Storsjö
2022-11-11[OpenMP] [OMPD] Testcases for libompdVignesh Balasubramanian
2022-11-10[OpenMP][test] Add #include <cstdint> for gcc-13zhanglimin
2022-11-08[OpenMP][mingw] Fix build for aarch64 targetAlvin Wong
2022-11-08[CMake] Fix -Wstrict-prototypesSam James
2022-11-08[libomp] Add -Wl,--undefined-version workaroundFangrui Song
2022-11-05Back out test that failed.Jennifer Yu
2022-11-05Remove redundant loads.Jennifer Yu
2022-11-04[RFC][OpenMP][Doc] No backward compatible for libomptarget and pluginsShilei Tian
2022-11-02[OpenMP][libomp] Fix disabled affinityJonathan Peyton
2022-11-02[openmp][AMDGPU] - Correct getNumberOfBlocks calculation.Ethan Stewart
2022-11-02[OpenMP][libomptarget] Fix AsyncInfoTy object in omp_target_memcpyKevin Sala Penadés
2022-11-02[OpenMP] Utilize the "non-uniform-workgroup" to simplify DeviceRTLJohannes Doerfert
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2022-10-31[libomptarget] Fix a race condition in checkDeviceAndCtorsLechen Yu
2022-10-31[libarcher] Place classes in anonymous namespaceNikita Popov
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-10-28[OpenMP][libomp] Make affinity warnings parameterizedJonathan Peyton
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-10-28[NFC][OpenMP] Fix compile warnings introduced by D134396Shilei Tian
2022-10-28[DeviceRTL] Fix incremental buildYe Luo
2022-10-27[OpenMP][libomptarget] New plugin infrastructure and new CUDA pluginKevin Sala
2022-10-26[OpenMP] kmp_affinity.h: add missing #elseYunQiang Su
2022-10-25[ompd] Fix gdb-plugin warnings after D100185Fangrui Song
2022-10-20[Libomptarget] Build plugins with protected visibility by defaultJoseph Huber
2022-10-19Avoid exporting 80-bit fp functions for architectures other than Intel.Malhar Jajoo
2022-10-19[Libomptarget][NFC] clang-format the libomptarget OpenMP testsJoseph Huber
2022-10-17[OpenMP] Add upper limit to TPAUSE exponential backoff timeNawrin Sultana
2022-10-14[Libomptarget] Fix missing semicolon in exportsJoseph Huber
2022-10-14[Libomptarget] Don't use full names for exported plugin symbolsJoseph Huber
2022-10-14Revert "[Libomp] Do not error on undefined version script symbols"Slava Zakharin
2022-10-13[Libomp] Do not error on undefined version script symbolsJoseph Huber
2022-10-13[Libomptarget] Make the plugins ingore undefined exported symbolsJoseph Huber
2022-10-13[Libomptarget] Remove undefined 'omp_get_interop_rc_desc' symbol from exports...Joseph Huber
2022-10-13[test][openmp] Relax check for tsan reports countVitaly Buka
2022-10-11[OpenMP][Docs] Add documentation for linking OpenMP with CUDA/HIPJoseph Huber
2022-10-11[OpenMP][Docs] Document multi-architecture binary handlingJoseph Huber
2022-10-11[DeviceRTL] CMake fix using target-level dependencyYe Luo
2022-10-07[NFC] Remove trailing white space in openmp/libomptarget/src/CMakeLists.txtShilei Tian
2022-10-07[Libomptarget] Remove debug definitions DeviceRTL's CMakeJoseph Huber
2022-10-07[Libomptarget] Clean up DeviceRTL CMake and remove unused flagsJoseph Huber
2022-10-07[OpenMP] [OMPD] Build gdb-plugin code only when python3 development files are...Vignesh Balasubramanian