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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2020-04-22[OpenMP] target_data_begin: fail on device alloc failJoel E. Denny
2020-04-22[OpenMP] Add scaffolding for negative runtime testsJoel E. Denny
2020-04-14[OpenMP] Sync writes to child thread's data before reductionBryan Chan
2020-04-13[OpenMP] Refined CUDA plugin to put all CUDA operations into classShilei Tian
2020-04-11[OpenMP] Introduce stream pool to make sure the correctness of device synchr...Shilei Tian
2020-04-10[OpenMP] Put old APIs back and added new _async series for backward compatibi...Shilei Tian
2020-04-07[OpenMP] Optimized stream selection by scheduling data mapping for the same t...Shilei Tian
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-04-02[openmp] Disable tests flaky on DebianVitaly Buka
2020-04-01[libomptarget][nfc] Move non-freestanding headers out of commonJonChesterfield
2020-03-28[OPENMP50]Fix PR45117: Orphaned task reduction should be allowed.Alexey Bataev
2020-03-27[OpenMP] Add memory barrier to solve data raceHenry Kao
2020-03-26[libomptarget] Add missing elf_end call in elf_common.cJon Chesterfield
2020-03-24[libomptarget][nfc] Explicitly static function scope shared variablesJonChesterfield
2020-03-23[openmp][runtime] Fixed hang for explicit task inside a taskloop.AndreyChurbanov
2020-03-23Doc: Links should use httpsSylvestre Ledru
2020-03-21[libomptarget][nfc] Disable amdgcn rtl build. The cmake logic for finding llv...JonChesterfield
2020-03-21Enable CUDA offloading on aarch64 hostGeorge Rokos
2020-03-13openmp: fix memcpy memory leakTom Scogland
2020-03-11[LIBOMPTARGET]Fix PR45139: Bug in mixing Python and OpenMP target offload.Alexey Bataev
2020-03-06archer: Remove superfluous dot from warning messageJonas Hahnfeld
2020-03-05[libomptarget] Implement locks for amdgcnJon Chesterfield
2020-03-05[libomptarget][nfc] Move GetWarp/LaneId functions into per arch codeJon Chesterfield
2020-03-05[libomptarget][nfc][amdgcn] Replace magic number with named intrinsicJon Chesterfield
2020-03-04[libomptarget] Implement most hip atomic functions in terms of intrinsicsJon Chesterfield
2020-03-04[openmp] OpenMP 5.1 omp_display_env function implementation.AndreyChurbanov
2020-03-03[libomptarget][nfc][amdgcn] Simplify assert_fail implementationJon Chesterfield
2020-03-02[LIBOMPTARGET]Lower priority of global constructor/destructor to silence the...Alexey Bataev
2020-02-25[LIBOMPTARGET]Fix PR44933: fix crash because of the too early deinitializatio...Alexey Bataev
2020-02-25[OpenMP][cmake] ignore warning on unknown CUDA versionKelvin Li
2020-02-25[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-21Detect and disable openmp tests that require multiple hardware processor to runserge-sans-paille
2020-02-13[openmp][cmake] passing option argument correctlyYuanfang Chen
2020-02-13[OPENMP]Fix the test, NFC.Alexey Bataev
2020-02-13Changed omp_get_max_threads() implementation to more closely match spec descr...Ethan Stewart
2020-02-13[libomptarget][nfc] Change enum values to match those in cuda/rtlJonChesterfield
2020-02-12[OpenMP] update strings output of libomp.so [NFC]Kelvin Li
2020-02-12[OpenMP][Offloading] Added support for multiple streams so that multiple kern...Johannes Doerfert
2020-02-12[OpenMP] Switch default C++ standard to C++ 14Johannes Doerfert
2020-02-07[CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuiteJonas Devlieghere
2020-02-05[libomptarget] Implement wavefront functions for amdgcnJon Chesterfield
2020-02-04[OpenMP][OMPT] fix reduction test for 32-bit x86protze@itc.rwth-aachen.de
2020-01-27Revert "[nfc][libomptarget] Remove SHARED annotation from local variables"Jon Chesterfield
2020-01-23[openmp] Disable archer if LIBOMP_OMPT_SUPPORT is offMichał Górny
2020-01-23[OpenMP] change omp_atk_* and omp_atv_* enumerators to lowercase [NFC]Kelvin Li
2020-01-23[nfc][libomptarget] Remove SHARED annotation from local variablesJon Chesterfield
2020-01-21[OpenMP][Offloading] Fix the issue that omp_get_num_devices returns wrong num...Alexey Bataev
2020-01-20[OpenMP] affinity little fix for FreeBSDDavid Carlier
2020-01-20[libomptarget] Implement smid for amdgcnJon Chesterfield
2020-01-16[OpenMP][Tool] Fix memory leak and double-allocationJoachim Protze