aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2023-03-09[OpenMP] Fix the wrong use of `fopen`Shilei Tian1-4/+2
2023-03-09[OpenMP] Fix extra parenthesis in kmp_os.hVadim Paretsky (Intel Americas Inc)1-1/+1
2023-03-02[OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton2-4/+6
2023-02-20[OpenMP] Make isDone lightweight without calling synchronizeYe Luo4-20/+8
2023-02-20[Libomptarget] Check errors when synchronizing the async queueJoseph Huber4-6/+16
2023-02-16[OpenMP] Recover non-blocking target nowait disabled by D141232Ye Luo1-2/+6
2023-02-14[Libomptarget] Remove dependency on the DeviceRTL from the GPU pluginsJoseph Huber4-4/+0
2023-02-13[openmp] Fix building z_Linux_asm.S for armv5tMartin Storsjö1-1/+4
2023-02-05[OpenMP][libomp] Fix CMake version symbol testingJonathan Peyton2-5/+5
2023-02-02[OpenMP][NVPTX] Added `__tgt_rtl_launch_kernel` in old CUDA pluginShilei Tian1-0/+15
2023-01-27[OpenMP] Fix stack overflow for test bug54082.cShilei Tian1-1/+1
2023-01-24[Clang][OpenMP] Find the type `omp_allocator_handle_t` from identifier tableShilei Tian1-0/+54
2023-01-24[OpenMP] Create a temp file in /tmp if /dev/shm is not accessibleShilei Tian1-8/+39
2023-01-25[OpenMP][libomptarget] Implement memory lock/unlock API in NextGen pluginsKevin Sala5-57/+330
2023-01-24[OpenMP] Do not link the bitcode OpenMP runtime when targeting AMDGPU.Joseph Huber1-2/+0
2023-01-24[OpenMP][docs] Update for record-and-replayGiorgis Georgakoudis1-0/+11
2023-01-24[OpenMP] Disable tests that are not supported by GCC if it is used for testingShilei Tian2-0/+6
2023-01-24[OpenMP][NFC] Augment release notesJohannes Doerfert1-0/+8
2023-01-24[OpenMP][Doc] Update release notes with NextGen pluginsKevin Sala1-0/+11
2023-01-24[OpenMP][Docs] Add non-blocking target nowait environment variablesGuilherme Valarini1-0/+11
2023-01-24[OpenMP][Doc] Update release note for 16 releaseShilei Tian1-7/+20
2023-01-24[OpenMP][Docs] Add some release notes for OpenMPJoseph Huber1-0/+20
2023-01-24Revert "[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotati...Slava Zakharin1-12/+48
2023-01-24[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotationsJoachim Protze1-48/+12
2023-01-23[OpenMP] Run the Attributor as part of the device runtime optimizationJohannes Doerfert1-1/+1
2023-01-23[Libomptarget] Use the nextgen plugins by default.Joseph Huber2-2/+3
2023-01-23[NFC] Consolidate llvm::CodeGenOpt::Level handlingScott Linder1-15/+4
2023-01-23[docs] Add release notes for news in 16.x done by me, or otherwise relating t...Martin Storsjö1-0/+5
2023-01-23[Libomptarget][NFC] Address a few warnings in libomptargetJoseph Huber6-12/+14
2023-01-23[Libomptarget] Include "hsa/hsa.h" insteadJoseph Huber2-2/+23
2023-01-23[Libomptarget][NFC] Silence unknown CUDA version warningsJoseph Huber1-0/+1
2023-01-22[OpenMP][DeviceRTL][NFC] Use `OMPTgtExecModeFlags` from `llvm/include/llvm/Fr...Shilei Tian2-7/+6
2023-01-22[OpenMP][FIX] Use thread id not team id for masked sectionJohannes Doerfert1-1/+1
2023-01-21[OpenMP][FIX] Split test into amdgpu and nvptx specific onesJohannes Doerfert3-3/+15
2023-01-21[OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clauseJohannes Doerfert7-44/+115
2023-01-21[OpenMP][FIX] Runtime args are not kernel argsJohannes Doerfert3-7/+15
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert19-325/+243
2023-01-21[openmp] Workaround for HSA in issue 60119Jon Chesterfield5-7/+33
2023-01-20[OpenMP] Remove unfinished and unused 'Analyzer' toolJoseph Huber3-100/+0
2023-01-20[OpenMP] Fix for distributed barrier.Terry Wilmarth1-6/+6
2023-01-20[OpenMP] Only test kmp_atomic_float10_max_min.c on X86Shilei Tian3-1/+8
2023-01-20[OpenMP][libomptarget] Fix deinit of NextGen AMDGPU pluginKevin Sala1-4/+21
2023-01-20[libomp] Explicitly include <string> header (NFC)Nikita Popov1-0/+1
2023-01-19[OpenMP] Build device runtimes for sm_89 and sm_90Ye Luo1-1/+1
2023-01-19[OpenMP][libomp] Insert correct HWLOC version guardsGilles Gouaillardet1-0/+8
2023-01-19[OpenMP][Fix] Track all threads that may delete an entryGuilherme Valarini4-162/+162
2023-01-18[OpenMP][OMPT] Expect failure from tool_available_search.c on macOSShilei Tian2-5/+9
2023-01-18[OpenMP][AMDGPU] Get rid of redundant macro defShilei Tian1-0/+2
2023-01-18[OpenMP] Fix inconsistent task state if hot team is not usedShilei Tian1-0/+6
2023-01-18[OpenMP] RecordReplay saves bitcode when JIT-ingGiorgis Georgakoudis2-2/+21