aboutsummaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* openmp release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-15/+0
* [OpenMP] Fix import library installation with MinGWAndreyChurbanov2020-08-271-1/+1
* OpenMP: Fix for PR46868: Incorrect target mapHans Wennborg2020-08-252-7/+49
* [OpenMP] Don't use MSVC workaround with MinGWAndreyChurbanov2020-08-053-17/+23
* [OpenMP] support build on msys2/mingw with clang or gccAdrian Pop2020-08-051-1/+2
* [OpenMP] Use weak attribute in interface only for static libraryJoachim Protze2020-07-313-7/+13
* [OpenMP] add missed REQUIRES:ompt for 2 OMPT testsAndreyChurbanov2020-07-292-0/+2
* [OpenMP] Silence unused symbol warning with proper ifdefsJohannes Doerfert2020-07-111-0/+2
* [OpenMP][NFC] Remove unused (always fixed) argumentsJohannes Doerfert2020-07-112-11/+4
* [OpenMP][NFC] Remove unused and untested code from the device runtimeJohannes Doerfert2020-07-1013-904/+0
* [OpenMP][Tests] Update compatibility with GCC (NFC)Joachim Protze2020-07-086-19/+0
* [OpenMP] Use primary context in CUDA pluginYe Luo2020-07-071-7/+35
* [libomptarget] Implement atomic inc and fence functions for AMDGCN using clan...Saiyedul Islam2020-07-072-8/+15
* [OpenMP] Add GOMP 5.0 loop entry pointsPeyton, Jonathan L2020-07-063-0/+73
* [OpenMP][Tests] Fix/Mark compatibilty for GCCJoachim Protze2020-07-0610-53/+160
* [OpenMP] Temporarily disable failing runtime tests for OpenMP 5.0Saiyedul Islam2020-07-063-6/+12
* [OpenMP][Tests] Flag compatibility of OpenMP runtime tests with GCC versionsJoachim Protze2020-07-055-2/+23
* [OpenMP][OMPT] Fix ifdefs for OMPT codeJoachim Protze2020-07-051-2/+8
* [libomptarget][test] Fix text relocations by adding -fPICFangrui Song2020-07-052-8/+8
* [OpenMP][Tests] NFC use type macro in printfJoachim Protze2020-07-051-17/+14
* [OpenMP][OMPT]Add event callbacks for taskwait with dependJoachim Protze2020-07-033-6/+184
* [OpenMP][CMake] Fix version detection of testing compilerJonas Hahnfeld2020-07-021-2/+2
* [OpenMP] fix clang warning about printf format in CUDA pluginYe Luo2020-06-291-4/+4
* [openmp][NFC] Cleanup: guard __kmp_mic_type by KMP_MIC_SUPPORTED macro.AndreyChurbanov2020-06-291-2/+4
* [OpenMP][Tool] Fix buffer overflow in ompt-multiplex.hJoachim Protze2020-06-291-3/+3
* [openmp] Use config.test_extra_flags in archer and multiplex testsHan Zhu2020-06-252-2/+4
* [OpenMP] Adopt std::set in HostDataToTargetMapYe Luo2020-06-243-53/+75
* [OpenMP] NFC: Create OpenMP release notes fileJoachim Protze2020-06-241-0/+45
* [OpenMP][OMPT] Pass mutexinoutset to the toolJoachim Protze2020-06-195-34/+47
* Revert "[OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_info"Shilei Tian2020-06-171-6/+2
* [OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_infoShilei Tian2020-06-171-2/+6
* [OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev2020-06-171-2/+4
* subdirectories should not use cmake project commandJoachim Protze2020-06-171-2/+0
* [OpenMP][Tool] Header-only multiplexing of OMPT toolsJoachim Protze2020-06-1714-0/+2245
* [OpenMP][OMPT] Add callbacks for doacross loopsJoachim Protze2020-06-164-36/+185
* [OpenMP][Tests] fix data race in an OpenMP runtime testJoachim Protze2020-06-151-2/+6
* [OpenMP][Tool] Extend reuse of OMPT testingJoachim Protze2020-06-142-65/+333
* [OpenMP] support alloc of serialized tasksJoachim Protze2020-06-141-1/+1
* Remove mention of counter from Archer readmeJoachim Protze2020-06-051-8/+0
* [OpenMP] Improve D2D memcpy to use more efficient driver APIShilei Tian2020-06-049-2/+249
* [openmp] Fixed nonmonotonic schedule implementation.AndreyChurbanov2020-06-044-43/+79
* [OpenMP][OMPT] Fix and add event callbacks for detached tasksJoachim Protze2020-06-024-23/+197
* [openmp] Fixed taskloop recursive splitting so that taskloop tasks haveAndreyChurbanov2020-06-012-5/+37
* [OpenMP] Fix a race in task queue reallocationJoachim Protze2020-05-251-3/+11
* [openmp] Fixed hang if detached task was serialized.AndreyChurbanov2020-05-182-2/+29
* [OpenMP] Fix race condition in the completion/freeing of detached tasksJoachim Protze2020-05-171-47/+48
* [Openmp][VE] Libomptarget plugin for NEC SX-AuroraManoel Roemmer2020-05-126-0/+609
* [OpenMP][NFC] Fix `not` sustitution in testsJoel E. Denny2020-05-114-5/+5
* [OpenMP] Fix an issue of wrong return type of DeviceRTLTy::getNumOfDevicesShilei Tian2020-05-031-1/+1
* [libomptarget] Initialize reference parameter IsNew within Device::getOrAlloc...Ron Lieberman2020-04-241-0/+1