Martin Kroeker
d8e2edfc20
Merge pull request #71 from xianyi/develop
rebase
5 years ago
Martin Kroeker
419b8686d1
Merge pull request #2682 from martin-frbg/aix
[WIP] fix compilation on AIX
5 years ago
Martin Kroeker
3ab15ff34c
Merge pull request #2651 from leezu/actionsflang
Add flang build to Github Actions
5 years ago
Martin Kroeker
8916c4ae2c
Merge branch 'develop' into actionsflang
5 years ago
Martin Kroeker
4fa283de66
Merge pull request #2706 from jussienko/use-always-omp-threads
Fix OpenMP builds defaulting to singlethreading with OMP_PLACES or OMP_PROC_BIND set
5 years ago
Martin Kroeker
5865c7d4d6
Make 32bit POWER8 use POWER6 kernels for now
5 years ago
Martin Kroeker
ae3a90f78f
merge overwritten part of power10 support
5 years ago
Martin Kroeker
009864edde
Merge pull request #2710 from martin-frbg/cmake-lapacktest
Add LAPACK-TESTING to the cmake build
5 years ago
Martin Kroeker
3de80b3f5a
Merge pull request #2713 from RajalakshmiSR/p10-gcc10
Change minimum gcc version for POWER10
5 years ago
Rajalakshmi Srinivasaraghavan
af1e140e35
Change minimum gcc version for POWER10
As the MMA patches for POWER10 are backported to gcc10.2, changing
the minimum gcc version needed to build OpenBLAS for POWER10.
5 years ago
Martin Kroeker
d4a0299e16
Do not build lapack-test on MSVC for now (same as with BLAS test)
5 years ago
Martin Kroeker
f766024749
enable fortran for cmake
5 years ago
Martin Kroeker
c502760bef
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
29b5887d5f
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
60188a8c82
Append crude hack for enabling lapack tests in the OpenBLAS build
5 years ago
Martin Kroeker
1d63631afe
Add lapack-test
5 years ago
Martin Kroeker
e82bb953a7
Merge pull request #2708 from RajalakshmiSR/p10_future
Changing mcpu option as power10
5 years ago
Martin Kroeker
ed7e155c35
Merge branch 'develop' into aix
5 years ago
Rajalakshmi Srinivasaraghavan
45d819ca82
Changing mcpu option as power10
As compiler enabled mcpu option as power10, changing it from future.
5 years ago
Martin Kroeker
8751a69271
Obtain actual cpu count on AIX and suppress spurious NO_AVX512 on non-x86
5 years ago
Jussi Enkovaara
10a2923f64
fixes #2238
Always obey omp_get_max_threads() when build with USE_OPENMP
5 years ago
Martin Kroeker
5ff83a4261
Merge pull request #2670 from mhillenibm/dumpfullversion_on_gcc7
RFC: Use -dumpfullversion to get minor version on gcc-7 and newer
5 years ago
Martin Kroeker
5bc9680a86
Merge pull request #2703 from martin-frbg/issue2702
Compatibility fix for gcc < 4.7
5 years ago
Martin Kroeker
4ab3651591
Option -mavx2 requires at least gcc 4.7
5 years ago
Martin Kroeker
a83680b40b
Merge pull request #69 from xianyi/develop
rebase
5 years ago
Martin Kroeker
c3aa036e99
Merge pull request #2693 from EGuesnet/AIX-build-on-POWER8-32bits
AIX build on POWER8 32bits
5 years ago
EGuesnet
634e1305f9
Update cgemm_kernel_8x4_power8.S
5 years ago
Martin Kroeker
c467516132
Merge pull request #2688 from martin-frbg/cometlake
Add autodetection of Intel Comet Lake H and S models
5 years ago
Martin Kroeker
83f4746825
Add support for Comet Lake H and S
5 years ago
Martin Kroeker
584ef8d4ae
Add support for Comet Lake H & S
5 years ago
Martin Kroeker
8dfda02e89
Merge pull request #68 from xianyi/develop
rebase
5 years ago
Martin Kroeker
28d69e0097
Merge pull request #2687 from martin-frbg/utfbom
Strip UTF8 byte order marker from source files
5 years ago
Martin Kroeker
c2467c9619
Merge pull request #2686 from RajalakshmiSR/p10_shgemm
powerpc: Optimized SHGEMM kernel for POWER10
5 years ago
Martin Kroeker
f86e749df4
Merge pull request #2683 from mtreinish/add-comet-lake-support
Add cpu detection support for comet lake U
5 years ago
Martin Kroeker
d199c2787d
Merge pull request #2680 from kavanabhat/aix_makefile_fix
Fix for #2671
5 years ago
Martin Kroeker
e30ad0e521
Strip UTF8 byte order marker from source
5 years ago
Rajalakshmi Srinivasaraghavan
d23419accc
powerpc: Optimized SHGEMM kernel for POWER10
This patch introduces new optimized version of SHGEMM kernel
using power10 Matrix-Multiply Assist (MMA) feature introduced in
POWER ISA v3.1. This patch makes use of new POWER10 compute instructions
for matrix multiplication operation.
Tested on simulator and there are no new test failures.
5 years ago
Matthew Treinish
2f9c10810c
Also set CPUTYPE in get_cpuname()
5 years ago
Matthew Treinish
f37e941d52
Add support to driver/others/dynamic.c too
5 years ago
Matthew Treinish
2a91452bdd
Add cpu detection support for comet lake U
Comet Lake U CPUs have family: 6, model: 6, extended family: 0, and
extended model: 10 were not being correctly detected by GETARCH during
openblas builds and would show CORE=UNKNOWN and LIBCORE=unknown. This
commit adds the necessary information to cpuid_x86 to detect extended
family 10 model 6 and return the proper core information. It's
essentially just a skylake cpu, not skylake x, so I just took the used
the same return fields as skylake.
5 years ago
Martin Kroeker
c854ef5471
Fix variable names in conditional
5 years ago
Martin Kroeker
c0afc11742
Fix POWERPC builds on AIX (gcc/gfortran 7)
1. macro preprocessing for POWER8 and later kernels only
2. default buffer size used by AIX version of m4 is too small
5 years ago
Martin Kroeker
c592f0f80a
Fix utest build on AIX
5 years ago
Martin Kroeker
3f613b1301
Tentative changes for building on AIX
5 years ago
Martin Kroeker
72a0ec8e75
Fix reading of CPU name from prtconf output on AIX
5 years ago
Martin Kroeker
3446e58daf
Fix handling of uname output on AIX
5 years ago
Martin Kroeker
4ca8becc4b
Merge pull request #67 from xianyi/develop
rebase
5 years ago
Martin Kroeker
dfe819f3bd
Merge pull request #2679 from RajalakshmiSR/P10_GEMM
POWER10 Optimized GEMM kernels
5 years ago
Martin Kroeker
4369e52555
Merge pull request #2677 from brada4/develop
address vs2019 C4293 warning
5 years ago
Gordon Fossum
bb2f52844b
powerpc: Optimized ZGEMM kernel for POWER10
This patch introduces new optimized version of ZGEMM kernel
using power10 Matrix-Multiply Assist (MMA) feature introduced in
POWER ISA v3.1. This patch makes use of new POWER10 compute instructions
for matrix multiplication operation.
Tested on simulator and there are no new test failures.
Cycles count reduced by 30-50% compared to POWER9 version depending on
M/N/K sizes.
5 years ago