summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Merge pull request #2208 from martin-frbg/munmap-debugMartin Kroeker1-1/+11
2019-08-09Add files via uploadMartin Kroeker1-1/+1
2019-08-08Provide more information on mmap/munmap failureMartin Kroeker1-1/+11
2019-08-01Add CPUID identification of Intel Ice LakeMartin Kroeker1-1/+19
2019-05-26Merge pull request #2140 from martin-frbg/pgi19Martin Kroeker1-1/+4
2019-05-22Do not try ancient PGI hacks with recent versions of that compilerMartin Kroeker1-1/+4
2019-05-15Add option USE_LOCKING for SMP-like locking in USE_THREAD=0 buildsMartin Kroeker1-15/+15
2019-05-07Merge pull request #2117 from martin-frbg/issue2114Martin Kroeker1-3/+10
2019-05-07Fix errors in cpu enumeration with glibc 2.6Martin Kroeker1-4/+11
2019-05-04Merge pull request #2101 from luzpaz/misc-typosMartin Kroeker4-7/+7
2019-05-01Correct argument of CPU_ISSET for glibc <2.5Martin Kroeker1-2/+2
2019-04-29Misc. typo fixesluz.paz4-7/+7
2019-04-22snprintf define consolidated to common.hJeff Baylor1-6/+0
2019-04-09Add in runtime CPU detection for POWER.Rashmica Gupta2-0/+110
2019-03-19Also call CloseHandle on each thread, as well as on the event so as to not le...Erik M. Bray1-0/+5
2019-03-19Fix for #2063: The DllMain used in Cygwin did not run the thread memoryErik M. Bray1-2/+9
2019-03-12Merge pull request #2055 from martin-frbg/atomidMartin Kroeker1-2/+2
2019-03-12Add Intel DenvertonMartin Kroeker1-2/+2
2019-03-06Merge pull request #2045 from martin-frbg/2033-3Martin Kroeker1-1/+1
2019-03-05Do not compile in AVX512 check if AVX support is disabledMartin Kroeker1-1/+1
2019-03-05Merge pull request #2039 from brada4/meminitMartin Kroeker1-1/+1
2019-03-04Merge pull request #2026 from martin-frbg/trmv_threadsMartin Kroeker1-2/+2
2019-03-04Merge pull request #2040 from martin-frbg/locks2002Martin Kroeker1-10/+17
2019-03-03Restore locking optimizations for OpenMP caseMartin Kroeker1-10/+17
2019-03-03address warning introed with #1814 et alAndrew1-1/+1
2019-02-19Fix error introduced during cleanupMartin Kroeker1-1/+2
2019-02-19Correct range_n limitingMartin Kroeker1-4/+3
2019-02-10Fix potential memory leak in cpu enumeration on Linux (#2008)Martin Kroeker1-38/+85
2019-02-07Restore dropped patches in the non-TLS branch of memory.c (#2004)Martin Kroeker1-22/+55
2019-01-16Add support for Hygon Dhyanacaiyu1-1/+10
2019-01-14Fix missing braces in support_av() callMartin Kroeker1-2/+2
2019-01-10Merge pull request #1957 from martin-frbg/issue1954Martin Kroeker1-5/+8
2019-01-10Move TLS key deletion to openblas_quitMartin Kroeker1-5/+8
2019-01-05Add message for SkylakeX and KNL fallbacks to HaswellMartin Kroeker1-3/+7
2019-01-05Add xcr0 (os support) checkMartin Kroeker1-0/+2
2019-01-05Query AVX2 and AVX512 capability for runtime cpu selectionMartin Kroeker1-39/+102
2018-12-30Merge pull request #1943 from martin-frbg/issue1748Martin Kroeker1-7/+3
2018-12-30Re-enable loop unrolling in trmv and remove the scary warningMartin Kroeker1-7/+3
2018-12-30Merge pull request #1942 from martin-frbg/issue1720Martin Kroeker1-0/+5
2018-12-29Delete the pthread key on cleanup in TLS modeMartin Kroeker1-0/+5
2018-12-22Avoid taking the root of a negative numberMartin Kroeker1-6/+11
2018-12-07Fix typo in previous commit for arm dynamic archMartin Kroeker1-1/+1
2018-12-07Make sure to use the arm version of dynamic.c in ARM64 DYNAMIC_ARCHMartin Kroeker1-1/+5
2018-11-30remove surplus locking code , only enabled w x86, disabled or never enabled o...Andrew1-4/+4
2018-11-29call it OpenBLAS not just versionMartin Kroeker1-1/+1
2018-11-29Improve formatting of config outputMartin Kroeker1-0/+1
2018-11-29Add version information to openblas_get_config outputMartin Kroeker1-1/+3
2018-11-25Merge pull request #1875 from martin-frbg/issue1851Martin Kroeker1-0/+25
2018-11-19fix missing parenthesisMartin Kroeker1-1/+1
2018-11-19Add CriticalSection handling instead of mutexes for WindowsMartin Kroeker1-0/+13