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-03-12[nfc][openmp] Swap arguments to remove noise from upcoming diffJon Chesterfield
2022-03-10[OpenMP][CUDA] Fix the check of `setContext`Shilei Tian
2022-03-10[OpenMP][CUDA] Avoid calling `cuCtxSetCurrent` redundantlyShilei Tian
2022-03-09[OpenMP][CUDA] Fix an issue that multiple `CUmodule` are could be overwrittenShilei Tian
2022-03-09[OpenMP][doc]Minor doc fixesMark Dewing
2022-03-09[OpenMP][FIX] Ensure the modules vector is filled as others areJohannes Doerfert
2022-03-09[OpenMP][Docs] Make copy pasting remarks easierJoseph Huber
2022-03-08[OpenMP][CUDA] Use one event pool per deviceJohannes Doerfert
2022-03-08[OpenMP] Allow to explicitly deinitialize device resourcesJohannes Doerfert
2022-03-08[OpenMP][NFCI] Use RAII lock guards in libomptarget where possibleJohannes Doerfert
2022-03-07[OpenMP][libomp] Fix register constraint for tpause and umwaitJonathan Peyton
2022-03-07[OpenMP] libomp: implemented task priorities.AndreyChurbanov
2022-03-07Revert "[OpenMP][NFCI] Use RAII lock guards in libomptarget where possible"Johannes Doerfert
2022-03-07[OpenMP][NFCI] Use RAII lock guards in libomptarget where possibleJohannes Doerfert
2022-03-06[OpenMP][CMake] Ensure linking against libm for LinuxJames Beddek
2022-03-06[OpenMP][CMake] Clean up the CMake variable `LIBOMPTARGET_LLVM_INCLUDE_DIRS`Shilei Tian
2022-03-05[OpenMP] libomp: omp_in_explicit_task() implemented.AndreyChurbanov
2022-03-04[Libomptarget] Work around bug in initialization of libomptargetJoseph Huber
2022-03-03[AMDGPU] Add gfx1036 targetAakanksha
2022-03-03[AMDGPU] Add gfx940 targetStanislav Mekhanoshin
2022-03-01[Openmp]: Missing import statement in openmp interface for FortranMalhar Jajoo
2022-02-24[OpenMP][Offloading] Change N back to 256 in bug49334.cppShilei Tian
2022-02-23[Libomptarget][NFC} Fix missing newline in error messageJoseph Huber
2022-02-18[OpenMP][libomptarget] Delay restore of shadow pointers in structs to after H...Carlo Bertolli
2022-02-18[OpenMP] Add flag for disabling thread state in runtimeJoseph Huber
2022-02-17[OpenMP][Offloading] Fix test case issues in bug49334.cppShilei Tian
2022-02-16[OpenMP][FIX] Eliminate race on the IsSPMD globalJohannes Doerfert
2022-02-15[Libomptarget] Run CPU offloading tests using the new driverJoseph Huber
2022-02-14[Libomptarget][NFC] Remove constexpr to hide warningsJoseph Huber
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2022-02-13[OpenMP][Offloading] Fix infinite loop in applyToShadowMapEntriesShilei Tian
2022-02-12[OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.AndreyChurbanov
2022-02-11[OpenMP] libomp: fix bug in implementation of distribute construct.AndreyChurbanov
2022-02-11[OpenMP][Offloading] Change the way to compare floating point values in bug49...Shilei Tian
2022-02-11[OpenMP][CUDA] Remove the hard team limitShilei Tian
2022-02-11[Libomptarget][AMDGCN] add gfx90c targetYe Luo
2022-02-10[OpenMP][CUDA] Refine the logic to determine grid sizeShilei Tian
2022-02-09[Libomptarget] Increase stack size for bug49779 testJoseph Huber
2022-02-09[OpenMP][libomp] Replace accidental VLA with KMP_ALLOCAJonathan Peyton
2022-02-08[Libomptarget] Add header files as a dependency to CMake targetJoseph Huber
2022-02-08[OpenMP] Enable new driver tests for AMDGPUJoseph Huber
2022-02-08[Libomptarget] Replace Value RAII with default valueJoseph Huber
2022-02-07[OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 pla...Igor Kirillov
2022-02-04[OpenMP] Completely remove old device runtimeJoseph Huber
2022-02-04[Libomptarget] Remove AMDGPU XFAIL from testJoseph Huber
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-02-01Revert "[OpenMP][FIX] Explicit barriers in SPMD mode are not aligned"Jon Chesterfield
2022-02-01[openmp] Disable tests that presently hang on CIJon Chesterfield
2022-02-01[OpenMP][FIX] Explicit barriers in SPMD mode are not alignedJohannes Doerfert
2022-02-01[OpenMP] Eliminate redundant barriers in the same blockJohannes Doerfert