Skip to content

Commit 466bfb8

Browse files
committed
updated README.md
1 parent 70d1ba0 commit 466bfb8

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,23 @@ Please read GotoBLAS_01Readme.txt
5555

5656
#### x86/x86-64:
5757
- **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
58-
- **Intel Sandy Bridge**: Optimized Level-3 BLAS with AVX on x86-64.
59-
- **Intel Haswell**: Optimized Level-3 BLAS with AVX on x86-64 (identical to Sandy Bridge).
58+
- **Intel Sandy Bridge**: Optimized Level-3 and Level-2 BLAS with AVX on x86-64.
59+
- **Intel Haswell**: Optimized Level-3 and Level-2 BLAS with AVX2 and FMA on x86-64.
6060
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
61-
- **AMD Bulldozer**: x86-64 S/DGEMM AVX kernels. (Thank Werner Saar)
62-
- **AMD PILEDRIVER**: Used Bulldozer codes.
61+
- **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thank Werner Saar)
62+
- **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
6363

6464
#### MIPS64:
6565
- **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.
6666
- **ICT Loongson 3B**: Experimental
6767

68+
#### ARM:
69+
- **ARMV6**: Optimized BLAS for vfpv2 and vfpv3-d16 ( e.g. BCM2835, Cortex M0+ )
70+
- **ARMV7**: Optimized BLAS for vfpv3-d32 ( e.g. Cortex A8, A9 and A15 )
71+
72+
#### ARM64:
73+
- **ARMV8**: Experimental
74+
6875
### Support OS:
6976
- **GNU/Linux**
7077
- **MingWin/Windows**: Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio>.
@@ -116,8 +123,8 @@ Please see Changelog.txt to obtain the differences between GotoBLAS2 1.13 BSD ve
116123
* Please read [Faq](https://github.com/xianyi/OpenBLAS/wiki/Faq) at first.
117124
* Please use gcc version 4.6 and above to compile Sandy Bridge AVX kernels on Linux/MingW/BSD.
118125
* Please use Clang version 3.1 and above to compile the library on Sandy Bridge microarchitecture. The Clang 3.0 will generate the wrong AVX binary code.
119-
* The number of CPUs/Cores should less than or equal to 256.
120-
* On Linux, OpenBLAS sets the processor affinity by default. This may cause [the conflict with R parallel](https://stat.ethz.ch/pipermail/r-sig-hpc/2012-April/001348.html). You can build the library with NO_AFFINITY=1.
126+
* The number of CPUs/Cores should less than or equal to 256. On Linux x86_64(amd64), there is experimental support for up to 1024 CPUs/Cores and 128 numa nodes if you build the library with BIGNUMA=1.
127+
* OpenBLAS does not set processor affinity by default. On Linux, you can enable processor affinity by commenting the line NO_AFFINITY=1 in Makefile.rule. But this may cause [the conflict with R parallel](https://stat.ethz.ch/pipermail/r-sig-hpc/2012-April/001348.html).
121128
* On Loongson 3A. make test would be failed because of pthread_create error. The error code is EAGAIN. However, it will be OK when you run the same testcase on shell.
122129

123130
## Contributing

0 commit comments

Comments
 (0)