74 Commits (b8f95354c7edb67bfdeb317ef3e735a0b0e3c8ab)

Author SHA1 Message Date
  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 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
  Martin Kroeker c222b25b81
Correct generation of GETRF files by the CMAKE build 5 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 6 years ago
  Martin Kroeker e882b239aa
Correct naming of getrf_parallel object 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 9fa986337d add missing brackets to silence indentation warnings gcc721 7 years ago
  Andrew d602b99386 LAPACK helpers in C that need care too 7 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 8 years ago
  Ashwin Sekhar T K 3918d17025 LAPACK: Fix lapack-test errors in ARM64 threaded version 8 years ago
  Werner Saar 209b63197e prepared lapack/lauum for UNROLL values, that are not a power of two 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
  John Biddiscombe 053044ae4d Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 9 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
  Shivraj Patil 2c3dfe2bf3 MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
  buffer51 4e1b521e27 Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT instead of FLOAT[2] as imaginary part is not used). 10 years ago
  Zhang Xianyi 13f0f8c10e Refs #723. Avoid out of boundary for getf2. 9 years ago
  Hank Anderson 0553476fba Added TRANS defines for complex sources in lapack. 10 years ago
  Hank Anderson 0d8e227ea7 Changed strategy for setting preprocessor definitions. 10 years ago
  Hank Anderson f3f2b3d768 Added complex and single netlib-lapack fortran sources to lapack.cmake. 10 years ago
  Hank Anderson 67e39bd8fb Added mangled complex filenames to interface and lapack CMakeLists.txt. 10 years ago
  Hank Anderson 4662a0b13a Changed generate functions to iterate through a list of float types. 10 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
  Hank Anderson 3b20b62423 Fixed trti2 name. 10 years ago
  Hank Anderson 6ddbfea700 Added generic laswp object. 10 years ago
  Hank Anderson e8c39138c6 Removed return value from GenerateNamedObjects. 10 years ago