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-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
2022-02-01[OpenMP] Remove new driver tests for AMDGPUJoseph Huber
2022-02-01[Libomptarget] Run GPU offloading tests using the new drvierJoseph Huber
2022-02-01[OpenMP][tests][NFC] Pin debug info to DWARF v4 for libarcher testsJoachim Protze
2022-01-31[OpenMP][NFC] Change error message on offloading failure to mention documenta...Joseph Huber
2022-01-31[Libomptarget] Reduce shared memory stack size to 512 and a message when it i...Joseph Huber
2022-01-31Set rpath on openmp executablesJon Chesterfield
2022-01-31Revert "Set rpath on openmp executables"Jon Chesterfield
2022-01-31Set rpath on openmp executablesJon Chesterfield
2022-01-30[openmp][cmake] `CMAKE_INSTALL_BINDIR` usage should not be quotedJohn Ericson
2022-01-29[OpenMP] Fix link error on Windows caused by `interop` functionsShilei Tian
2022-01-29[OpenMP] Fix wrong number in openmp/runtime/src/dllexportsShilei Tian
2022-01-29[OpenMP] disable build of old nvptx device runtimeYe Luo
2022-01-28Revert "[OpenMP] Ensure broken assumptions print once, not thousands of times."Ron Lieberman
2022-01-28[OpenMP] Ensure broken assumptions print once, not thousands of times.Joseph Huber
2022-01-27[OpenMP][NFCI] Pipe the IdentTy object through more new RT functionsJohannes Doerfert
2022-01-27Runtime for Interop directiveSri Hari Krishna Narayanan
2022-01-26[openmp] Disable build of old runtimes by defaultJon Chesterfield
2022-01-23[openmp] Allow x87 fp functions only in Openmp runtime for x86.Malhar Jajoo