Rewrite glibc version check
[platform/upstream/openblas.git] / driver /
2018-08-26 Martin KroekerRewrite glibc version check
2018-08-25 Martin KroekerUpdate memory.c
2018-08-25 Martin KroekerMerge branch 'develop' into interim033
2018-08-25 Martin KroekerCombo of default pre-0.3.1 memory.c and band-aided...
2018-08-10 Martin KroekerMerge pull request #1728 from martin-frbg/changelog
2018-08-06 Martin KroekerMerge pull request #1717 from martin-frbg/issue1708
2018-08-04 Martin KroekerMerge pull request #1713 from martin-frbg/issue1710
2018-08-02 Martin KroekerMerge pull request #1703 from wsttiger/cmake_fix
2018-08-02 Martin KroekerMerge pull request #1707 from extrowerk/haiku_support
2018-08-02 Zoltán MizseiHaiku supporting patches
2018-08-02 Martin KroekerMerge pull request #1706 from oon3m0oo/develop
2018-08-02 Craig DonnerFix #1705 where we incorrectly calculate page locations.
2018-07-29 Martin KroekerMerge branch 'release-0.3.0' into develop
2018-07-25 Martin KroekerMerge pull request #1697 from martin-frbg/issue1696
2018-07-22 Martin KroekerMerge pull request #1695 from martin-frbg/issue1692
2018-07-22 Martin KroekerUnset memory table entry, not just the temporary pointe...
2018-07-19 Martin KroekerMerge pull request #1688 from martin-frbg/issue1673
2018-07-19 Martin KroekerTemporarily disable special handling of OPENMP thread...
2018-07-16 Martin KroekerMerge pull request #1681 from martin-frbg/issue1671
2018-07-16 Martin KroekerMerge pull request #1684 from martin-frbg/issue1672
2018-07-12 Martin KroekerMerge pull request #1680 from martin-frbg/snprint
2018-07-12 Martin KroekerFix definition of snprintf for MSVC
2018-07-12 Martin KroekerMerge pull request #1678 from martin-frbg/issue1677
2018-07-12 Martin KroekerDefine snprintf for older versions of MSVC
2018-07-04 Martin KroekerMerge pull request #1667 from xianyi/revert-1642-develop
2018-07-04 Martin KroekerMerge pull request #1665 from martin-frbg/cpuid-ryzen2
2018-07-04 Martin KroekerMerge pull request #1663 from martin-frbg/issue1641
2018-07-03 Martin KroekerRevert "Rewrite &= -> = and simplify the initial blocki...
2018-07-03 Martin KroekerAdd cpuid for AMD Ryzen 2
2018-07-03 Martin KroekerMerge pull request #1662 from martin-frbg/cmake-avx512
2018-07-03 Martin KroekerDouble MAX_ALLOCATING_THREADS to fix segfaults with...
2018-07-02 Martin KroekerMerge pull request #1660 from martin-frbg/issue1659
2018-07-02 Martin KroekerFix typo that broke compilation with DYNAMIC_ARCH and...
2018-07-01 Martin KroekerMerge pull request #1648 from martin-frbg/nofort
2018-07-01 Martin KroekerMerge pull request #1656 from xianyi/develop
2018-07-01 Martin KroekerMerge pull request #1655 from martin-frbg/issue1641
2018-06-30 Martin KroekerMerge pull request #1654 from martin-frbg/avx512check
2018-06-30 Martin KroekerFix apparent off-by-one error in calculation of MAX_ALL...
2018-06-30 Martin KroekerMerge pull request #1651 from martin-frbg/avx512-nodgemm
2018-06-30 Martin KroekerMerge pull request #1650 from martin-frbg/avx512-nodgemm
2018-06-30 Martin KroekerMerge pull request #1639 from martin-frbg/dyn_list
2018-06-25 Martin KroekerTry gradual fallback for cores not in the dynamic core...
2018-06-25 Martin KroekerMerge pull request #2 from martin-frbg/develop
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 KroekerAdd support for a user-defined list of dynamic targets
2018-06-23 Martin KroekerMerge pull request #1638 from martin-frbg/issue1637
2018-06-21 Martin KroekerMerge pull request #1634 from oon3m0oo/develop
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 #1629 from martin-frbg/issue1628
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 VenAdd missing barriers in gemm scheduler
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 #1607 from martin-frbg/dynarch
2018-06-09 Martin KroekerMove some DYNAMIC_ARCH targets to new DYNAMIC_OLDER...
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-06 Martin KroekerMerge pull request #1589 from fenrus75/skylakex
2018-06-06 Martin KroekerMerge branch 'develop' into issue1593-2
2018-06-06 Martin KroekerMerge pull request #1597 from martin-frbg/cmake-avx512
2018-06-05 Martin KroekerMerge pull request #1594 from martin-frbg/issue1593
2018-06-05 Martin KroekerExtend loop range to find SkylakeX in force_coretype
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 Martin Kroekertypo fix
2018-06-03 Martin KroekerSeparate Skylake X from Skylake
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-05-31 Martin KroekerMerge pull request #1584 from martin-frbg/issue1503
2018-05-31 Martin KroekerWork around name clash with Windows10's winnt.h
2018-05-23 Martin KroekerMerge pull request #1570 from xianyi/develop v0.3.0
2018-05-14 Martin KroekerMerge pull request #1559 from martin-frbg/buildconf
2018-05-14 Martin KroekerMerge pull request #1558 from martin-frbg/instpc
2018-05-14 Martin KroekerMerge pull request #1557 from martin-frbg/getconfig
2018-05-12 Martin KroekerAdd threading and OpenMP information to output
2018-05-11 Zhang XianyiMerge pull request #1556 from WestAlgo/develop
2018-05-11 zhiyong.dangmove _Atomic define to common.h
2018-05-11 Zhang XianyiMerge pull request #1555 from WestAlgo/develop
2018-05-11 Zhiyong DangChange _STDC_VERSION__ to __STDC_VERSION__
2018-05-11 Zhang XianyiMerge pull request #1536 from WestAlgo/develop
2018-05-02 Martin KroekerMerge pull request #1542 from martin-frbg/quickdiv64
2018-04-27 Martin KroekerMerge pull request #1539 from martin-frbg/ztrmv-1332
2018-04-27 Martin KroekerMerge pull request #1486 from martin-frbg/atomic
2018-04-27 Zhiyong DangFix race condition in blas_server_omp.c
2018-04-25 Martin KroekerMerge pull request #1540 from martin-frbg/mips32-zasum
2018-04-25 Martin KroekerMerge pull request #1538 from martin-frbg/arm7utest
2018-04-20 Martin KroekerMerge pull request #1532 from martin-frbg/utest-cblas
2018-04-15 Martin KroekerMerge pull request #1523 from martin-frbg/utest_waith
2018-04-14 Martin KroekerMerge pull request #1520 from martin-frbg/cpucounts
next