summaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Remove copy constructor of `RTLInfoTy`Shilei Tian2021-01-092-61/+37
* [OpenMP] Added the support for cache line size 256 for A64FXShilei Tian2021-01-095-1/+35
* [OpenMP] Always print error messages in libomptarget CUDA pluginJoseph Huber2021-01-071-56/+67
* [OpenMP][Docs] Add remarks intro sectionJohannes Doerfert2021-01-071-0/+25
* [OpenMP] Add example in Libomptarget Information docsJoseph Huber2021-01-071-0/+79
* [OpenMP] Use c_int/c_size_t in Fortran target memory routine interfaceHansang Bae2021-01-062-92/+73
* [OpenMP] Fixed an issue that wrong LLVM headers might be included when buildi...Shilei Tian2021-01-061-0/+2
* [OpenMP] Fixed the test environment when building along with LLVMShilei Tian2021-01-062-14/+14
* [libomptarget] Allow calls to omp_target_memcpy with 0 size.George Rokos2021-01-051-0/+5
* [OpenMP] Add using bit flags to select Libomptarget InformationJoseph Huber2021-01-047-67/+177
* [libomptarget][amdgpu] Call into deviceRTL instead of ocklJon Chesterfield2021-01-042-1/+7
* [OpenMP] Add definition/interface for target memory routinesHansang Bae2021-01-043-0/+222
* [OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth2020-12-3132-178/+311
* [OpenMP] Fixing typo on memory size in DocumenationJoseph Huber2020-12-231-1/+1
* [OpenMP] Fixing Typo in DocumentationJoseph Huber2020-12-231-1/+1
* [OpenMP] Add OpenMP Documentation for Libomptarget environment variablesJoseph Huber2020-12-221-0/+82
* [OpenMP][Docs] Fix TypoJohannes Doerfert2020-12-221-1/+1
* [OpenMP][Docs] Fixed a typo in the doc that can mislead users to a CMake errorShilei Tian2020-12-221-1/+1
* [OpenMP][Docs] Add FAQ entry about math and complex on GPUsJohannes Doerfert2020-12-221-0/+29
* [OpenMP][Docs] Updated the faq about building an OpenMP offloading capable co...Shilei Tian2020-12-221-16/+5
* [OpenMP][NFC] Provide a new remark and documentationJohannes Doerfert2020-12-171-0/+28
* [OpenMP] Add definitions for 5.1 interop to omp.hHansang Bae2020-12-171-0/+61
* [OpenMP][Libomptarget][NFC] Use CMake VariablesAtmn2020-12-162-11/+13
* [libomptarget][nfc] Replace static const with enumJon Chesterfield2020-12-162-4/+6
* [OpenMP] Introduce new file wrapper class for runtimePeyton, Jonathan L2020-12-154-54/+85
* [OpenMP] Initialize runtime in the forked child processHansang Bae2020-12-151-2/+4
* [OpenMP] Add time profiling for libomptargetGiorgis Georgakoudis2020-12-116-5/+82
* [libomptarget][nfc] Remove data_sharing type aliasingJon Chesterfield2020-12-112-21/+11
* [OpenMP] Use RTM lock for OMP lock with synchronization hintHansang Bae2020-12-095-37/+154
* [OpenMP] Add strict mode in num_tasks and grainsizeNawrin Sultana2020-12-094-62/+307
* [OpenMP] Fix norespect affinity bug for WindowsPeyton, Jonathan L2020-12-093-84/+57
* [OpenMP] Fix too long name for shm segment on macOSPeyton, Jonathan L2020-12-091-5/+6
* [libomptarget][amdgpu] clang-format src/rtl.cppJon Chesterfield2020-12-091-12/+9
* [libomptarget][amdgpu] Let default number of teams equal number of CUsJon Chesterfield2020-12-091-6/+16
* [libomptarget][amdgpu] Robust handling of device_environment symbolJon Chesterfield2020-12-091-32/+123
* [libomptarget][amdgpu] Improve diagnostics on arch mismatchJon Chesterfield2020-12-094-22/+120
* [OpenMP] Add doxygen generation for the runtimeGiorgis Georgakoudis2020-12-083-0/+2391
* [OpenMP] NFC: comment adjustedAndreyChurbanov2020-12-071-1/+1
* [OpenMP] libomp: Fix possible NULL dereferencesAndreyChurbanov2020-12-075-32/+71
* [libomptarget][amdgpu] Add plumbing to call into hostrpc lib, if linkedJon Chesterfield2020-12-071-0/+45
* [libomptarget][amdgpu] Skip device_State allocation when using bss globalJon Chesterfield2020-12-061-36/+46
* [OpenMP][OMPT] Fix OMPT return address guard for gomp interfaceJoachim Protze2020-12-051-28/+28
* [OpenMP][OMPT] Make sure that 0 is never used as ID in tests (NFC)Joachim Protze2020-12-041-0/+2
* [libomptarget][amdgpu] Fix latent race in load binaryJon Chesterfield2020-12-041-8/+21
* [OpenMP] Add __kmpc_omp_target_task_alloc to dllexportHansang Bae2020-12-041-0/+1
* [libomptarget][amdgpu] Address compiler warnings, drive by fixesJon Chesterfield2020-12-031-15/+35
* [libomptarget][AMDGPU] Remove MaxParallelLevelPushpinder Singh2020-12-031-80/+5
* [OpenMP] Add support for Intel's umonitor/umwaitTerry Wilmarth2020-12-0117-175/+608
* [OpenMP] libomp: add UNLIKELY hints to rarely executed branchesAndreyChurbanov2020-12-012-18/+18
* [OpenMP][Tests][NFC] Use FileCheck from cmake configJoachim Protze2020-11-301-0/+2