summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Make test/parallel/omp_nested.c not use so many threadsHal Finkel2017-06-271-0/+5
* Only use libdl when it is availableDimitry Andric2017-06-261-1/+1
* Set affinity to none/false in child processesJonathan Peyton2017-06-151-1/+12
* Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton2017-06-135-15/+19
* Reset initial affinity in children processesJonathan Peyton2017-06-132-0/+9
* [OpenMP] Prevent unused-variable warning in libomptarget when compiling in Re...Samuel Antao2017-06-091-0/+4
* Fix static initializers for locks.Jonathan Peyton2017-06-061-4/+5
* OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov2017-06-057-3/+1160
* [OpenMP] libomptarget: eliminate compiler warnings at buildGeorge Rokos2017-06-022-11/+13
* Re-enable assertion after the problem that caused it to be hit had been fixedAndrey Churbanov2017-06-011-5/+0
* Fix minor formatting issuesJonathan Peyton2017-06-014-35/+27
* Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton2017-05-314-1/+36
* Address default pinning OpenMP process with multiple processor groupsJonathan Peyton2017-05-311-2/+30
* Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton2017-05-151-3/+2
* Remove some outdated commentsJonathan Peyton2017-05-151-11/+0
* Add the .clang-format file which the formatting was based onJonathan Peyton2017-05-151-0/+91
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-1275-54486/+53500
* [OpenMP] Changes in the plugin interfaceGeorge Rokos2017-05-105-47/+158
* [OpenMP] libomptarget: test correction for use with OpenMP 4.5George Rokos2017-04-272-2/+2
* Fix Hwloc API IncompatibilityJonathan Peyton2017-04-252-5/+11
* [OpenMP] Optimized default kernel launch parameters in CUDA pluginGeorge Rokos2017-04-251-11/+30
* [OpenMP] Add missing parenthesis which triggers a compile errorGeorge Rokos2017-04-251-1/+1
* [OpenMP] libomptarget: Set ref count for global objects to positive infinityGeorge Rokos2017-04-221-5/+15
* [OpenMP] libomptarget: Remove obsolete negative device IDs -2/-3George Rokos2017-04-222-16/+0
* [OpenMP] Run libomptarget regression tests using all available system threads.George Rokos2017-04-221-1/+0
* Fix crash in invoking microtask on ios arm64.Andrey Churbanov2017-04-172-5/+26
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-137-380/+834
* Test cancellation_for_sections.c expectedly fails on GCCOlga Malysheva2017-04-041-0/+1
* Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva2017-04-043-0/+71
* Test check-in, comment changedOlga Malysheva2017-04-041-1/+2
* Fix for bug https://llvm.org/bugs/show_bug.cgi?id=32456Andrey Churbanov2017-03-311-0/+5
* Fix for bug https://llvm.org/bugs/show_bug.cgi?id=30889Andrey Churbanov2017-03-281-1/+1
* GOMP compatibility: add missing OpenMP4.0 task deps handling codePaul Osmialowski2017-03-231-1/+22
* [OpenMP] CUDA plugin: More descriptive error messagesGeorge Rokos2017-03-221-2/+4
* [OpenMP] Allow multiple weak symbols to be loaded from the fat binaryGeorge Rokos2017-03-221-10/+9
* [OpenMP] CUDA plugin: add include directory for libelfGeorge Rokos2017-03-221-1/+2
* [OpenMP] libomptarget: Disable on MacOS XGeorge Rokos2017-03-211-1/+4
* Fixed intermittent hang on tests with "target teams if(0)" construct with no ...Andrey Churbanov2017-03-212-6/+74
* Stride in distribute parallel for loops with no chunk size.Andrey Churbanov2017-03-211-0/+1
* Minor improvement of KMP_YIELD_NOW() macro.Jonathan Peyton2017-03-202-7/+11
* Fix incorrect initial value of __kmp_affinity_type.Jonathan Peyton2017-03-201-0/+1
* Create a git ignore file for openmp runtime.Andrey Churbanov2017-03-111-0/+42
* Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITYJonathan Peyton2017-03-101-2/+5
* Fix GNU strerror_r check for Android.Dan Albert2017-03-071-1/+3
* OpenMP version 5.0 addedJonathan Peyton2017-03-0610-12/+2753
* Mixed type atomic routines added to Windows DLLJonathan Peyton2017-03-062-0/+8
* Add AArch64 support.Paul Osmialowski2017-03-067-1/+26
* Removing couple unnecessary architecture guards.Jonathan Peyton2017-02-281-2/+2
* [test] Try to link -latomic to provide atomics when availableMichal Gorny2017-02-243-1/+16
* [OpenMP] Missing virtual destructor in KMPAffinityGeorge Rokos2017-02-221-0/+2
OpenPOWER on IntegriCloud