86 Commits (dd6ebdfdab65e5235da4887c943f7639639d19af)

Author SHA1 Message Date
  Martin Kroeker 4bb73c0171
Rename "HALF" type to "BFLOAT16" 5 years ago
  Martin Kroeker 32733ded04
Rename "HALF" and "sh" to "BFLOAT16" and "sb" 5 years ago
  Martin Kroeker b27ca78a21
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker 93454022a9
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker 20cf1d773f
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker 5c657fffad
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker b262058059
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker bc319cee82
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker e5966f8606
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker 9df12eb08f
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker cf53970bcb
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker dcd51d5c72
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker b8f95354c7
Adapt to having only a subset of variable types supported 5 years ago
  Martin Kroeker f194ad59e1
Use _Atomic instead of volatile where available (file moved from ../getrf) 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 22bb50fb81 cmake fixes 6 years ago
  Rajalakshmi Srinivasaraghavan 7eb55504b1 RFC : Add half precision gemm for bfloat16 in OpenBLAS 6 years ago
  Ali Saidi 208c7e7ca5 Use acq/rel semantics to pass flags/pointers in getrf_parallel. 6 years ago
  Martin Kroeker c222b25b81
Correct generation of GETRF files by the CMAKE build 6 years ago
  Martin Kroeker 9f7a9a32e3
Merge pull request #2252 from thrasibule/trtrs 6 years ago
  Guillaume Horel 6cb47ea3f0 fix Makefile 6 years ago
  Guillaume Horel f2becb777a fix Makefile 6 years ago
  Guillaume Horel 9f6984fe4b add missing files 6 years ago
  Guillaume Horel 42203dafdc add logic 6 years ago
  Guillaume Horel a4f17a9297 add missing objects 6 years ago
  Guillaume Horel 733d97b2df add files 6 years ago
  Andrew 4de545aa7d address minor warnings from gcc7 6 years ago
  Andrew 575a84398a remove redundant code #2113 7 years ago
  Martin Kroeker e882b239aa
Correct naming of getrf_parallel object 7 years ago
  Zhiyong Dang 3716267124 Change _STDC_VERSION__ to __STDC_VERSION__ 8 years ago
  Martin Kroeker 20c6c38e51
Merge branch 'develop' into atomic 8 years ago
  Martin Kroeker 8ec28ff461
Remove unguarded use of _Atomic and fix tabbing 8 years ago
  Martin Kroeker bb9876db33
Fix thread races and infinite looping on systems with many cpus 8 years ago
  Martin Kroeker 40160ff3c1
Use _Atomic instead of volatile for thread safety where C11 is supported 8 years ago
  Andrew 9fa986337d add missing brackets to silence indentation warnings gcc721 8 years ago
  Andrew d602b99386 LAPACK helpers in C that need care too 8 years ago
  Martin Kroeker c7a8512d12 Cmake fixes for DYNAMIC_ARCH builds and whitespace in path names (#1323) 8 years ago
  Sacha Refshauge 37858d1146 Fix threading usage in CMake: s/SMP/USE_THREAD/ 8 years ago
  Isuru Fernando d245caa49a Support out-of-source build 8 years ago
  Dan Horák 56762d5e4c add lapack laswp for zarch 9 years ago
  Ashwin Sekhar T K 3918d17025 LAPACK: Fix lapack-test errors in ARM64 threaded version 9 years ago
  Werner Saar 209b63197e prepared lapack/lauum for UNROLL values, that are not a power of two 9 years ago
  Werner Saar c81dc6322f prepared lapack/potrf functions for UNROLL values, that are not a power of two 9 years ago
  Werner Saar 3e1bbd6b5f prepared lapack/getrf functions for UNROLL values, that are not a power of two 9 years ago
  John Biddiscombe 053044ae4d Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 10 years ago
  Werner Saar 956be69e1d optimized getrf_single.c for POWER8 10 years ago
  Werner Saar 6a2bde7a2d optimized dgemm and dgetrf for POWER8 10 years ago
  Shivraj Patil 2c3dfe2bf3 MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago