summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup provided by Carlo BertolliAndrey Churbanov2015-03-032-3/+4
| | | | llvm-svn: 231078
* Removed all header files for OpenMP 2.5Andrey Churbanov2015-02-256-1453/+0
| | | | llvm-svn: 230521
* Two warning messages fixed.Andrey Churbanov2015-02-203-7/+6
| | | | llvm-svn: 230035
* Detect Intel MIC architecture and set some defaults at run time instead of ↵Andrey Churbanov2015-02-204-48/+112
| | | | | | build time. llvm-svn: 230033
* Removed unused varargs from __kmpc_flush function.Andrey Churbanov2015-02-202-7/+3
| | | | llvm-svn: 230032
* Added new user-guided lock api, currently disabled. Use ↵Andrey Churbanov2015-02-2020-27/+1578
| | | | | | KMP_USE_DYNAMIC_LOCK=1 to enable it. llvm-svn: 230030
* Changed default stack offset for threads on non-Mac architectures to a ↵Andrey Churbanov2015-02-201-1/+5
| | | | | | CACHE_LINE. llvm-svn: 230029
* Fixed memory corruption problem.Andrey Churbanov2015-02-101-0/+4
| | | | llvm-svn: 228736
* Updated the kmp_omp_struct_info_t structure used by debuggers.Andrey Churbanov2015-02-101-27/+48
| | | | llvm-svn: 228734
* OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov2015-02-107-0/+55
| | | | llvm-svn: 228730
* Added comment on format of local labels in asm codeAndrey Churbanov2015-02-101-0/+2
| | | | llvm-svn: 228727
* Added CFI directives to asm code in order to have correct backtraces in gdb.Andrey Churbanov2015-02-101-34/+68
| | | | llvm-svn: 228721
* The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov2015-02-107-184/+222
| | | | llvm-svn: 228718
* Pin the libiomp5.dll for the lifetime of application, Windows-specificAndrey Churbanov2015-01-291-0/+15
| | | | llvm-svn: 227469
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-295-21/+4
| | | | llvm-svn: 227467
* fix that sets proc-bind-var to proc_bind_false if affinity is not supportedAndrey Churbanov2015-01-291-0/+6
| | | | llvm-svn: 227454
* fixing typo in error messageAndrey Churbanov2015-01-291-1/+1
| | | | llvm-svn: 227451
* fixing mistake in kmp_get_affinity_max_proc() api functionAndrey Churbanov2015-01-291-1/+1
| | | | llvm-svn: 227450
* fixing the Fortran modules dependenciesAndrey Churbanov2015-01-291-2/+3
| | | | llvm-svn: 227449
* Comments only: removing the Revision and Date svn variables from the top of ↵Andrey Churbanov2015-01-2781-162/+0
| | | | | | all the source files. llvm-svn: 227207
* minor formatting changeAndrey Churbanov2015-01-271-2/+1
| | | | llvm-svn: 227205
* Enables a cpuid leaf 4 check for non-MIC x86 architectures.Andrey Churbanov2015-01-271-21/+14
| | | | llvm-svn: 227204
* Adds some new Windows processor groups trace messagesAndrey Churbanov2015-01-271-1/+11
| | | | llvm-svn: 227203
* Fixes error where proc-bind-var is not set when there is a parsing error of ↵Andrey Churbanov2015-01-271-0/+3
| | | | | | GOMP_AFFINITY environment variable. llvm-svn: 227202
* Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and ↵Andrey Churbanov2015-01-274-31/+13
| | | | | | __kmp_nThreadsPerCore to static globals within kmp_affinity.cpp. llvm-svn: 227201
* Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two ↵Andrey Churbanov2015-01-277-53/+59
| | | | | | options with the feature macro KMP_GROUP_AFFINITY. llvm-svn: 227199
* Fixed implementation of the teams construct in case it contains parallel ↵Andrey Churbanov2015-01-272-6/+19
| | | | | | regions with different number of threads. llvm-svn: 227198
* added support for PPC architectures (version 3): initial patch provided by ↵Andrey Churbanov2015-01-193-20/+30
| | | | | | Carlo Bertolli, latest version from Johnny Peyton llvm-svn: 226479
* Two fixes sent by C.Bergstrom: MB() does real synch for ARM; _Quad is not ↵Andrey Churbanov2015-01-192-2/+2
| | | | | | used when not available. llvm-svn: 226464
* few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier)Andrey Churbanov2015-01-163-18/+29
| | | | llvm-svn: 226283
* cleanup changes of building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov2015-01-162-79/+56
| | | | llvm-svn: 226271
* This patch enables the use of KMP_AFFINITY=balanced on non-MIC ↵Andrey Churbanov2015-01-135-39/+19
| | | | | | Architectures. The restriction for using balanced affinity on non-MIC architectures is it only works for one-package machines. llvm-svn: 225794
* small fixes to the hierarchical barrierAndrey Churbanov2015-01-131-1/+4
| | | | llvm-svn: 225793
* aarch64 port sent by C. BergstromAndrey Churbanov2015-01-1312-80/+116
| | | | llvm-svn: 225792
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-0788-5773/+8766
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | understand that this is not friendly, and are working to change our internal code-development to make it easier to make development features available more frequently and in finer (more functional) chunks. Unfortunately we haven't got that in place yet, and unpicking this into multiple separate check-ins would be non-trivial, so please bear with me on this one. We should be better in the future. Apologies over, what do we have here? GGC 4.9 compatibility -------------------- * We have implemented the new entrypoints used by code compiled by GCC 4.9 to implement the same functionality in gcc 4.8. Therefore code compiled with gcc 4.9 that used to work will continue to do so. However, there are some other new entrypoints (associated with task cancellation) which are not implemented. Therefore user code compiled by gcc 4.9 that uses these new features will not link against the LLVM runtime. (It remains unclear how to handle those entrypoints, since the GCC interface has potentially unpleasant performance implications for join barriers even when cancellation is not used) --- new parallel entry points --- new entry points that aren't OpenMP 4.0 related These are implemented fully :- GOMP_parallel_loop_dynamic() GOMP_parallel_loop_guided() GOMP_parallel_loop_runtime() GOMP_parallel_loop_static() GOMP_parallel_sections() GOMP_parallel() --- cancellation entry points --- Currently, these only give a runtime error if OMP_CANCELLATION is true because our plain barriers don't check for cancellation while waiting GOMP_barrier_cancel() GOMP_cancel() GOMP_cancellation_point() GOMP_loop_end_cancel() GOMP_sections_end_cancel() --- taskgroup entry points --- These are implemented fully. GOMP_taskgroup_start() GOMP_taskgroup_end() --- target entry points --- These are empty (as they are in libgomp) GOMP_target() GOMP_target_data() GOMP_target_end_data() GOMP_target_update() GOMP_teams() Improvements in Barriers and Fork/Join -------------------------------------- * Barrier and fork/join code is now in its own file (which makes it easier to understand and modify). * Wait/release code is now templated and in its own file; suspend/resume code is also templated * There's a new, hierarchical, barrier, which exploits the cache-hierarchy of the Intel(r) Xeon Phi(tm) coprocessor to improve fork/join and barrier performance. ***BEWARE*** the new source files have *not* been added to the legacy Cmake build system. If you want to use that fixes wil be required. Statistics Collection Code -------------------------- * New code has been added to collect application statistics (if this is enabled at library compile time; by default it is not). The statistics code itself is generally useful, the lightweight timing code uses the X86 rdtsc instruction, so will require changes for other architectures. The intent of this code is not for users to tune their codes but rather 1) For timing code-paths inside the runtime 2) For gathering general properties of OpenMP codes to focus attention on which OpenMP features are most used. Nested Hot Teams ---------------- * The runtime now maintains more state to reduce the overhead of creating and destroying inner parallel teams. This improves the performance of code that repeatedly uses nested parallelism with the same resource allocation. Set the new KMP_HOT_TEAMS_MAX_LEVEL envirable to a depth to enable this (and, of course, OMP_NESTED=true to enable nested parallelism at all). Improved Intel(r) VTune(Tm) Amplifier support --------------------------------------------- * The runtime provides additional information to Vtune via the itt_notify interface to allow it to display better OpenMP specific analyses of load-imbalance. Support for OpenMP Composite Statements --------------------------------------- * Implement new entrypoints required by some of the OpenMP 4.1 composite statements. Improved ifdefs --------------- * More separation of concepts ("Does this platform do X?") from platforms ("Are we compiling for platform Y?"), which should simplify future porting. ScaleMP* contribution --------------------- Stack padding to improve the performance in their environment where cross-node coherency is managed at the page level. Redesign of wait and release code --------------------------------- The code is simplified and performance improved. Bug Fixes --------- *Fixes for Windows multiple processor groups. *Fix Fortran module build on Linux: offload attribute added. *Fix entry names for distribute-parallel-loop construct to be consistent with the compiler codegen. *Fix an inconsistent error message for KMP_PLACE_THREADS environment variable. llvm-svn: 219214
* Fix a crash that occurred under obscure circumstances during library shutdownJim Cownie2014-09-031-14/+20
| | | | llvm-svn: 217027
* Fix a bug where the library slept for up to KMP_BLOCKTIME before exitingJim Cownie2014-09-031-7/+37
| | | | llvm-svn: 217026
* Fix a problem on Windows machines with >32 processorsJim Cownie2014-09-031-1/+1
| | | | llvm-svn: 217024
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-0714-41/+259
| | | | llvm-svn: 215093
* After three iterations of community review, we believe that this newJim Cownie2014-08-057-11/+53
| | | | | | | | | | | | | | | | | | CMAKE buld system should meet everyone's requirements. Enhanced CMake Build System Commit * Supports Linux, Mac, Windows, and Intel® Xeon Phi builds * Supports building with gcc, icc, clang, and Visual Studio compilers * Supports bulding "fat" libraries on OS/X with clang * Details and documentation on how to use build system are in Build_With_CMake.txt * To use the old CMake build system (corresponds to CMakeLists.txt.old), just rename CMakeLists.txt to CMakeLists.txt.other and rename CMakeLists.txt.old to CMakeLists.txt llvm-svn: 214850
* CMake: remove duplicated source file from listAlp Toker2014-06-021-1/+0
| | | | | | Patch by Jack Howarth! llvm-svn: 210025
* Add initial CMake build systemAlp Toker2014-06-011-0/+138
| | | | | | | | | | | | | This is not yet supported for production builds but can already produce working binaries on OS X and Linux with clang and gcc. The intention is to improve support to the point where it can integrate with the LLVM runtime platform, cover all platforms, runtime/release build configurations and run the tests. Patch by Jack Howarth! llvm-svn: 209994
* Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker2014-03-026-58/+48
| | | | | | | | | The feature was previously guarded with KMP_OS_LINUX || KMP_OS_WINDOWS but can now be enabled/disabled independently to simplify porting. Completes the work started in r202478. llvm-svn: 202613
* Add support for FreeBSDAlp Toker2014-02-2812-85/+116
| | | | | | | | | | | | | | | Port the OpenMP runtime to FreeBSD along with associated build system changes. Also begin to generalize affinity capabilities so they aren't tied explicitly to Windows and Linux. The port builds with stock clang and gmake and has no additional runtime dependencies. All but a handful of the validation suite tests are now passing on FreeBSD 10 x86_64. llvm-svn: 202478
* Restore string match behavior following changes in r202018Alp Toker2014-02-251-2/+2
| | | | llvm-svn: 202197
* Silence -Wdeprecated-register warnings with clangAlp Toker2014-02-251-2/+2
| | | | llvm-svn: 202095
* Fix linking and get the build working on OS XAlp Toker2014-02-241-1/+3
| | | | | | | | | | No version of clang installed by XCode, ToT or otherwise recognizes the flag '-no-intel-extensions' and more recent versions error out on it. Prospectively conditionalize the flag behind "icc" to fix the mainline build with clang. llvm-svn: 202030
* Fix typosAlp Toker2014-02-2419-44/+44
| | | | llvm-svn: 202018
* For your Christmas hacking pleasure.Jim Cownie2013-12-2343-1300/+2874
| | | | | | | | | | | | | | | | | This release use aligns with Intel(r) Composer XE 2013 SP1 Product Update 2 New features * The library can now be built with clang (though wiht some limitations since clang does not support 128 bit floats) * Support for Vtune analysis of load imbalance * Code contribution from Steven Noonan to build the runtime for ARM* architecture processors * First implementation of runtime API for OpenMP cancellation Bug Fixes * Fixed hang on Windows (only) when using KMP_BLOCKTIME=0 llvm-svn: 197914
* First attempt to import OpenMP runtimeJim Cownie2013-09-2788-0/+76787
llvm-svn: 191506
OpenPOWER on IntegriCloud