Skip to content

Commit 76853e5

Browse files
committed
document macos accelerate blas
1 parent 80b927d commit 76853e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ You can switch your BLAS implementation by doing,
811811
conda install "libblas=*=*mkl"
812812
conda install "libblas=*=*openblas"
813813
conda install "libblas=*=*blis"
814+
conda install "libblas=*=*accelerate"
814815
conda install "libblas=*=*netlib"
815816
816817
This would change the BLAS implementation without changing the conda packages depending
@@ -823,6 +824,7 @@ The following legacy commands are also supported as well.
823824
conda install "blas=*=mkl"
824825
conda install "blas=*=openblas"
825826
conda install "blas=*=blis"
827+
conda install "blas=*=accelerate"
826828
conda install "blas=*=netlib"
827829
828830
.. note::

0 commit comments

Comments
 (0)