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-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
2022-10-07[DeviceRTL] Fix a CMake multi-step compilation dependency issue.Ye Luo
2022-10-06[OpenMP][DeviceRTL] Fix build issueShilei Tian
2022-10-06[OpenMP][DeviceRTL] Fix an issue that thread array might be corruptedShilei Tian
2022-10-05[DeviceRTL] Allow IsSPMDMode to be optimized out in LTO modeJoseph Huber
2022-10-05[OpenMP][FIX] Update device API to match recent changesJohannes Doerfert
2022-10-05[OpenMP] Eliminate the ThreadStates array in favor of indirectionJohannes Doerfert
2022-10-05[OpenMP] Introduce more atomic operations into the runtimeJohannes Doerfert
2022-10-05[OpenMP] Replace __ATOMIC_XYZ with atomic::xyz for styleJohannes Doerfert
2022-10-05[OpenMP] Replace pointer comparison with `isSharedMemPtr` checkJohannes Doerfert
2022-10-03[OpenMP][libomp] Allow unused-but-set warningsJonathan Peyton
2022-10-03[OpenMP] Ignore schedule modifier in static schedulingHansang Bae
2022-10-01[OpenMP] [OMPT] [1/8] Create separate categories for host, device, [no]emi ev...Dhruva Chakrabarti
2022-09-29[test][openmp] Tsan may report more warnings hereVitaly Buka
2022-09-27[Clang][OpenMP] Fix run time crash when use_device_addr is used.Jennifer Yu
2022-09-23[OpenMP][AMDGPU] Enable OpenMP device runtime build for gfx110[0123]Dan Palermo