Skip to content

Commit d33f85c

Browse files
authored
Merge pull request #12 from sjkelly/patch-1
Remove "caveats" from README
2 parents b6764e5 + ff6dbc7 commit d33f85c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

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

53-
## Caveats
54-
55-
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.
56-
5753
## Related packages
5854

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

0 commit comments

Comments
 (0)