aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2022-05-12[openmp] Fix strict aliasing issue in cmpxchg routineserge-sans-paille1-6/+17
2022-05-05[OpenMP] libomp: Add itt notifications to sync dependent tasks.AndreyChurbanov2-0/+12
2022-05-05[OpenMP] libomp: cleanup - remove duplicate checkAndreyChurbanov1-4/+0
2022-05-05[OpenMP] libomp: cleanup dead codeAndreyChurbanov1-6/+0
2022-05-03[OpenMP] Possible fix for sporadic test failure from loop_dispatch.cHansang Bae1-4/+15
2022-04-25[Libomptarget] Use entry name for global infoJoseph Huber3-6/+8
2022-04-22[libomptarget] Make omp_target_is_present checks storage instead of zero leng...Ye Luo2-3/+19
2022-04-22[Clang][OpenMP] libompd: get libomp hwloc includedir by target_link_librariesYe Luo3-5/+10
2022-04-21[OpenMP][Docs] Remove usage of deprecated flag in documentationJoseph Huber1-2/+1
2022-04-21[Libomptarget][remote] Add OpenMP linker flag to the pluginAtmn Patel2-0/+2
2022-04-19[Libomptarget][remote] Fix compile-time errorAtmn Patel3-20/+22
2022-04-18[Libomptarget] Fix test using old unsupported lit stringJoseph Huber1-1/+1
2022-04-18[OpenMP] Make the new offloading driver the defaultJoseph Huber21-31/+31
2022-04-18[Libomptarget] Fix LIBOMPTARGET_INFO testJoseph Huber2-4/+4
2022-04-15[libomptarget] [amdgpu] Hostcall offset check should consider implicit argsDhruva Chakrabarti1-2/+6
2022-04-13[libomptarget][amdgpu] Add hidden_heap_v1 kernarg metadataSaiyedul Islam1-0/+3
2022-04-12[OpenMP][FIX] Ensure to set the context for wait events if necessaryJohannes Doerfert1-1/+4
2022-04-12[OpenMP][libomp] Replace global variable references with local objectJonathan Peyton1-3/+3
2022-04-12[OpenMP][libomp] Fix some Doxygen issuesJonathan Peyton3-5/+5
2022-04-08[OpenMP] Fix linker error when building info toolJoseph Huber1-1/+0
2022-04-07[libomptarget] Implement pointer lookup as 5.1 spec.Ye Luo3-31/+146
2022-04-07[OpenMP] Add dynamic memory function to omp.h and add documentationJoseph Huber8-10/+50
2022-04-07[OpenMP] Change target memory tests to use allocatorsJoseph Huber11-18/+86
2022-04-06[libomptarget] Add device RTL to regression test dependencies.Michael Kruse3-0/+9
2022-04-06[OpenMP] Fix warningsHansang Bae2-1/+3
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae12-11/+436
2022-03-31[OpenMP][libomp] NFC: Move omp_* functions out of kmp_* sectionJonathan Peyton2-42/+40
2022-03-31[OpenMP][Tools] Fix handling of initial-task-endJoachim Protze1-2/+2
2022-03-29[libomptarget] x86 offloading fails map_back_race.cpp intermittentlyRon Lieberman1-0/+4
2022-03-29[OpenMP] The test does not have check linesJohannes Doerfert1-1/+1
2022-03-28[OpenMP][FIX] Use clang++ for the C++ test caseJohannes Doerfert1-1/+1
2022-03-28[OpenMP][FIX] Avoid races in the handling of to be deleted mapping entriesJohannes Doerfert4-104/+214
2022-03-28[OpenMP][NFC] Add missing virtual destructor to silence warningJohannes Doerfert1-0/+2
2022-03-28[Attributor][OpenMP] Add assumption for non-call assembly instructionsJohannes Doerfert1-0/+9
2022-03-25[OpenMP][CUDA] Fix potential program crash caused by double free resourcesShilei Tian1-2/+13
2022-03-25[OpenMP] Add AMDGPU calling convention to ctor / dtor functionsJoseph Huber1-13/+15
2022-03-25Revert "[OpenMP][NFC] Add missing virtual destructor to silence warning"Johannes Doerfert1-2/+0
2022-03-25[OpenMP][FIX] Repair ExclusiveAccess move semantic snafuJohannes Doerfert1-4/+4
2022-03-25[OpenMP][NFC] Add missing virtual destructor to silence warningJohannes Doerfert1-0/+2
2022-03-25[OpenMP][FIX] Ensure exclusive access to the HDTT mapJohannes Doerfert5-88/+234
2022-03-21[OpenMP] Manually unroll the argument copy loopJoseph Huber1-3/+56
2022-03-17[AMDGPU] Add gfx90a and gfx940 to get_elf_mach_gfx_name.cppStanislav Mekhanoshin1-0/+4
2022-03-11[nfc][openmp] Swap arguments to remove noise from upcoming diffJon Chesterfield1-15/+15
2022-03-09[OpenMP][CUDA] Fix the check of `setContext`Shilei Tian1-11/+11
2022-03-09[OpenMP][CUDA] Avoid calling `cuCtxSetCurrent` redundantlyShilei Tian1-72/+72
2022-03-09[OpenMP][CUDA] Fix an issue that multiple `CUmodule` are could be overwrittenShilei Tian1-17/+22
2022-03-09[OpenMP][doc]Minor doc fixesMark Dewing2-1/+4
2022-03-08[OpenMP][FIX] Ensure the modules vector is filled as others areJohannes Doerfert1-1/+2
2022-03-08[OpenMP][Docs] Make copy pasting remarks easierJoseph Huber1-3/+3
2022-03-07[OpenMP][CUDA] Use one event pool per deviceJohannes Doerfert1-41/+56