summaryrefslogtreecommitdiff
path: root/lapack
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Fix pivot offset calculation for negative incxMartin Kroeker1-3/+2
2022-01-17Fix pivot offset calculation for negative incxMartin Kroeker1-3/+2
2022-01-17Fix offset calculation for negative incxMartin Kroeker1-3/+2
2022-01-17Fix pivot offset calculation for negative incxMartin Kroeker1-3/+2
2022-01-17Fix pivot offset calculation for negative incxMartin Kroeker1-3/+2
2022-01-17Fix pivot offset calculation for negative incxMartin Kroeker1-3/+2
2022-01-17Fix pivot index for negative incrementsMartin Kroeker1-3/+2
2021-07-27Add support for LOONGARCH64gxw1-0/+12
2020-10-16Merge branch 'develop' into risc-vZhang Xianyi15-740/+181
2020-10-13Rename "HALF" type to "BFLOAT16"Martin Kroeker1-1/+1
2020-10-11Rename "HALF" and "sh" to "BFLOAT16" and "sb"Martin Kroeker1-1/+1
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+8
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+13
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+13
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+8
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+8
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+13
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+13
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+14
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+8
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+13
2020-10-11Adapt to having only a subset of variable types supportedMartin Kroeker1-0/+13
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-27Merge branch 'develop' into risc-vXianyi Zhang11-26/+1560
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-16Added RISCV buildJerry Zhao1-0/+13
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