8000 DOC: add notes to site.cfg.example on compiling BLIS itself and again… · numpy/numpy@2303323 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2303323

Browse files
committed
DOC: add notes to site.cfg.example on compiling BLIS itself and against it.
[ci skip]
1 parent 770619b commit 2303323

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

site.cfg.example

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,21 @@
130130
# include_dirs = /opt/OpenBLAS/include
131131
# runtime_library_dirs = /opt/OpenBLAS/lib
132132

133+
# BLIS
134+
# ----
135+
# BLIS (https://github.com/flame/blis) also provides a BLAS interface. It's a
136+
# relatively new library, its performance in some cases seems to match that of
137+
# MKL and OpenBLAS, but it hasn't been benchmarked with Numpy or Scipy yet.
138+
#
139+
# Notes on compiling BLIS itself:
140+
# - the CBLAS interface (needed by Numpy) isn't built by default; define
141+
# BLIS_ENABLE_CBLAS to build it.
142+
# - ``./configure auto`` doesn't support 32-bit builds, see gh-7294 for
143+
# details.
144+
# Notes on compiling Numpy against BLIS:
145+
# - ``include_dirs`` below should be the directory where the BLIS cblas.h
146+
# header is installed.
147+
#
133148
# [blis]
134149
# libraries = blis
135150
# library_dirs = /home/username/blis/lib

0 commit comments

Comments
 (0)
0