426 Commits (abea977ded8729c6dcfcfbee51a18eceef8d8440)

Author SHA1 Message Date
  Martin Kroeker 21d05a4835
Merge pull request #2140 from martin-frbg/pgi19 6 years ago
  Martin Kroeker 1778fd4219
Do not try ancient PGI hacks with recent versions of that compiler 6 years ago
  Martin Kroeker 86dda5c2fa
Add option USE_LOCKING for SMP-like locking in USE_THREAD=0 builds 6 years ago
  Martin Kroeker 5cabda79d0
Merge pull request #2117 from martin-frbg/issue2114 6 years ago
  Martin Kroeker a6a8cc2b7f
Fix errors in cpu enumeration with glibc 2.6 6 years ago
  Martin Kroeker a387a23518
Merge pull request #2101 from luzpaz/misc-typos 6 years ago
  Martin Kroeker b43c8382c8
Correct argument of CPU_ISSET for glibc <2.5 6 years ago
  luz.paz daf2fec12d Misc. typo fixes 6 years ago
  Jeff Baylor 40e53e52d6 snprintf define consolidated to common.h 6 years ago
  Rashmica Gupta bcdf1d4917 Add in runtime CPU detection for POWER. 6 years ago
  Erik M. Bray 8ba9e2a61a Also call CloseHandle on each thread, as well as on the event so as to not leak thread handles. 6 years ago
  Erik M. Bray 4ad694eda1 Fix for #2063: The DllMain used in Cygwin did not run the thread memory 6 years ago
  Martin Kroeker 3ce28fb81a
Merge pull request #2055 from martin-frbg/atomid 6 years ago
  Martin Kroeker 04f2226ea6
Add Intel Denverton 6 years ago
  Martin Kroeker 4741ce803b
Merge pull request #2045 from martin-frbg/2033-3 7 years ago
  Martin Kroeker 11cfd0bd75
Do not compile in AVX512 check if AVX support is disabled 7 years ago
  Martin Kroeker d7b2c53c0b
Merge pull request #2039 from brada4/meminit 7 years ago
  Martin Kroeker 10d841d8b9
Merge pull request #2026 from martin-frbg/trmv_threads 7 years ago
  Martin Kroeker 6c83b878f6
Merge pull request #2040 from martin-frbg/locks2002 7 years ago
  Martin Kroeker af480b02a4
Restore locking optimizations for OpenMP case 7 years ago
  Andrew e4a79be6bb address warning introed with #1814 et al 7 years ago
  Martin Kroeker 45333d5793
Fix error introduced during cleanup 7 years ago
  Martin Kroeker 78d9910236
Correct range_n limiting 7 years ago
  Martin Kroeker 03a2bf2602
Fix potential memory leak in cpu enumeration on Linux (#2008) 7 years ago
  Martin Kroeker 69edc5bbe7
Restore dropped patches in the non-TLS branch of memory.c (#2004) 7 years ago
  caiyu 29dc72889f Add support for Hygon Dhyana 7 years ago
  Martin Kroeker dbc9a060ef
Fix missing braces in support_av() call 7 years ago
  Martin Kroeker 21c0f2af7b
Merge pull request #1957 from martin-frbg/issue1954 7 years ago
  Martin Kroeker ad2c386d6a
Move TLS key deletion to openblas_quit 7 years ago
  Martin Kroeker 31ed19e8b9
Add message for SkylakeX and KNL fallbacks to Haswell 7 years ago
  Martin Kroeker e1574fa2b4
Add xcr0 (os support) check 7 years ago
  Martin Kroeker ae1d1f74f7
Query AVX2 and AVX512 capability for runtime cpu selection 7 years ago
  Martin Kroeker 8643521127
Merge pull request #1943 from martin-frbg/issue1748 7 years ago
  Martin Kroeker 5a720cf9ca
Re-enable loop unrolling in trmv and remove the scary warning 7 years ago
  Martin Kroeker ccd5945d38
Merge pull request #1942 from martin-frbg/issue1720 7 years ago
  Martin Kroeker bba1e67269
Delete the pthread key on cleanup in TLS mode 7 years ago
  Martin Kroeker f343ed65b5
Avoid taking the root of a negative number 7 years ago
  Martin Kroeker 0bf6d74e5f
Fix typo in previous commit for arm dynamic arch 7 years ago
  Martin Kroeker 2b355592e3
Make sure to use the arm version of dynamic.c in ARM64 DYNAMIC_ARCH 7 years ago
  Andrew 2601cd58ab remove surplus locking code , only enabled w x86, disabled or never enabled on all others 7 years ago
  Martin Kroeker 97d7298973
call it OpenBLAS not just version 7 years ago
  Martin Kroeker de0d0ed52f
Improve formatting of config output 7 years ago
  Martin Kroeker 816775e309
Add version information to openblas_get_config output 7 years ago
  Martin Kroeker f72fdf525c
Merge pull request #1875 from martin-frbg/issue1851 7 years ago
  Martin Kroeker 113cb00b95
fix missing parenthesis 7 years ago
  Martin Kroeker 5192651706
Add CriticalSection handling instead of mutexes for Windows 7 years ago
  Martin Kroeker 2e6fae2aad
Serialize accesses to parallelized level3 functions from multiple callers 7 years ago
  Martin Kroeker 368d14f8c8
Fix harmless typo 7 years ago
  Martin Kroeker 0427277cef
Allow optimization for small m, large n only if it can be made threadsafe 7 years ago
  Arjan van de Ven 5b708e5eb1 sgemm/dgemm: add a way for an arch kernel to specify prefered sizes 7 years ago