Skip to content

Commit 6aec94d

Browse files
committed
readme
1 parent 444ef3b commit 6aec94d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BLISBLAS.jl is a Julia package that allows users to use the [BLIS](https://github.com/flame/blis) library for Julia's underlying BLAS. Note that OpenBLAS, which Julia ships by default, will still be used for LAPACK functionality (BLIS only provides BLAS!).
44

5-
Like [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl) for Intel's MKL, this package is based on [libblastrampoline](https://github.com/JuliaLinearAlgebra/libblastrampoline), which enables picking a BLAS (and/or LAPACK) library at runtime, and **requires Julia 1.7+**.
5+
This package is based on [libblastrampoline](https://github.com/JuliaLinearAlgebra/libblastrampoline), which enables picking a BLAS (and/or LAPACK) library at runtime, and **requires Julia 1.7+**.
66

77
## Installation
88

@@ -43,4 +43,5 @@ julia> @btime $A * $B;
4343

4444
## Related packages
4545

46-
* https://github.com/JuliaLinearAlgebra/BLIS.jl
46+
* A more manual approach to accessing BLIS is provided by [BLIS.jl](https://github.com/JuliaLinearAlgebra/BLIS.jl)
47+
* [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl) for Intel's MKL

0 commit comments

Comments
 (0)