2016-03-09 |
Werner Saar | modified common.h for piledriver |
commit | commitdiff | tree | snapshot |
2016-03-09 |
Werner Saar | Added optimized zgemv_n kernel for bulldozer, piledrive... |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Werner Saar | BUGFIX: removed fixes for bugs #148 and #149, because... |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Werner Saar | bugfixes form lapack svn for bugs #142 - #155 |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Werner Saar | Bugfix for ztrmv |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Zhang Xianyi | Refs #786. Revert to default assembly kernel. |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Werner Saar | removed build of smallscaling, because build on arm... |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Werner Saar | modified KERNEL for power, to use the generic DSDOT... |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Werner Saar | updated smallscaling.c to build without C99 or C11 |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Zhang Xianyi | Merge pull request #790 from jeromerobert/bug786 |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Jerome Robert | ztrmv_L.c: no longer need a 4kB buffer |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Zhang Xianyi | Fixed #789 Fix utest/ctest.h on Mingw. |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Zhang Xianyi | Merge remote-tracking branch 'origin/power8' into develop |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Werner Saar | Modified assembly label name, so that they are hidden. |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Zhang Xianyi | Refs #786. avoid old assembly c/zgemv kernels. |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | enabled gemm_beta assembly kernels |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | modified configuration, to use power6 sgemm kernel... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | enabled hemv assemly function for power8 |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | enabled symv assembly kernels on power8 |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | enabled gemv assembly on power8 |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | enabled all level1 assembly kernels for power8 |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Werner Saar | BUGFIX: increased BUFFER_SIZE for POWER8 |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Zhang Xianyi | Modify travis script. |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Zhang Xianyi | Change Opteron(SSE3) to Opteron_SSE3 at dyanmaic core... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Werner Saar | added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Zhang Xianyi | Refs #695 add testcase. |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Zhang Xianyi | Refs #695 #783. Replace default x86_64 cgemv_t |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Zhang Xianyi | Merge pull request #784 from peterph/develop |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Petr Cerny | collected usage notes |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Zhang Xianyi | Refs #696. Turn off stack limit setting on Linux. |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Zhang Xianyi | Fix c/zaxpyc kernel bug on Cortex-A57. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Zhang Xianyi | Refs JuliaLang/julia#5728. Fix gemv performance bug... |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Zhang Xianyi | [av skip] Fix utest makefile bug on travis ci. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Zhang Xianyi | Fix makefile bug for utest. |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Zhang Xianyi | Fix compiling bug on ARM Cortex-A57. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Zhang Xianyi | Update readme. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Zhang Xianyi | Run utest when building. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Zhang Xianyi | Enable utest for appveyor. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Zhang Xianyi | Add utest for CMake. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Zhang Xianyi | Added mising lapacke files for CMake. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Zhang Xianyi | Add gemm3m building for CMake. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Zhang Xianyi | Update ctest.h from github.com:xianyi/ctest.git. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Zhang Xianyi | Refs #707. Bugfix for previous commit. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Zhang Xianyi | Refs #707. Add BUILD_LAPACK_DEPRECATED flag in Makefile... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Zhang Xianyi | Refs #727. Align stack buffer address on 32-bytes. |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Zhang Xianyi | Merge pull request #780 from jeromerobert/bug727 |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Jerome Robert | Fix zgemv.c compilation when stack allocation is disabled |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Jerome Robert | update CONTRIBUTORS.md |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Jerome Robert | Add benchmark/smallscaling.c |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Jerome Robert | zgemv: Add a workaround for #746 |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Jerome Robert | Improve performances of ztrmv on small matrices |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Jerome Robert | Use stack allocation in zgemv and zger |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Zhang Xianyi | Fixed #778. Merge branch 'buffer51-develop' into develop |
commit | commitdiff | tree | snapshot |
2016-02-04 |
buffer51 | Restored LAPACK_COMPLEX_STRUCTURE for Android prior... |
commit | commitdiff | tree | snapshot |
2016-02-04 |
buffer51 | Fixed linking error when compiling ARMv7 for Android... |
commit | commitdiff | tree | snapshot |
2016-02-04 |
buffer51 | Fix lapack complex implementation of lauu2 and potf2... |
commit | commitdiff | tree | snapshot |
2016-02-04 |
Zhang Xianyi | Fixed #773 blas_quickdivide bug on CMake and Visual... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Zhang Xianyi | Fixed #711, #698. Merge branch 'byzhang-develop' into... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Zhang Xianyi | Merge branch 'develop' of https://github.com/byzhang... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Zhang Xianyi | Merge pull request #743 from tkelman/patch-1 |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Zhang Xianyi | Fixed #769. Merge branch 'martin-frbg-develop' into... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Martin Kroeker | Update dynamic.c and cpuid_x86.c for Intel Avoton. |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Zhang Xianyi | Refs #768. Swap the result of zdot x87 fp kernel. |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Martin Kroeker | Update cpuid_x86.c |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Benyu Zhang | Fix the source paths |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Zhang Xianyi | Refs #768. Swap the result of zdot x87 fp kernel. |
commit | commitdiff | tree | snapshot |
2016-01-30 |
Tony Kelman | re enable Fortran optimization flag on windows |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Zhang Xianyi | Fix utest bug when INTERFACE64=1. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Zhang Xianyi | Use ctest.h for unit test. Enable unit test on travis CI. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Zhang Xianyi | Detect ARMV8 on 32-bit mode by using ARMV7 kernels. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Zhang Xianyi | Refs #714. avoid compiling warnings. |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Zhang Xianyi | Merge pull request #764 from martin-frbg/develop |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Martin Kroeker | Update Makefile.system |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Zhang Xianyi | Refs #723. Avoid out of boundary for getf2. |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Zhang Xianyi | Merge pull request #762 from jeromerobert/bug760 |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Zhang Xianyi | Merge pull request #759 from jeromerobert/bug742 |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Zhang Xianyi | Merge pull request #749 from lotheac/illumos_fixes |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Jerome Robert | Let openblas_get_num_threads return the number of activ... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
wernsaar | Merge pull request #761 from wernsaar/develop |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Werner Saar | updated gemv_n_vfpv3.S for armv7 |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Werner Saar | updated nrm2 kernel for armv7 |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Werner Saar | updated trmm kernels for armv7 |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Werner Saar | updated gemm kernels for armv7 |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Lauri Tirkkonen | don't pass -Y at all to the linker on illumos |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Werner Saar | updated KERNEL.ARMV6 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Werner Saar | updated gemv kernel for armv6 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Werner Saar | updated cgemv and zgemv kernels for armv6 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Werner Saar | updated trmm_kernels for armv6 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Werner Saar | updated gemm_kernels for armv6 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Jerome Robert | Use GEMM_MULTITHREAD_THRESHOLD as a number of ops |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Werner Saar | updated cdot and zdot on arm |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Jerome Robert | [z]ger: increase multithread threshold |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Werner Saar | Ref #740: updated nrm2_vfp.S |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Werner Saar | Ref #740: updated asum_vfp.S and iamax_vfp.S |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Werner Saar | Ref #750 and Ref #740 : bugfix for sdot, dsdot and... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Lauri Tirkkonen | actually install the shared lib on illumos |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Lauri Tirkkonen | actually build the shared lib on illumos |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Lauri Tirkkonen | use $(AWK) in Makefile.install and switch it to nawk |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Lauri Tirkkonen | RLIMIT_NPROC doesn't exist on illumos |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Lauri Tirkkonen | make parallel make work on illumos |
commit | commitdiff | tree | snapshot |
next |