28 Commits (develop)

Author SHA1 Message Date
  Martin Kroeker 2332ea7e7a
fix misleading indentation 10 months ago
  Martin Kroeker c49d46f25f
fix function typecast 3 years ago
  Martin Kroeker 93454022a9
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker 4fda217f99
Delete potrf_parallel.c (moving it to ../potrf) 5 years ago
  Martin Kroeker bbe119ee3b
Update conditional for atomics to use HAVE_C11 5 years ago
  Martin Kroeker f4f74941bd
Update conditional for atomics to use HAVE_C11 5 years ago
  Rajalakshmi Srinivasaraghavan 7eb55504b1 RFC : Add half precision gemm for bfloat16 in OpenBLAS 5 years ago
  Ali Saidi 208c7e7ca5 Use acq/rel semantics to pass flags/pointers in getrf_parallel. 5 years ago
  Andrew 575a84398a remove redundant code #2113 6 years ago
  Zhiyong Dang 3716267124 Change _STDC_VERSION__ to __STDC_VERSION__ 7 years ago
  Martin Kroeker 20c6c38e51
Merge branch 'develop' into atomic 7 years ago
  Martin Kroeker 8ec28ff461
Remove unguarded use of _Atomic and fix tabbing 7 years ago
  Martin Kroeker bb9876db33
Fix thread races and infinite looping on systems with many cpus 7 years ago
  Martin Kroeker 40160ff3c1
Use _Atomic instead of volatile for thread safety where C11 is supported 7 years ago
  Andrew d602b99386 LAPACK helpers in C that need care too 7 years ago
  Ashwin Sekhar T K 3918d17025 LAPACK: Fix lapack-test errors in ARM64 threaded version 8 years ago
  Werner Saar c81dc6322f prepared lapack/potrf functions for UNROLL values, that are not a power of two 8 years ago
  Werner Saar 3e1bbd6b5f prepared lapack/getrf functions for UNROLL values, that are not a power of two 8 years ago
  Werner Saar 956be69e1d optimized getrf_single.c for POWER8 9 years ago
  Werner Saar 6a2bde7a2d optimized dgemm and dgetrf for POWER8 9 years ago
  Hank Anderson e74462a3f5 Moved declarations to start of functions to satisfy MSVC C89 implementation. 10 years ago
  Hank Anderson 056ba26755 Changed a number of inline calls to use __inline. 10 years ago
  Timothy Gu 6c2ead30f0 Remove all trailing whitespace except lapack-netlib 11 years ago
  Zhang Xianyi 5048a80032 Refs #283. Fixed the incorrect usage of long data type for Windows 64. 12 years ago
  Zhang Xianyi 32d2ca3035 Refs #214, #221, #246. Fixed the getrf overflow bug on Windows. 12 years ago
  Zhang Xianyi 5d3312142a Refs #221 #246. Fixed the overflowing stack bug in mutlithreading BLAS3. 12 years ago
  Zhang Xianyi 1b056c5328 Refs #130 Prevent reading ipiv array beyond the bound in ?laswp. Use laswp instead of laswp_oncopy in getrf. 13 years ago
  Xianyi Zhang 342bbc3871 Import GotoBLAS2 1.13 BSD version codes. 14 years ago