summaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][Offloading] Fixed a crash caused by dereferencing nullptrShilei Tian2022-01-051-1/+3
* [OpenMP][Offloading] Fixed data race in libomptarget caused by async data mov...Shilei Tian2022-01-053-13/+95
* SIGSEGV in ompt_tsan_dependences with for-orderedRitanyaB2022-01-031-0/+4
* [OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian2021-12-296-7/+60
* [OpenMP][NFC] Move headers into include folderJohannes Doerfert2021-12-282-0/+0
* [OpenMP][CUDA] Add resource pool for CUeventShilei Tian2021-12-281-31/+42
* [OpenMP][Plugin] Minor adjustments to ResourcePoolShilei Tian2021-12-281-10/+21
* [OpenMP][FIX] Change globalization alignment to 16Joseph Huber2021-12-271-1/+3
* [OpenMP][Plugin] Introduce generic resource poolShilei Tian2021-12-271-123/+125
* [OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSETJonathan Peyton2021-12-204-13/+33
* [libomptarget][nfc] Refactor dlwrap.h for easier reuse in D115966 and upcomin...Jon Chesterfield2021-12-173-6/+14
* [openmp][amdgpu][nfc] Mark all external functions extern C to get type checkingJon Chesterfield2021-12-171-205/+200
* [OpenMP][libomptarget] Fix __tgt_rtl_run_target_team_region_async API with mi...Carlo Bertolli2021-12-171-7/+7
* [OpenMP] Increase opportunity for parallel kernel launch in AMDGPUs: add mult...Carlo Bertolli2021-12-151-17/+65
* [OpenMP][libomp] Fix compile errors with new KMP_HW_SUBSET changesJonathan Peyton2021-12-142-1/+6
* Quote some more destination paths with variablesJohn Ericson2021-12-131-3/+3
* [OpenMP] Add "not" to test dependencies.Michael Kruse2021-12-121-2/+2
* Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani2021-12-101-2/+2
* Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson2021-12-101-2/+2
* Revert "[OpenMP] Avoid costly shadow map traversals whenever possible"Joseph Huber2021-12-104-110/+75
* [OpenMP][libomp] Add core attributes to KMP_HW_SUBSETJonathan Peyton2021-12-106-120/+640
* [OpenMP] Avoid costly shadow map traversals whenever possibleJoseph Huber2021-12-104-75/+110
* [OpenMP] Part 2 of At present, amdgpu plugin merges both asynchronousCarlo Bertolli2021-12-101-10/+24
* [OpenMP] Add test for custom state machine if have reductionJoel E. Denny2021-12-101-2/+17
* [OpenMP] libomp: fix Fortran header: lines exceeded 72-char lengthAndreyChurbanov2021-12-101-2/+4
* [OpenMP][FIX] Pass the num_threads value directly to parallel_51Joseph Huber2021-12-096-40/+5
* [OpenMP][AMDGPU] Switch host-device memory copy to asynchronous versionCarlo Bertolli2021-12-085-54/+94
* [OpenMP] libomp: Fix crash if application send us negative thread_limit valueAndreyChurbanov2021-12-082-4/+14
* Revert "[OpenMP][AMDGPU] Switch host-device memory copy to asynchronous version"Jon Chesterfield2021-12-083-86/+54
* [OpenMP][AMDGPU] Switch host-device memory copy to asynchronous versionCarlo Bertolli2021-12-073-54/+86
* [NFC][OpenMP] Prepare amdgpu plugin for asynchronous implementation of target...Carlo Bertolli2021-12-071-365/+360
* [OpenMP] Disable libomptarget profiling by default if built via the "runtimes...Martin Storsjö2021-12-071-1/+6
* [OpenMP][libomptarget] amdgpu plugin adds runpath for dependenciesYe Luo2021-12-061-1/+1
* [libomptarget] Add cmake variables to disable building the amdgpu or cuda plu...Jon Chesterfield2021-12-062-0/+13
* [openmp] Run tests on both runtimes, independent of the defaultJon Chesterfield2021-12-061-0/+2
* [openmp] Enable tests on new devicertl on amdgpuJon Chesterfield2021-12-061-1/+1
* [openmp][amdgpu] Disable tests requiring USM on amdgcnJon Chesterfield2021-12-061-0/+2
* OpenMP: Un-xfail tests that pass nowMatt Arsenault2021-12-042-6/+0
* Restric xfail on openmp/libomptarget/test/mapping/reduction_implicit_map.cpp ...Ron Lieberman2021-12-021-1/+1
* xfail: libomptarget reduction_implicit_map.cpp after reapply of Start calling...Ron Lieberman2021-12-021-0/+3
* [openmp][amdgpu] Disable three tests in preparation for new runtimeJon Chesterfield2021-12-023-0/+5
* [runtimes][openmp] Change to not treat ARCH-unknown-linux-gnu as errorsKazushi (Jam) Marukawa2021-12-012-2/+6
* [OpenMP][libomp][doc] Add environment variables documentationJonathan Peyton2021-11-301-0/+627
* [openmp][devicertl] Add a missing loader_uninitialized attributeJon Chesterfield2021-11-291-0/+1
* OpenMP: Correctly query location for amdgpu-archMatt Arsenault2021-11-291-15/+8
* [openmp][amdgpu] Make plugin robust to presence of explicit implicit argumentsJon Chesterfield2021-11-223-7/+25
* [Libomptarget] Remove undefined symbol in old runtimeJoseph Huber2021-11-201-1/+0
* [openmp][amdgpu][nfc] Simplify implicit args handlingJon Chesterfield2021-11-193-45/+10
* [openmp][amdgpu][nfc] Inline interop_hsa_get_kernel_info into only callerJon Chesterfield2021-11-194-89/+17
* [OpenMP] support depend clause for taskwait directive, by DeepakAlexey Bataev2021-11-192-9/+9