Skip to content

Commit ff6dbc7

Browse files
authored
Remove "caveats" from README
It appears like all these issues have been resolved: - JuliaPackaging/Yggdrasil#2657 - JuliaPackaging/Yggdrasil#2658 cc @ranocha @ViralBShah
1 parent b6764e5 commit ff6dbc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
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)