summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2018-10-01[libomptarget-nvptx] Enable asserts in bclibJonas Hahnfeld
2018-10-01[libomptarget-nvptx] reduction: Determine if runtime uninitializedJonas Hahnfeld
2018-10-01Fixed workaround made in https://reviews.llvm.org/D51694.Andrey Churbanov
2018-09-30[libomptarget-nvptx] Align data sharing stackJonas Hahnfeld
2018-09-30[libomptarget-nvptx] Fix ancestor_thread_num and team_size (non-SPMD)Jonas Hahnfeld
2018-09-29[libomptarget-nvptx] Add tests for nested parallelismJonas Hahnfeld
2018-09-29[libomptarget-nvptx] Ignore calls to dynamic APIJonas Hahnfeld
2018-09-29[libomptarget-nvptx] Fix number of threads in parallelJonas Hahnfeld
2018-09-28[OPENMP] Add the test to check that the libomptarget does not causeAlexey Bataev
2018-09-28[libomptarget-nvptx] Add testing infrastructureJonas Hahnfeld
2018-09-26[OpenMP] Add missing __kmpc_critical_with_hint to dllexportsJonathan Peyton
2018-09-26[OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton
2018-09-26[OpenMP] Update ittnotify sourcesJonathan Peyton
2018-09-26[OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton
2018-09-26[OpenMP][OMPT] A few improvementsJonathan Peyton
2018-09-25[OpenMP][libomptarget] Set the frame pointer then test empty slot conditionGheorghe-Teodor Bercea
2018-09-25[OpenMP][libomptarget] Simplify warp master selection for data sharingGheorghe-Teodor Bercea
2018-09-21[OPENMP][NVPTX] Add support for lastprivates/reductions handling in SPMD cons...Alexey Bataev
2018-09-11[OPENMP]Increment iterator when the loop is continued.Alexey Bataev
2018-09-10[OMPT] Update types according to TR7Joachim Protze
2018-09-08[libomptarget-nvptx] Remove last mentions of __kmpc_print_*Jonas Hahnfeld
2018-09-07[OpenMP] Update copyright to 2018Jonathan Peyton
2018-09-07[OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton
2018-09-07[OpenMP] Synchronization hint constants added to headersJonathan Peyton
2018-09-07[OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton
2018-09-07Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:Andrey Churbanov
2018-09-06[libomptarget] Remove two unneeded includes, NFCI.Jonas Hahnfeld
2018-09-05[libomptaret][test] Announce compiler featuresJonas Hahnfeld
2018-09-04[libomptarget] Remove `Devices` from `RTLInfoTy`Sergey Dmitriev
2018-09-04[libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.Jonas Hahnfeld
2018-09-04[libomptarget] PR38704: Fix erase of ShadowPtrMapJonas Hahnfeld
2018-09-04[libomptarget][NVPTX] Drop dead code and data structures, NFCI.Jonas Hahnfeld
2018-09-03[libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinitJonas Hahnfeld
2018-08-29[OPENMP][NVPTX] Replace assert() by ASSERT0() macro, NFC.Alexey Bataev
2018-08-29[OPENMP][NVPTX] Lightweight runtime support for SPMD mode.Alexey Bataev
2018-08-27[OpenMP][Fix] Conditional compilation leaves variables unusedGheorghe-Teodor Bercea
2018-08-27[OpenMP][libomptarget] rework of fatal error reportingAlexandre Eichenberger
2018-08-27[OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea
2018-08-24[OpenMP] Remove deprecated/obsolete MIC attributes from headersJonathan Peyton
2018-08-24[OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton
2018-08-24[OpenMP] Fix tasking bug for decreasing hot team nthreadsJonathan Peyton
2018-08-24[OpenMP] Add check for hot_teams arrayJonathan Peyton
2018-08-24[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton
2018-08-23[OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD...Alexandre Eichenberger
2018-08-15[OMPT] Remove OMPT idle callbackJoachim Protze
2018-08-13[OMPT] Make omp_control_tool() compliant when called from Fortran programsJonathan Peyton
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-08-02[OpenMP] Fix doacross testing for gccJonathan Peyton
2018-08-02[OMPT] Disable by default on WindowsJonas Hahnfeld
2018-08-02[tests] Add annotations for taskloop featuresJonas Hahnfeld