blob: 63c910204ef995dec7061627ac3707f8c157a972 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[
{ type: install
message: <<EOM
To use Theano in multi-threaded mode, install OpenBLAS with option
OPENMP enabled, install py-numpy with OpenBLAS support and use this
minimal ~/.theanorc:
---------------------------
[global]
cxx = %%CXX%%
openmp = True
[blas]
ldflags = -lopenblasp
---------------------------
You can control the number of threads used with OMP_NUM_THREADS environment
variable.
EOM
}
]
|