Martin Kroeker
|
fcfb7ffafb
|
Merge pull request #2725 from martin-frbg/ccheck_c11
Have c_check probe availability of C11 atomics support and stdatomic.h
|
5 years ago |
Martin Kroeker
|
bbe119ee3b
|
Update conditional for atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
f4f74941bd
|
Update conditional for atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
a36eb19ae0
|
Update conditional for C11 atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
ce45af8151
|
Update conditional for atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
6f38de06d2
|
Update conditional for atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
09eb9d2584
|
Update conditional for atomics to HAVE_C11
|
5 years ago |
Martin Kroeker
|
791e046744
|
Update conditional for atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
94bab9d1f9
|
Update conditional for atomics to use HAVE_C11
|
5 years ago |
Martin Kroeker
|
97d6eb97b1
|
Report availability of C11 support
|
5 years ago |
Martin Kroeker
|
4afd11dae5
|
Add a check for C11 atomics and stdatomic.h
|
5 years ago |
Martin Kroeker
|
72ec6280c7
|
Merge pull request #2724 from martin-frbg/loongsonreadme
Update cross-compiling example in README to reflect change in Loongson gcc
|
5 years ago |
Martin Kroeker
|
26b7f24d16
|
Update cross-compiling example to reflect change in Loongson gcc
for #2723
|
5 years ago |
Martin Kroeker
|
0db4218fed
|
Merge pull request #2722 from martin-frbg/cmakefcheck
Handle lack of fortran compiler more gracefully in cmake
|
5 years ago |
Martin Kroeker
|
9d000ecaa2
|
include CheckLanguage module
|
5 years ago |
Martin Kroeker
|
a847d00366
|
handle missing lack of fortran compiler more gracefully
|
5 years ago |
Martin Kroeker
|
4f5d26bb02
|
Merge pull request #2716 from RajalakshmiSR/p10_ldflag
Add new linker option for POWER10
|
5 years ago |
Rajalakshmi Srinivasaraghavan
|
417c4e8af8
|
Add new linker option for POWER10
While building with DYNAMIC_ARCH on POWER9 with POWER10
aware toolchain, new LDFLAG is needed to avoid POWER10
instructions on PLT calls .
|
5 years ago |
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 |