Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-22 | Fix syntax mixup | Martin Kroeker | 1 | -2/+2 | |
2020-11-22 | Ensure that the same (large) BUFFERSIZE is used for all cpus in DYNAMIC_ARCH ↵ | Martin Kroeker | 1 | -0/+4 | |
builds | |||||
2020-10-23 | Increase BUFFERSIZE further | Martin Kroeker | 1 | -1/+1 | |
2020-10-22 | Increase BUFFERSIZE for POWER8-10 and use same value for POWER6 | Martin Kroeker | 1 | -2/+2 | |
to fix overflow warning for PWR8 ZGEMM and PWR9 C/ZGEMM and avoid size mismatches in DYNAMIC_ARCH | |||||
2020-08-09 | Add memory barrier to the blas_lock implementation for Linux | Martin Kroeker | 1 | -0/+1 | |
as recommended by cparrott73 in #2760 | |||||
2020-06-11 | powerpc: Add support for future processor | Rajalakshmi Srinivasaraghavan | 1 | -4/+4 | |
This is the initial patch to support build infrastructure for POWER10 architecture. | |||||
2020-04-13 | Add read barrier definition | Martin Kroeker | 1 | -0/+2 | |
2019-12-09 | Merge pull request #2338 from kavanabhat/aix_mod | Martin Kroeker | 1 | -0/+29 | |
Changes to build on AIX in POWER8 mode | |||||
2019-12-06 | AIX changes for Power8 | Kavana Bhat | 1 | -4/+4 | |
2019-11-03 | Use the two-operand form of DCBT on all PPC970 regardless of OS | Martin Kroeker | 1 | -1/+1 | |
There seems to be no advantage to the three-operand form used in the earliest GotoBLAS kernels, and it causes compilation problems on other than the previously special-cased platforms as well | |||||
2019-08-20 | AIX changes for Power8 | Kavana Bhat | 1 | -0/+29 | |
2019-06-28 | Fix build for PPC970 on FreeBSD pt. 1 | pkubaj | 1 | -1/+1 | |
FreeBSD needs DCBT_ARG=0 as well. | |||||
2019-06-25 | Fix build on FreeBSD/powerpc64. | Piotr Kubaj | 1 | -3/+3 | |
Signed-off-by: Piotr Kubaj <pkubaj@anongoth.pl> | |||||
2019-03-29 | Merge branch 'develop' into develop | Martin Kroeker | 1 | -3/+13 | |
2019-03-29 | power9 makefile. dgemm based on power8 kernel with following changes : 32x ↵ | AbdelRauf | 1 | -4/+4 | |
unrolled 16x4 kernel and 8x4 kernel using (lxv stxv butterfly rank1 update). improvement from 17 to 22-23gflops. dtrmm cases were added into dgemm itself | |||||
2019-03-25 | AIX asm syntax changes needed for shared object creation | Ayappan P | 1 | -2/+12 | |
2019-03-07 | common_power.h: force DCBT_ARG 0 on PPC970 Darwin | ken-cunningham-webuse | 1 | -1/+1 | |
without this, we see ../kernel/power/gemv_n.S:427:Parameter syntax error and many more similar entries that relates to this assembly command dcbt 8, r24, r18 this change makes the DCBT_ARG = 0 and openblas builds through to completion on PowerMac 970 Tests pass | |||||
2016-05-16 | optimized dgemm for 20 threads | Werner Saar | 1 | -1/+1 | |
2016-04-21 | Optimized sgemm and dgemm and tested again. | Werner Saar | 1 | -0/+5 | |
2016-04-07 | Updated cgemm- and sgemm-kernel for POWER8 SMP | Werner Saar | 1 | -1/+1 | |
2016-03-04 | BUGFIX: increased BUFFER_SIZE for POWER8 | Werner Saar | 1 | -0/+2 | |
2016-03-01 | added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 | Werner Saar | 1 | -1/+8 | |
2015-08-16 | add fallback blas_lock implementation | Grazvydas Ignotas | 1 | -0/+1 | |
to be used on armv5 and new platforms | |||||
2015-08-16 | add fallback rpcc implementation | Grazvydas Ignotas | 1 | -0/+1 | |
- use on arm, arm64 and any new platform - use faster integer math instead of double - use similar scale as rdtsc so that timeouts work | |||||
2015-07-21 | ppc64le platform support (ELF ABI v2) | Matthew Brandyberry | 1 | -0/+31 | |
2014-06-27 | Remove all trailing whitespace except lapack-netlib | Timothy Gu | 1 | -1/+1 | |
Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
2011-01-24 | Import GotoBLAS2 1.13 BSD version codes. | Xianyi Zhang | 1 | -0/+795 | |