Martin Kroeker
33078d11e4
stress importance of TARGET setting in DYNAMIC_ARCH builds
11 months ago
Martin Kroeker
457d1c6972
remove unused CI badges, wiki->docs, xianyi->OpenMathLib
11 months ago
gxw
3ab8b1408e
LoongArch64: Update README.md
11 months ago
Martin Kroeker
f24b521709
Merge pull request #4787 from vlad0x00/patch-1
Update cross compile info
1 year ago
Vladimir Nikolić
2d84ed7e76
Update README.md
1 year ago
Mark Ryan
3b715e6162
Add autodetection for riscv64
Implement DYNAMIC_ARCH support for riscv64. Three cpu types are
supported, riscv64_generic, riscv64_zvl256b, riscv64_zvl128b.
The two non-generic kernels require CPU support for RVV 1.0 to
function correctly. Detecting that a riscv64 device supports
RVV 1.0 is a little complicated as there are some boards on the
market that advertise support for V via hwcap but only support
RVV 0.7.1, which is not binary compatible with RVV 1.0. The
approach taken is to first try hwprobe. If hwprobe is not
available, we fall back to hwcap + an additional check to distinguish
between RVV 1.0 and RVV 0.7.1.
Tested on a VM with VLEN=256, a CanMV K230 with VLEN=128 (with only
the big core enabled), a Lichee Pi with RVV 0.7.1 and a VF2 with no
vector.
A compiler with RVV 1.0 support must be used to build OpenBLAS for
riscv64 when DYNAMIC_ARCH=1.
Signed-off-by: Mark Ryan <markdryan@rivosinc.com>
1 year ago
Vladimir Nikolić
c92104a605
Update cross compile info
1 year ago
Chip-Kerchner
1d86e21cda
Change xlf compiler to xlf_r in README for AIX.
1 year ago
Martin Kroeker
4718d97eb9
Mention support for Cortex-A76
1 year ago
Jerry Zhao
0b814ab8b9
Fix README formatting error
1 year ago
Chip Kerchner
6759f2de4e
Update README for build instructions on AIX and OpenXL.
1 year ago
Sergei Lewis
461ecabb22
add RISCV64_ZVL128B and RISCV64_ZVL256B targets to CI flows and to README.md
1 year ago
Sergei Lewis
1093def0d1
Merge branch 'risc-v' into develop
1 year ago
Martin Kroeker
544cb86300
Mention C906V instruction set limitation and update DYNAMIC_ARCH lists
1 year ago
Yuning Zhang
54be8f4d67
Update the list of default dynamic targets for x86_64 in the README to be consistent with the Makefile
Signed-off-by: Yuning Zhang <codeworm96@outlook.com>
1 year ago
Martin Kroeker
f5e1f20f4d
Update target list
1 year ago
Martin Kroeker
a7f73c764c
Clarify "make" options and the need to repeat them in the install step
1 year ago
Martin Kroeker
a32af56761
Add status badges for OSUOSL's POWERCI and IBMZ-CI services
2 years ago
Martin Kroeker
d677214570
Remove the badge for the dead drone.io service and add Cirrus CI in its place
2 years ago
Heller Zheng
6b74bee2f9
Update TARGET=x280 description.
2 years ago
Heller Zheng
bef47917bd
Initial version for riscv sifive x280
2 years ago
Martin Kroeker
5c537a5de0
Update README.md
4 years ago
Martin Kroeker
93c8bafff5
Update Travis badge in README
4 years ago
Martin Kroeker
4620f98812
Mention availability of the Windows binaries in the Releases section
4 years ago
xoviat
b60de4447a
add cortex-m platform
4 years ago
Martin Kroeker
9a38592c79
Add pointers to the netlib documentation and Gilbert Strang's linear algebra primers
4 years ago
Joshie
ad63647446
Define BLAS acronym in README
4 years ago
Xianyi Zhang
c6c9c24d1b
Update doc for C910.
4 years ago
Thomas Hisch
fe8cd5ae7e
Consolidate usage of backticks for build options
There were some build options in the README that were not
highlighted. Now all are highlighted.
5 years ago
Martin Kroeker
7f539fb850
Update cpu list, outline cmake build, clarify scope of set_num_threads extension
5 years ago
Martin Kroeker
5fa581c87e
Put hint to use git develop rather than master branch in README
5 years ago
Martin Kroeker
26b7f24d16
Update cross-compiling example to reflect change in Loongson gcc
for #2723
5 years ago
Martin Kroeker
577c5d9f8f
Update README.md
5 years ago
Martin Kroeker
b969533703
Add drone.io badge, mention EMAG8180 support, reformat the DYNAMIC_ARCH paragraph
5 years ago
Martin Kroeker
47c1bf7f4d
typo fixes
5 years ago
Martin Kroeker
50545b19d0
Update CPU and OS support and document DYNAMIC_ARCH option in README.md
prompted by #2388
5 years ago
Tyler Reddy
53703585aa
DOC: Add Azure CI status badge
6 years ago
Martin Kroeker
70cea0b96b
Update link to IBM MASS library, update cpu support status
6 years ago
Diazonium
c516209581
Change two http links to https
Closes #2109
6 years ago
luz.paz
daf2fec12d
Misc. typo fixes
Found via `codespell -q 3 -w -L ith,als,dum,nd,amin,nto,wis,ba -S ./relapack,./kernel,./lapack-netlib`
6 years ago
George Hartzell
0d52aefc6b
Typo: Skyalke -> Skylake
Worth fixing, it gets in the way of searching....
6 years ago
Arjan van de Ven
9493f26309
add short blurb about avx512 and needed compiler to README
7 years ago
Alex Arslan
137ccd9dd9
Minor changes to wording and formatting in the README
The wording in some places is not grammatically correct. This change
also provides minor adjustments to the Markdown formatting which provide
modest improvements to readability.
7 years ago
Alex Arslan
33f838393c
Add OpenBSD and DragonFly to community supported platforms
7 years ago
Kevin Ji
f017e169dc
README: Use the SVG Travis badge
7 years ago
Martin Köhler
bfa9b9f6b2
Update README.md
Add POWER 8 to the list of additional architectures.
8 years ago
Martin Kroeker
46c9357c72
Merge pull request #1288 from quickwritereader/develop
Optimized standard Blas Level-1,2 (excluding nrm2 functions) for z13 (double precision). Issue 884
8 years ago
Abdurrauf
1cfdb2295d
Optimized standard Blas Level-1,2 (excluding nrm2 functions) for z13 (double precision)
8 years ago
Lei YU
87dde1fde6
build: fix libxlmass errors building on Power CPU
IBM MASS library is upgraded to 8.1.5 and 8.1.3 is not available.
Update README.md and Makefile.power to use version 8.1.5 of libxlmass.
8 years ago
Rémi Cohen-Scali
9aea7a0d9a
Update README.md
8 years ago