Skip to content

Commit 48f2cf6

Browse files
authored
Mention in README.md other tested libraries (#127)
[skip ci]
1 parent 3c451b9 commit 48f2cf6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
[![Drone Build Status](https://cloud.drone.io/api/badges/staticfloat/libblastrampoline/status.svg)](https://cloud.drone.io/staticfloat/libblastrampoline)
2-
31
# libblastrampoline
42

53
> All problems in computer science can be solved by another level of indirection
64
75
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).
86

97
These BLAS libraries are known to work with libblastrampoline (successfully tested in Julia):
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)
8+
9+
1. [OpenBLAS](https://github.com/OpenMathLib/OpenBLAS) (supported by default in Julia)
10+
2. [Intel oneMKL](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) (use in Julia through [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl))
11+
3. [Apple Accelerate](https://developer.apple.com/documentation/accelerate/blas) (use in Julia through [AppleAccelerate.jl](https://github.com/JuliaMath/AppleAccelerate.jl))
12+
4. [BLIS](https://github.com/flame/blis/) (use in Julia through [BLISBLAS.jl](https://github.com/carstenbauer/BLISBLAS.jl))
13+
5. Fujitsu BLAS (use in Julia through [FujitsuBLAS.jl](https://github.com/giordano/FujitsuBLAS.jl))
14+
6. [ARMPL BLAS](https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Libraries)
15+
7. [NVPL BLAS](https://docs.nvidia.com/nvpl/_static/blas/)
1516

1617
## Basic usage
1718

0 commit comments

Comments
 (0)