258 Commits (d7ba7679b6a45dafdbdc4d4709ab49e2c0ec54cf)

Author SHA1 Message Date
  Martin Kroeker f64243ff57
Add compiler options for sse/sse2/ssse3/sse4.1 5 years ago
  Martin Kroeker 786c0a3ce8
Add sse options for use of intrinics with older compilers 5 years ago
  Martin Kroeker 756802df61
Merge pull request #2890 from martin-frbg/s-d-sum 5 years ago
  Martin Kroeker 75e3a92df6
Add express -mavx and -msse options (and fix a stray = for cooperlake) 5 years ago
  Martin Kroeker e3a29f6b58
Change "HALF" and "sh" to "BFLOAT16" and "sb" 5 years ago
  Martin Kroeker 68e6823d36
Adapt for supporting only a subset of variable types 5 years ago
  Martin Kroeker 88928650c4
Merge pull request #2883 from martin-frbg/issue2872 5 years ago
  Martin Kroeker 82a497ec5d
restore PRESCOTT default for DYNAMIC_LIST 5 years ago
  Martin Kroeker de27e4f5fb
Stop DYNAMIC_ARCH build if the toplevel source contains a stray config_kernel.h from a gmake build 5 years ago
  Martin Kroeker e1b7123bbe
Merge pull request #2867 from Qiyu8/usimd-floatdot 5 years ago
  Qiyu8 f32d34a015 add sse3 compiler flag 5 years ago
  Martin Kroeker a5feea6611
make BLAS3_MEM_ALLOC_THRESHOLD configurable on non-Windows 5 years ago
  Martin Kroeker 2367726578
Remove redundant status message 5 years ago
  Martin Kroeker c4aeeeb9f4
Activate all BUILD_ options if none was specified 5 years ago
  Martin Kroeker 91c84e1c01
Merge pull request #2796 from Guobing-Chen/BF16_dot_coversion_apis 5 years ago
  Martin Kroeker 26792d2096
Copy BUILD_* directives to the compiler options to allow ifdef in tests 5 years ago
  Chen, Guobing deaeb6c5b8 Add bfloat16 based dot and conversion with single/double 5 years ago
  Martin Kroeker 68b1713c30
Merge pull request #2811 from martin-frbg/issue2806 5 years ago
  Martin Kroeker 0a4c5c4c44
Merge pull request #2807 from martin-frbg/issue2804 5 years ago
  Martin Kroeker 5feb087c05
Handle Apple labeling armv8 as arm64 rather than aarch64 5 years ago
  Martin Kroeker 7c0977c267
Add OpenMP dependency to pkgconfig file if needed 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
  Chen, Guobing e740c4873d Enable COOPERLAKE build target 5 years ago
  Martin Kroeker cb097beba2
Merge pull request #2741 from martin-frbg/issue2739 5 years ago
  Martin Kroeker 64e2e4aaf3
missing braces 5 years ago
  Martin Kroeker 921ec4e9e2
Adjust A53 SGEMM parameters to reflect move to 8x8 kernel 5 years ago
  Ashwin Sekhar T K 4e1be0e481 ARM64: Add THUNDERX3T110 Target 5 years ago
  Martin Kroeker 9e21a100e3
Add trivial check for stdatomic.h 5 years ago
  Martin Kroeker 9d000ecaa2
include CheckLanguage module 5 years ago
  Martin Kroeker a847d00366
handle missing lack of fortran compiler more gracefully 5 years ago
  Martin Kroeker 6eaeb01263
Merge pull request #2658 from RajalakshmiSR/p10 5 years ago
  Martin Kroeker 6876221cf3
Remove optimization level limit for flang again and add -fno-unroll-loops for AOCC flang 2.x instead 5 years ago
  Martin Kroeker 1dd712131e
Fix spelling of flang option -Mrecursive and add -Kieee 5 years ago
  Rajalakshmi Srinivasaraghavan 9fe930f205 powerpc: Add support for future processor 5 years ago
  Martin Kroeker 3ce469a34f
Limit optimization level to O1 for flang and add -frecursive 5 years ago
  Martin Kroeker 79cd69fea4
Merge pull request #2644 from martin-frbg/cmake-maxstack 5 years ago
  Martin Kroeker bb12c2c854
Limit MAX_STACK_ALLOC availability to non-Wndows 5 years ago
  Martin Kroeker 6e97df7b47
Add CMAKE support for MAX_STACK_ALLOC setting 5 years ago
  Martin Kroeker 4db00121dc
Disable EXPRECISION and add -lm on OSX (same as the BSDs and Linux) 5 years ago
  Martin Kroeker cd10b35fe9
Handle trailing spaces and empty condition variables 5 years ago
  Martin Kroeker 5dd14e3d48
Make building the bfloat16 functions conditional on option BUILD_HALF (#2590) 5 years ago
  Martin Kroeker 3bd56846bb
Silence a debug message 5 years ago
  Martin Kroeker e7bbdfdf84
Have CMAKE parse conditional lines in KERNEL files 5 years ago
  Martin Kroeker 70869d571f
Quote include paths for getarch to protect any embedded spaces 5 years ago
  Martin Kroeker 4f70512b97
Update kernel.cmake 5 years ago