Skip to content

Commit db1f0f2

Browse files
authored
Update README.md
1 parent 65a5359 commit db1f0f2

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@
77
Using [PLT trampolines](https://en.wikipedia.org/wiki/Trampoline_(computing)) to provide a BLAS and LAPACK demuxing library. Watch a detailed [JuliaCon 2021 talk on libblastrampoline](https://www.youtube.com/watch?v=t6hptekOR7s).
88

99
These BLAS libraries are known to work with libblastrampoline (successfully tested in Julia):
10-
1. OpenBLAS
11-
2. Intel MKL
12-
3. Apple Accelerate
13-
4. BLIS
14-
5. Fujitsu BLAS
15-
16-
Julia Packages that utilize libblastrampline to provide easy access to BLAS libraries are
17-
18-
* [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl)
19-
* [BLISBLAS.jl](https://github.com/carstenbauer/BLISBLAS.jl)
20-
* [FujitsuBLAS.jl](https://github.com/giordano/FujitsuBLAS.jl)
21-
* [AppleAccelerate.jl](https://github.com/JuliaMath/AppleAccelerate.jl)
22-
* [OpenBLASHighCoreCount.jl](https://github.com/giordano/OpenBLASHighCoreCount.jl)
10+
1. OpenBLAS through [OpenBLASHighCoreCount.jl](https://github.com/giordano/OpenBLASHighCoreCount.jl)
11+
2. Intel MKL through [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl)
12+
3. Apple Accelerate through [AppleAccelerate.jl](https://github.com/JuliaMath/AppleAccelerate.jl)
13+
4. BLIS through [BLISBLAS.jl](https://github.com/carstenbauer/BLISBLAS.jl)
14+
5. Fujitsu BLAS through [FujitsuBLAS.jl](https://github.com/giordano/FujitsuBLAS.jl)
2315

2416
## Basic usage
2517

0 commit comments

Comments
 (0)