aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2020-07-07[libomptarget] Implement atomic inc and fence functions for AMDGCN using clan...Saiyedul Islam2-8/+15
2020-07-06[OpenMP] Add GOMP 5.0 loop entry pointsPeyton, Jonathan L3-0/+73
2020-07-06[OpenMP][Tests] Fix/Mark compatibilty for GCCJoachim Protze10-53/+160
2020-07-06[OpenMP] Temporarily disable failing runtime tests for OpenMP 5.0Saiyedul Islam3-6/+12
2020-07-05[OpenMP][Tests] Flag compatibility of OpenMP runtime tests with GCC versionsJoachim Protze5-2/+23
2020-07-05[OpenMP][OMPT] Fix ifdefs for OMPT codeJoachim Protze1-2/+8
2020-07-05[libomptarget][test] Fix text relocations by adding -fPICFangrui Song2-8/+8
2020-07-05[OpenMP][Tests] NFC use type macro in printfJoachim Protze1-17/+14
2020-07-03[OpenMP][OMPT]Add event callbacks for taskwait with dependJoachim Protze3-6/+184
2020-07-02[OpenMP][CMake] Fix version detection of testing compilerJonas Hahnfeld1-2/+2
2020-06-29[OpenMP] fix clang warning about printf format in CUDA pluginYe Luo1-4/+4
2020-06-29[openmp][NFC] Cleanup: guard __kmp_mic_type by KMP_MIC_SUPPORTED macro.AndreyChurbanov1-2/+4
2020-06-29[OpenMP][Tool] Fix buffer overflow in ompt-multiplex.hJoachim Protze1-3/+3
2020-06-25[openmp] Use config.test_extra_flags in archer and multiplex testsHan Zhu2-2/+4
2020-06-24[OpenMP] Adopt std::set in HostDataToTargetMapYe Luo3-53/+75
2020-06-24[OpenMP] NFC: Create OpenMP release notes fileJoachim Protze1-0/+45
2020-06-19[OpenMP][OMPT] Pass mutexinoutset to the toolJoachim Protze5-34/+47
2020-06-17Revert "[OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_info"Shilei Tian1-6/+2
2020-06-17[OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_infoShilei Tian1-2/+6
2020-06-17[OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev1-2/+4
2020-06-17subdirectories should not use cmake project commandJoachim Protze1-2/+0
2020-06-17[OpenMP][Tool] Header-only multiplexing of OMPT toolsJoachim Protze14-0/+2245
2020-06-16[OpenMP][OMPT] Add callbacks for doacross loopsJoachim Protze4-36/+185
2020-06-15[OpenMP][Tests] fix data race in an OpenMP runtime testJoachim Protze1-2/+6
2020-06-14[OpenMP][Tool] Extend reuse of OMPT testingJoachim Protze2-65/+333
2020-06-14[OpenMP] support alloc of serialized tasksJoachim Protze1-1/+1
2020-06-05Remove mention of counter from Archer readmeJoachim Protze1-8/+0
2020-06-04[OpenMP] Improve D2D memcpy to use more efficient driver APIShilei Tian9-2/+249
2020-06-04[openmp] Fixed nonmonotonic schedule implementation.AndreyChurbanov4-43/+79
2020-06-02[OpenMP][OMPT] Fix and add event callbacks for detached tasksJoachim Protze4-23/+197
2020-06-01[openmp] Fixed taskloop recursive splitting so that taskloop tasks haveAndreyChurbanov2-5/+37
2020-05-25[OpenMP] Fix a race in task queue reallocationJoachim Protze1-3/+11
2020-05-18[openmp] Fixed hang if detached task was serialized.AndreyChurbanov2-2/+29
2020-05-17[OpenMP] Fix race condition in the completion/freeing of detached tasksJoachim Protze1-47/+48
2020-05-12[Openmp][VE] Libomptarget plugin for NEC SX-AuroraManoel Roemmer6-0/+609
2020-05-11[OpenMP][NFC] Fix `not` sustitution in testsJoel E. Denny4-5/+5
2020-05-03[OpenMP] Fix an issue of wrong return type of DeviceRTLTy::getNumOfDevicesShilei Tian1-1/+1
2020-04-24[libomptarget] Initialize reference parameter IsNew within Device::getOrAlloc...Ron Lieberman1-0/+1
2020-04-21[OpenMP] target_data_begin: fail on device alloc failJoel E. Denny2-0/+26
2020-04-21[OpenMP] Add scaffolding for negative runtime testsJoel E. Denny10-0/+30
2020-04-14[OpenMP] Sync writes to child thread's data before reductionBryan Chan1-0/+2
2020-04-13[OpenMP] Refined CUDA plugin to put all CUDA operations into classShilei Tian1-665/+627
2020-04-11[OpenMP] Introduce stream pool to make sure the correctness of device synchr...Shilei Tian1-67/+191
2020-04-09[OpenMP] Put old APIs back and added new _async series for backward compatibi...Shilei Tian11-121/+198
2020-04-07[OpenMP] Optimized stream selection by scheduling data mapping for the same t...Shilei Tian12-136/+251
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki57-120/+120
2020-04-01[openmp] Disable tests flaky on DebianVitaly Buka3-0/+13
2020-03-31[libomptarget][nfc] Move non-freestanding headers out of commonJonChesterfield5-8/+5
2020-03-27[OPENMP50]Fix PR45117: Orphaned task reduction should be allowed.Alexey Bataev1-1/+1
2020-03-27[OpenMP] Add memory barrier to solve data raceHenry Kao1-0/+3