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-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
2022-09-21[Clang][OpenMP] Codegen generation for has_device_addr claues.Jennifer Yu
2022-09-20revert 684f76643 [Clang][OpenMP] Codegen generation for has_device_addr claues.Ron Lieberman
2022-09-20Fix test case which is not working for AMDGPU.Jennifer Yu
2022-09-20[Clang][OpenMP] Codegen generation for has_device_addr claues.Jennifer Yu
2022-09-20[OpenMP] Add LoongArch64 supportSignKirigami
2022-09-16[Libomptarget] Revert changes to AMDGPU plugin destructorsJoseph Huber
2022-09-15[Libomptarget] Embed bitcode library in static library instead.Joseph Huber
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-09-14[Libomptarget] Change device free routines to accept the allocation kindJoseph Huber
2022-09-09[Libomptarget][NFC] Remove unused variableJoseph Huber
2022-09-09[Libomptarget] Fix compiling with asserts using the bitcode libraryJoseph Huber
2022-09-09[Libomptarget] Add proper LLVM libraries now that the AMDGPU plugin uses themJoseph Huber
2022-09-09[OpenMP] Install ompt-multiplex.h alongside omp.hserge-sans-paille
2022-09-09[OpenMP][libomp] Cleanup __kmpc_flush() codeJonathan Peyton
2022-09-08[Libomptarget] Implement OpenMP 5.2 semantics for device pointersJoseph Huber
2022-09-07[Libomptarget] Remove leftover ELF header from x86 pluginJoseph Huber
2022-09-07[Libomptarget] Replace libelf with LLVM's Elf librariesJoseph Huber
2022-09-07[Libomptarget] Add utility functions for loading an ELF symbol by nameJoseph Huber
2022-09-06[Libomptarget][NFC] Clean up CUDA plugin and address warningsJoseph Huber
2022-09-06[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debuggingVignesh Balasubramanian
2022-09-03[OpenMP] add a offload test involving std::complexYe Luo
2022-09-01[libomptarget] Enable the device allocator for AMDGPUJoseph Huber
2022-08-31[Libomptarget] Remove old workaround for GCC 5,6 from libomptargetJoseph Huber
2022-08-30[Libomptarget] Make unified shared memory test unsupported on AMDGPUJoseph Huber
2022-08-30[libomptarget] Deprecate old method for setting the tripcountJoseph Huber
2022-08-29[libomptarget] Always enable time tracing in libomptargetJoseph Huber
2022-08-29[Libomptarget] Do not check for valid binaries twice.Joseph Huber
2022-08-26[OpenMP] Deprecate the old driver for OpenMP offloadingJoseph Huber
2022-08-25[openmp][amdgpu] Implement target_alloc_host as fine grain HSA memoryJon Chesterfield
2022-08-24[libomptarget][amdgpu] enable tests whenever possible.Ye Luo
2022-08-24[Libomptarget] Replace use of `dlopen` with LLVM's dynamic library supportJoseph Huber
2022-08-24[Libomptarget] Remove use of ELF link_address in x86_64 pluginJoseph Huber
2022-08-24[test][openmp] Relax condition in testVitaly Buka
2022-08-23[OpenMP] Add option to assert no nested OpenMP parallelism on the GPUJoseph Huber
2022-08-23[Clang][OpenMP] Make copyin clause on combined and composite construct work (...utsumi