4851 Commits (deaeb6c5b89f64bbe9d5ba0126690ae5d57ae0ce)
 

Author SHA1 Message Date
  Chen, Guobing deaeb6c5b8 Add bfloat16 based dot and conversion with single/double 5 years ago
  Martin Kroeker c7ef7174e4
Merge pull request #2817 from martin-frbg/lapack436 5 years ago
  Martin Kroeker c31b72965e
Fix data type of work array in zgesvdq prototype 5 years ago
  Martin Kroeker 0ce2aa3163
Fix data type of rwork array 5 years ago
  Martin Kroeker 9d1ea75aa0
Merge pull request #80 from xianyi/develop 5 years ago
  Martin Kroeker 776d005f4c
Merge pull request #2815 from mhillenibm/clang_s390x 5 years ago
  Marius Hillenbrand 2ee5b899ce s390x: enable S/DGEMM block with explicit loop unrolling + interleaving with clang 5 years ago
  Marius Hillenbrand 095f4e6964 s390x: allow clang to emit fused multiply-adds (replicates gcc's default behavior) 5 years ago
  Marius Hillenbrand 87e5bbd887 s390x: avoid variable-length arrays in struct for asm operands 5 years ago
  Marius Hillenbrand b9b3265ec8 s390x: avoid inline assembly for vector loads for clang 5 years ago
  Marius Hillenbrand a1616a0b86 s390x: replace nop with "nop 0" in inline assembly 5 years ago
  Marius Hillenbrand 60ef193258 s390x: use "lghi" for immediate values to fix build with clang 5 years ago
  Martin Kroeker 18bfb6d6f7
Merge pull request #2813 from martin-frbg/issue2804-2 5 years ago
  Martin Kroeker e4900caa11
Fix c_check misinterpreting arm64 in uname output to mean armv7 5 years ago
  Martin Kroeker 68b1713c30
Merge pull request #2811 from martin-frbg/issue2806 5 years ago
  Martin Kroeker 4074770d00
Merge pull request #2797 from martin-frbg/relafixes1 5 years ago
  Martin Kroeker b87a77da02
Merge pull request #79 from xianyi/develop 5 years ago
  Martin Kroeker f42e84d46c
Fix misnaming of LAPACK_?ggsvp function prototypes as LAPACKE_ (#2808) 5 years ago
  Martin Kroeker 0a4c5c4c44
Merge pull request #2807 from martin-frbg/issue2804 5 years ago
  Martin Kroeker 3210a42734
Report cpu as ARMV8 instead of just giving up on non-Linux hosts 5 years ago
  Martin Kroeker 5feb087c05
Handle Apple labeling armv8 as arm64 rather than aarch64 5 years ago
  Martin Kroeker 59e01b1aec
Merge pull request #2799 from RajalakshmiSR/p10_ger 5 years ago
  Rajalakshmi Srinivasaraghavan 317ff27cda POWER10: Avoid setting accumulators to zero in gemm kernels 5 years ago
  Martin Kroeker 514a3d7d63
Merge pull request #2798 from kadler/aix-cpuid 5 years ago
  Kevin Adler 085aae8bdb
Fix compile error on AIX cpuid detection 5 years ago
  Martin Kroeker de63675717
Add early returns and fix sign errors in workspace calculations 5 years ago
  Martin Kroeker d64cc2be81
Add early returns 5 years ago
  Martin Kroeker c9b67141f0
Add early returns 5 years ago
  Martin Kroeker 6797a3a1e0
Add early returns 5 years ago
  Martin Kroeker 936966a42c
Make ILAENV and xGETRF2 functions available 5 years ago
  Martin Kroeker 5c6c2cd4f6
Merge pull request #2775 from Guobing-Chen/Fix_OMP_threads_specify 5 years ago
  Martin Kroeker e54be4ba1c
Merge pull request #2792 from pkubaj/patch-1 5 years ago
  pkubaj 48a1364e10
Add aliases for armv6, armv7 5 years ago
  Chen, Guobing 0c1c903f1e Fix OMP num specify issue 5 years ago
  Martin Kroeker a073fa870e
Merge pull request #2791 from martin-frbg/issue2787 5 years ago
  Martin Kroeker b2053239fc
Fix mssing dummy parameter (imag part of alpha) of zdot_thread_function 5 years ago
  Martin Kroeker b11bb6e728
Merge pull request #2790 from martin-frbg/issue2789 5 years ago
  Martin Kroeker 1840bc5b52
Add OpenMP dependency to pkgconfig file if needed 5 years ago
  Martin Kroeker 7c0977c267
Add OpenMP dependency to pkgconfig file if needed 5 years ago
  Martin Kroeker fb3d80c42a
Merge pull request #78 from xianyi/develop 5 years ago
  Martin Kroeker 9ee21a0a39
Merge pull request #2780 from Guobing-Chen/CPL_build_support 5 years ago
  Martin Kroeker bd3207b4b4
Update system.cmake 5 years ago
  Martin Kroeker b8ebfc9335
Update system.cmake 5 years ago
  Martin Kroeker 7c1986640b
fallback from cooperlake to skylake if gcc<10 5 years ago
  Martin Kroeker 71d33c952d
Typo fix 5 years ago
  Martin Kroeker 6a3c074786
-march=cooperlake requires gcc10 5 years ago
  Martin Kroeker 430f741b30
-march=cooperlake requires gcc10 5 years ago
  Martin Kroeker 6f4dc7445d
Fix typo 5 years ago
  Martin Kroeker 81fbe8d088
-march=cooperlake only available in gcc >= 10 5 years ago
  Martin Kroeker bb9cf766f5
make march=cooperlake option conditional on gcc >= 10.1 5 years ago