summaryrefslogtreecommitdiff
path: root/lapack
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Use _Atomic instead of volatile where available (file moved from ../getrf)Martin Kroeker1-1/+9
2020-07-25Delete potrf_parallel.c (moving it to ../potrf)Martin Kroeker1-667/+0
2020-07-18Update conditional for atomics to use HAVE_C11Martin Kroeker1-1/+1
2020-07-18Update conditional for atomics to use HAVE_C11Martin Kroeker1-1/+1
2020-04-17cmake fixesRajalakshmi Srinivasaraghavan1-0/+4
2020-04-14RFC : Add half precision gemm for bfloat16 in OpenBLASRajalakshmi Srinivasaraghavan1-0/+3
2020-03-06Use acq/rel semantics to pass flags/pointers in getrf_parallel.Ali Saidi1-75/+44
2020-02-15Correct generation of GETRF files by the CMAKE buildMartin Kroeker1-2/+5
2019-09-12Merge pull request #2252 from thrasibule/trtrsMartin Kroeker6-1/+855
2019-09-10fix MakefileGuillaume Horel1-6/+6
2019-09-09fix MakefileGuillaume Horel1-32/+32
2019-09-08add missing filesGuillaume Horel5-56/+499
2019-09-08add logicGuillaume Horel1-22/+57
2019-09-08add missing objectsGuillaume Horel2-106/+106
2019-09-08add filesGuillaume Horel2-0/+376
2019-09-07address minor warnings from gcc7Andrew2-6/+6
2019-05-07remove redundant code #2113Andrew1-9/+0
2019-01-26Correct naming of getrf_parallel objectMartin Kroeker1-1/+4
2018-05-11Change _STDC_VERSION__ to __STDC_VERSION__Zhiyong Dang2-6/+6
2018-04-07Merge branch 'develop' into atomicMartin Kroeker1-7/+85
2018-04-04Remove unguarded use of _Atomic and fix tabbingMartin Kroeker1-10/+9
2018-04-04Fix thread races and infinite looping on systems with many cpus Martin Kroeker1-8/+88
2018-03-10 Use _Atomic instead of volatile for thread safety where C11 is supportedMartin Kroeker2-6/+690
2018-01-19add missing brackets to silence indentation warnings gcc721Andrew1-2/+4
2018-01-02LAPACK helpers in C that need care tooAndrew3-6/+8
2017-10-09Cmake fixes for DYNAMIC_ARCH builds and whitespace in path names (#1323)Martin Kroeker1-3/+10
2017-08-19Fix threading usage in CMake: s/SMP/USE_THREAD/Sacha Refshauge1-1/+1
2017-08-01Support out-of-source buildIsuru Fernando1-0/+1
2017-04-13add lapack laswp for zarchDan HorĂ¡k1-0/+8
2017-01-31LAPACK: Fix lapack-test errors in ARM64 threaded versionAshwin Sekhar T K1-0/+2
2017-01-11prepared lapack/lauum for UNROLL values, that are not a power of twoWerner Saar2-2/+2
2017-01-10prepared lapack/potrf functions for UNROLL values, that are not a power of twoWerner Saar5-13/+13
2017-01-09prepared lapack/getrf functions for UNROLL values, that are not a power of twoWerner Saar3-16/+16
2016-05-25Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BIN...John Biddiscombe1-1/+1
2016-05-17optimized getrf_single.c for POWER8Werner Saar1-0/+7
2016-05-17optimized dgemm and dgetrf for POWER8Werner Saar1-1/+8
2016-04-22MIPS P5600(32 bit) and I6400(64 bit) cores support added.Shivraj Patil1-0/+13
2016-02-04Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT i...buffer514-27/+23
2016-01-26Refs #723. Avoid out of boundary for getf2.Zhang Xianyi2-0/+2
2015-02-24Added TRANS defines for complex sources in lapack.Hank Anderson1-20/+15
2015-02-24Changed strategy for setting preprocessor definitions.Hank Anderson1-1/+1
2015-02-19Added complex and single netlib-lapack fortran sources to lapack.cmake.Hank Anderson1-3/+3
2015-02-17Added mangled complex filenames to interface and lapack CMakeLists.txt.Hank Anderson1-20/+20
2015-02-15Changed generate functions to iterate through a list of float types.Hank Anderson1-7/+7
2015-02-11Moved declarations to start of functions to satisfy MSVC C89 implementation.Hank Anderson1-0/+4
2015-02-11Changed a number of inline calls to use __inline.Hank Anderson1-1/+1
2015-02-09Fixed trti2 name.Hank Anderson1-4/+7
2015-02-09Added generic laswp object.Hank Anderson1-2/+5
2015-02-09Removed return value from GenerateNamedObjects.Hank Anderson1-4/+0
2015-02-06Added yet another naming scheme for lapack functions.Hank Anderson1-3/+21