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-09-16openmp release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-08-27[OpenMP] Fix import library installation with MinGWAndreyChurbanov
2020-08-25OpenMP: Fix for PR46868: Incorrect target mapHans Wennborg
2020-08-05[OpenMP] Don't use MSVC workaround with MinGWAndreyChurbanov
2020-08-05[OpenMP] support build on msys2/mingw with clang or gccAdrian Pop
2020-07-31[OpenMP] Use weak attribute in interface only for static libraryJoachim Protze
2020-07-29[OpenMP] add missed REQUIRES:ompt for 2 OMPT testsAndreyChurbanov
2020-07-11[OpenMP] Silence unused symbol warning with proper ifdefsJohannes Doerfert
2020-07-11[OpenMP][NFC] Remove unused (always fixed) argumentsJohannes Doerfert
2020-07-11[OpenMP][NFC] Remove unused and untested code from the device runtimeJohannes Doerfert
2020-07-08[OpenMP][Tests] Update compatibility with GCC (NFC)Joachim Protze
2020-07-07[OpenMP] Use primary context in CUDA pluginYe Luo
2020-07-07[libomptarget] Implement atomic inc and fence functions for AMDGCN using clan...Saiyedul Islam
2020-07-07[OpenMP] Add GOMP 5.0 loop entry pointsPeyton, Jonathan L
2020-07-07[OpenMP][Tests] Fix/Mark compatibilty for GCCJoachim Protze
2020-07-06[OpenMP] Temporarily disable failing runtime tests for OpenMP 5.0Saiyedul Islam
2020-07-05[OpenMP][Tests] Flag compatibility of OpenMP runtime tests with GCC versionsJoachim Protze
2020-07-05[OpenMP][OMPT] Fix ifdefs for OMPT codeJoachim Protze
2020-07-05[libomptarget][test] Fix text relocations by adding -fPICFangrui Song
2020-07-05[OpenMP][Tests] NFC use type macro in printfJoachim Protze
2020-07-03[OpenMP][OMPT]Add event callbacks for taskwait with dependJoachim Protze
2020-07-02[OpenMP][CMake] Fix version detection of testing compilerJonas Hahnfeld
2020-06-30[OpenMP] fix clang warning about printf format in CUDA pluginYe Luo
2020-06-29[openmp][NFC] Cleanup: guard __kmp_mic_type by KMP_MIC_SUPPORTED macro.AndreyChurbanov
2020-06-29[OpenMP][Tool] Fix buffer overflow in ompt-multiplex.hJoachim Protze
2020-06-25[openmp] Use config.test_extra_flags in archer and multiplex testsHan Zhu
2020-06-24[OpenMP] Adopt std::set in HostDataToTargetMapYe Luo
2020-06-24[OpenMP] NFC: Create OpenMP release notes fileJoachim Protze
2020-06-19[OpenMP][OMPT] Pass mutexinoutset to the toolJoachim Protze
2020-06-17Revert "[OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_info"Shilei Tian
2020-06-17[OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_infoShilei Tian
2020-06-17[OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev
2020-06-17subdirectories should not use cmake project commandJoachim Protze
2020-06-17[OpenMP][Tool] Header-only multiplexing of OMPT toolsJoachim Protze
2020-06-16[OpenMP][OMPT] Add callbacks for doacross loopsJoachim Protze
2020-06-15[OpenMP][Tests] fix data race in an OpenMP runtime testJoachim Protze
2020-06-14[OpenMP][Tool] Extend reuse of OMPT testingJoachim Protze
2020-06-14[OpenMP] support alloc of serialized tasksJoachim Protze
2020-06-05Remove mention of counter from Archer readmeJoachim Protze
2020-06-04[OpenMP] Improve D2D memcpy to use more efficient driver APIShilei Tian
2020-06-04[openmp] Fixed nonmonotonic schedule implementation.AndreyChurbanov
2020-06-02[OpenMP][OMPT] Fix and add event callbacks for detached tasksJoachim Protze
2020-06-01[openmp] Fixed taskloop recursive splitting so that taskloop tasks haveAndreyChurbanov
2020-05-25[OpenMP] Fix a race in task queue reallocationJoachim Protze
2020-05-18[openmp] Fixed hang if detached task was serialized.AndreyChurbanov
2020-05-17[OpenMP] Fix race condition in the completion/freeing of detached tasksJoachim Protze
2020-05-12[Openmp][VE] Libomptarget plugin for NEC SX-AuroraManoel Roemmer
2020-05-11[OpenMP][NFC] Fix `not` sustitution in testsJoel E. Denny
2020-05-03[OpenMP] Fix an issue of wrong return type of DeviceRTLTy::getNumOfDevicesShilei Tian
2020-04-24[libomptarget] Initialize reference parameter IsNew within Device::getOrAlloc...Ron Lieberman