aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Merging r318848:Tom Stellard2-2/+9
2017-11-27Merging r318658:Tom Stellard1-8/+15
2017-11-14Merging r317115:Tom Stellard2-3/+46
2017-11-14Merging r316452:Tom Stellard1-0/+7
2017-11-14Merging r311269:Tom Stellard1-1/+1
2017-11-14Merging r309875:Tom Stellard1-3/+2
2017-10-10Merging r314513:Tom Stellard1-1/+2
2017-07-26Merging r309115:Hans Wennborg1-1/+12
2017-07-19OpenMP RTL cleanup: two PAUSEs per spin loop iteration replaced with single oneAndrey Churbanov2-6/+13
2017-07-18For KMP_PAGE_SIZE, use getpagesize() on Unix, GetSystemInfo() on WindowsDimitry Andric1-8/+8
2017-07-18Fix failing taskloop tests by omitting gccJonathan Peyton2-0/+4
2017-07-18Add recursive task scheduling strategy to taskloop implementationJonathan Peyton7-95/+482
2017-07-18Fix sporadic segfaults in tasking tests.Andrey Churbanov1-1/+1
2017-07-18OpenMP RTL cleanup: nullify pointer after memory freeingAndrey Churbanov1-1/+4
2017-07-17Removed "duplicates" from verbose affinity outputJonathan Peyton1-5/+0
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov16-215/+244
2017-07-13[GOMP] Fix (un)tied tasks with the GCCJonas Hahnfeld1-2/+2
2017-07-11Rename z_Linux_asm.s to z_Linux_asm.SDimitry Andric2-3/+3
2017-07-08Add a .arcconfig file for openmp.Dimitry Andric1-0/+4
2017-07-07remove deprecated register storage class specifierEd Maste7-148/+148
2017-07-07remove duplicate symbol version script entriesEd Maste1-3/+0
2017-07-05Fix wrong website in messagesJonathan Peyton1-2/+2
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov22-349/+376
2017-06-27Make test/parallel/omp_nested.c not use so many threadsHal Finkel1-0/+5
2017-06-26Only use libdl when it is availableDimitry Andric1-1/+1
2017-06-15Set affinity to none/false in child processesJonathan Peyton1-1/+12
2017-06-13Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton5-15/+19
2017-06-13Reset initial affinity in children processesJonathan Peyton2-0/+9
2017-06-09[OpenMP] Prevent unused-variable warning in libomptarget when compiling in Re...Samuel Antao1-0/+4
2017-06-06Fix static initializers for locks.Jonathan Peyton1-4/+5
2017-06-05OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov7-3/+1160
2017-06-02[OpenMP] libomptarget: eliminate compiler warnings at buildGeorge Rokos2-11/+13
2017-06-01Re-enable assertion after the problem that caused it to be hit had been fixedAndrey Churbanov1-5/+0
2017-06-01Fix minor formatting issuesJonathan Peyton4-35/+27
2017-05-31Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton4-1/+36
2017-05-31Address default pinning OpenMP process with multiple processor groupsJonathan Peyton1-2/+30
2017-05-15Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton1-3/+2
2017-05-15Remove some outdated commentsJonathan Peyton1-11/+0
2017-05-15Add the .clang-format file which the formatting was based onJonathan Peyton1-0/+91
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton75-54486/+53500
2017-05-10[OpenMP] Changes in the plugin interfaceGeorge Rokos5-47/+158
2017-04-27[OpenMP] libomptarget: test correction for use with OpenMP 4.5George Rokos2-2/+2
2017-04-25Fix Hwloc API IncompatibilityJonathan Peyton2-5/+11
2017-04-25[OpenMP] Optimized default kernel launch parameters in CUDA pluginGeorge Rokos1-11/+30
2017-04-25[OpenMP] Add missing parenthesis which triggers a compile errorGeorge Rokos1-1/+1
2017-04-22[OpenMP] libomptarget: Set ref count for global objects to positive infinityGeorge Rokos1-5/+15
2017-04-22[OpenMP] libomptarget: Remove obsolete negative device IDs -2/-3George Rokos2-16/+0
2017-04-22[OpenMP] Run libomptarget regression tests using all available system threads.George Rokos1-1/+0
2017-04-17Fix crash in invoking microtask on ios arm64.Andrey Churbanov2-5/+26
2017-04-13KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov7-380/+834