summaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [libomptarget][nfc] Build amdgcn deviceRTL with nogpulibJon Chesterfield2020-11-041-0/+1
* [OpenMP] Fixed an issue in the test case parallel_offloading_mapShilei Tian2020-11-032-42/+43
* [OpenMP][Tools] clang-format Archer (NFC)Joachim Protze2020-11-031-141/+131
* [OpenMP][libomptarget][Tests] fix failing testJoachim Protze2020-11-031-1/+3
* [OpenMP][OMPT][NFC] Fix flaky testJoachim Protze2020-11-031-6/+0
* [OpenMP][Tool] Handle detached tasks in ArcherJoachim Protze2020-11-034-64/+194
* [Libomptarget][NFC] Move global Libomptarget state to a structAtmn Patel2020-11-038-168/+166
* [OpenMP][Docs] Structure and content for the OpenMP documentationJohannes Doerfert2020-10-3018-45/+855
* [OpenMP] Add NULL check in dispatcher debug outputPeyton, Jonathan L2020-10-291-1/+2
* [AMDGPU] Add __builtin_amdgcn_grid_sizeJon Chesterfield2020-10-291-8/+2
* Revert "[OpenMP] Add Passing in Original Declaration Names To Mapper API"Benjamin Kramer2020-10-288-273/+133
* [OpenMP] Add Support for Mapping Names in Libomptarget RTLJoseph Huber2020-10-278-111/+226
* [OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber2020-10-272-68/+93
* [Clang][OpenMP] Fixed an issue of segment fault when using target nowaitShilei Tian2020-10-261-0/+29
* [OpenMP] changing OMP rtl to use shared memory instead of env variableAndreyChurbanov2020-10-263-8/+111
* [OpenMP] Fixed a potential integer overflowShilei Tian2020-10-221-0/+6
* [libomptarget] Require LLVM source tree to build libomptargetJon Chesterfield2020-10-213-3/+22
* [libomptarget][amdgcn] Refactor memcpy to eliminate mapsJonChesterfield2020-10-215-241/+112
* [libomptarget][AMDGPU][NFC] Split atmi_memcpy for h2d and d2hPushpinder Singh2020-10-203-55/+45
* [libomptarget][amdgcn] Implement missing symbols in deviceRTLJon Chesterfield2020-10-201-6/+36
* [libomptarget] Fix copy-to motion for PTR_AND_OBJ entries where PTR is a stru...George Rokos2020-10-162-1/+52
* [openmp][libomptarget] Include header from LLVM source treeJonChesterfield2020-10-152-63/+11
* [libomptarget][amdgcn] Implement partial barrierJonChesterfield2020-10-124-5/+64
* [OpenMP] Change CMake Configuration to Build for Highest CUDA Architecture by...Joseph Huber2020-10-082-3/+20
* [OpenMP][RTL] Remove dead codePushpinder Singh2020-10-063-54/+4
* [OpenMP][Archer][Tests] NFC: fix spurious test failureJoachim Protze2020-10-062-3/+1
* [OpenMP][Tests] NFC: fix flaky test failure caused by rare schedulingJoachim Protze2020-10-051-1/+1
* [OpenMP][libarcher] Allow all possible argument separators in TSAN_OPTIONSJoachim Protze2020-10-014-10/+64
* [OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patchesJoachim Protze2020-10-016-12/+96
* [OpenMP][libomptarget] make omp_get_initial_device 5.1 compliantJoachim Protze2020-10-014-8/+9
* [nfc][libomptarget] Drop parameter to named_syncJonChesterfield2020-09-293-15/+8
* [OpenMP][VE plugin] Fixing failure to build VE plugin with consolidated error...Manoel Roemmer2020-09-291-6/+8
* [OpenMP] Add Missing _static Director for OpenMP DocumentationJoseph Huber2020-09-271-0/+0
* [OpenMP] cmake option LIBOMPTARGET_NVPTX_MAX_SM for nvptx device RTLYe Luo2020-09-242-5/+21
* [OpenMP] Fix if0 task with dependencies in the runtimePeyton, Jonathan L2020-09-243-3/+161
* [OpenMP] Introduce GOMP taskwait depend in the runtimePeyton, Jonathan L2020-09-243-0/+123
* [OpenMP] Introduce GOMP mutexinoutset in the runtimePeyton, Jonathan L2020-09-243-9/+168
* [OpenMP] Introduce GOMP teams support in runtimePeyton, Jonathan L2020-09-244-106/+134
* [OpenMP] Protect unrecogonized CUDA error codeYe Luo2020-09-211-3/+11
* [OpenMP] Initial Support for OpenMP Webpage DocumentationJoseph Huber2020-09-1814-1/+750
* [libomptarget] Disable build of amdgpu plugin as it doesn't build with rocm.JonChesterfield2020-09-181-1/+0
* [OpenMP] Additional Information for Libomptarget MappingsJoseph Huber2020-09-153-23/+34
* [CMake][OpenMP] Simplify getting CUDA library directoryRaul Tambre2020-09-111-11/+2
* [OpenMP] Begin Printing Information Dumps In Libomptarget and PluginsJoseph Huber2020-09-094-15/+79
* [OpenMP][AMDGPU] Use DS_Max_Warp_Number instead of WARPSIZEPushpinder Singh2020-09-072-2/+2
* [CMake][OpenMP] Remove old dead CMake codeRaul Tambre2020-09-072-54/+2
* [OpenMP] Consolidate error handling and debug messages in LibomptargetJoseph Huber2020-09-0112-211/+161
* [LIBOMPTARGET]Do not try to optimize bases for the next parameters.Alexey Bataev2020-08-282-1/+57
* [OpenMP] Fixed wrong test command in the test private_mapping.cShilei Tian2020-08-281-19/+5
* [OpenMP] Always emit debug messages that indicate offloading failureJoseph Huber2020-08-2612-61/+103