Skip to content

Commit 28a01a4

Browse files
committed
readme
1 parent 2928843 commit 28a01a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ julia> @btime $A * $B;
4646
2.729 ms (2 allocations: 7.63 MiB)
4747
```
4848

49+
## Caveats
50+
51+
Currently, the LAPACK functions (OpenBLAS) don't use BLIS for BLAS operations but still the BLAS implementations provided by OpenBLAS. There are plans to fix this in a general manner, see https://github.com/JuliaPackaging/Yggdrasil/issues/2657 and https://github.com/JuliaPackaging/Yggdrasil/pull/2658.
52+
4953
## Related packages
5054

5155
* A more manual approach to accessing BLIS is provided by [BLIS.jl](https://github.com/JuliaLinearAlgebra/BLIS.jl)

0 commit comments

Comments
 (0)