platform/upstream/openblas.git
2018-06-30 Martin KroekerFix apparent off-by-one error in calculation of MAX_ALL...
2018-06-25 Martin KroekerMerge pull request #1 from xianyi/develop
2018-06-25 Martin KroekerMerge pull request #1642 from oon3m0oo/develop
2018-06-25 Craig DonnerRewrite &= -> = and simplify the initial blocking phase.
2018-06-23 Martin KroekerMerge pull request #1638 from martin-frbg/issue1637
2018-06-23 Martin KroekerExpose CBLAS interface to BLAS extensions iXamin
2018-06-23 Martin KroekerBuild cblas_iXamin interfaces
2018-06-21 Martin KroekerMerge pull request #1634 from oon3m0oo/develop
2018-06-21 oon3m0ooUse BLAS rather than CBLAS in test_fork.c (#1626)
2018-06-21 Craig DonnerFix data races reported by TSAN.
2018-06-20 oon3m0ooFurther improvements to memory.c. (#1625)
2018-06-20 Martin KroekerMerge pull request #1630 from martin-frbg/x86-march
2018-06-20 Martin KroekerMerge pull request #1631 from oon3m0oo/stack
2018-06-20 Craig DonnerAvoid declaring arrays of size 0 when making large...
2018-06-20 Martin KroekerMerge pull request #1629 from martin-frbg/issue1628
2018-06-20 Martin KroekerAdd -march=skylake-avx512 to flags if target is skylake x
2018-06-20 Martin KroekerNeed to use filter-out to handle NOFORTRAN not set
2018-06-19 Martin KroekerModify NOFORTRAN tests to always check the value; fix...
2018-06-19 Martin KroekerHandle erroneous user settings NOFORTRAN=0 and NO_FORTRAN
2018-06-19 Martin KroekerHandle special case of gfortran+clang+OpenMP
2018-06-19 Martin KroekerHandle special case of gfortran+clang+OpenMP
2018-06-18 Martin KroekerMerge pull request #1623 from fenrus75/fast-thread
2018-06-17 Martin KroekerSupport upcoming Intel Cannon Lake CPUs as Skylake...
2018-06-17 Arjan van de Venmake WMB / MB safer on x86-64
2018-06-17 Arjan van de VenOn x86-64, make MB/WMB compiler barriers
2018-06-17 Arjan van de VenAdd missing barriers in gemm scheduler
2018-06-17 Arjan van de VenTune HASWELL SWITCH_RATIO as well
2018-06-17 Arjan van de VenTune param.h for SkylakeX
2018-06-17 Arjan van de VenDon't use _Atomic for jobs sometimes...
2018-06-17 Arjan van de VenOnly initialize the part of the jobs array that will...
2018-06-15 Martin KroekerAdd build-time option for OMP scheduler; document MULTI...
2018-06-14 Martin KroekerMerge pull request #1618 from oon3m0oo/less_locking
2018-06-14 Craig DonnerRemove the need for most locking in memory.c.
2018-06-14 Martin KroekerMerge pull request #1619 from martin-frbg/issue1580
2018-06-14 Martin KroekerUpdate OSX deployment target to 10.8
2018-06-14 Martin KroekerMerge pull request #1607 from martin-frbg/dynarch
2018-06-14 Martin KroekerMerge pull request #1612 from oon3m0oo/cpus
2018-06-12 Martin KroekerMerge pull request #1609 from martin-frbg/issue1529
2018-06-11 Martin KroekerMerge pull request #1613 from xianyi/revert-1600-noyield
2018-06-11 Martin KroekerRevert "Use usleep instead of sched_yield by default"
2018-06-11 Martin KroekerReturn a somewhat sane default value for L2 cache size...
2018-06-11 Craig DonnerFixed a few more unnecessary calls to num_cpu_avail.
2018-06-10 Martin Kroekerinclude CMakePackageConfigHelpers
2018-06-10 Martin KroekerAdd template for OpenBLASConfig.cmake
2018-06-10 Martin KroekerCreate OpenBLASConfig.cmake from cmake as well
2018-06-09 Martin KroekerMerge pull request #1608 from martin-frbg/issue874
2018-06-09 Martin KroekerEnable parallel make on MS Windows by default
2018-06-09 Martin KroekerMove some DYNAMIC_ARCH targets to new DYNAMIC_OLDER...
2018-06-09 Martin KroekerMove some DYNAMIC_ARCH targets to new DYNAMIC_OLDER...
2018-06-09 Martin KroekerMove some DYNAMIC_ARCH targets to new DYNAMIC_OLDER...
2018-06-09 Martin KroekerMerge pull request #1605 from oon3m0oo/develop
2018-06-07 Craig DonnerImprove performance of GEMM for small matrices when...
2018-06-07 Martin KroekerMerge pull request #1601 from martin-frbg/zaxpy
2018-06-07 Martin KroekerMerge pull request #1600 from martin-frbg/noyield
2018-06-07 Martin KroekerUse a single thread for small input size
2018-06-07 Martin KroekerUse usleep instead of sched_yield by default
2018-06-06 Martin KroekerMerge pull request #1589 from fenrus75/skylakex
2018-06-06 Martin KroekerMerge pull request #1599 from martin-frbg/c_check_avx512
2018-06-06 Martin KroekerBetter AVX512 test case
2018-06-06 Martin KroekerImprove AVX512 testcase
2018-06-06 Martin KroekerMerge pull request #1598 from martin-frbg/issue1593-2
2018-06-06 Martin KroekerUpdate common.h
2018-06-06 Martin KroekerMerge branch 'develop' into issue1593-2
2018-06-06 Martin KroekerRestore _Atomic define before stdatomic.h for old gcc
2018-06-06 Martin KroekerMerge pull request #1597 from martin-frbg/cmake-avx512
2018-06-05 Martin KroekerCheck build system support for AVX512 instructions
2018-06-05 Martin KroekerRe-enable QUIET_MAKE
2018-06-05 Martin Kroekerdisable quiet_make for the moment
2018-06-05 Martin KroekerMerge pull request #1594 from martin-frbg/issue1593
2018-06-05 Martin Kroekerexport NO_AVX512 setting
2018-06-05 Martin KroekerFix inverted condition in _Atomic declaration
2018-06-05 Martin KroekerExtend loop range to find SkylakeX in force_coretype
2018-06-05 Martin KroekerPropagate NO_AVX512 via CCOMMON_OPT
2018-06-04 Martin KroekerUpdate cpuid_x86.c
2018-06-04 Martin KroekerUpdate dynamic.c
2018-06-04 Martin KroekerFix misplaced endif
2018-06-04 Martin KroekerMerge pull request #1590 from martin-frbg/avx512_check
2018-06-03 Arjan van de VenUse AVX512 also for DGEMM
2018-06-03 Martin Kroekertypo fix
2018-06-03 Martin KroekerDisable AVX512 (Skylake X) support if the build system...
2018-06-03 Martin KroekerSeparate Skylake X from Skylake
2018-06-03 Martin KroekerSeparate Skylake X from Skylake
2018-06-03 Martin KroekerAdd SKYLAKEX to DYNAMIC_CORE list only if AVX512 is...
2018-06-03 Martin KroekerPropagate NO_AVX512 if needed
2018-06-03 Martin KroekerTypo fix (misplaced parenthesis)
2018-06-03 Arjan van de VenInitial support for SkylakeX / AVX512
2018-06-02 Martin KroekerMerge pull request #1587 from matthew-brett/fix-compile...
2018-06-01 Matthew BrettRevert "take out unused variables"
2018-06-01 Martin KroekerMerge pull request #1585 from martin-frbg/lapack-253
2018-06-01 Martin KroekerFixes from netlib PR 253
2018-06-01 Martin KroekerFixes from netlib PR 253
2018-06-01 Martin KroekerFixes from netlib PR253
2018-05-31 Martin KroekerMerge pull request #1584 from martin-frbg/issue1503
2018-05-31 Martin KroekerMerge pull request #1583 from martin-frbg/issue1575
2018-05-31 Martin KroekerMerge pull request #1582 from martin-frbg/develop-031
2018-05-31 Martin KroekerMerge pull request #1581 from martin-frbg/issue1574-2
2018-05-31 Martin Kroekertypo fix
2018-05-31 Martin KroekerRestore optimized swap kernel now that we have a proper fix
2018-05-31 Martin KroekerWork around name clash with Windows10's winnt.h
2018-05-31 Martin KroekerHandle INCX=0,INCY=0 case
next