Hi,
I have mkl-service package installed via conda, but why do I still get
this error message? How can I link Theano with desired BLAS library?
Best,
Qinpeng
Post by Pascal LamblinHi,
Usually, Theano tries to link directly with a BLAS library (MKL,
OpenBlas...) if it is able to detect one, and use it for dot products on
CPU.
If it does not, it uses the fallback of using the C API of numpy
instead, which can be slower and result in more memory copies.
Hi,
|
WARNING (theano.tensor.blas):UsingNumPyC-API based implementation
forBLAS functions.
|
What does this message mean? Does that mean there is an alternative to
Numpy C-API based BLAS functions?
Thanks a lot for your help.
Mathias
--
---
You received this message because you are subscribed to the Google
Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
Pascal Lamblin
Hi,
I have mkl-service package installed via conda, but why do I still get
this error message? How can I link Theano with desired BLAS library?
Best,
Qinpeng
Post by Pascal LamblinHi,
Usually, Theano tries to link directly with a BLAS library (MKL,
OpenBlas...) if it is able to detect one, and use it for dot products on
CPU.
If it does not, it uses the fallback of using the C API of numpy
instead, which can be slower and result in more memory copies.
Hi,
|
WARNING (theano.tensor.blas):UsingNumPyC-API based implementation
forBLAS functions.
|
What does this message mean? Does that mean there is an alternative to
Numpy C-API based BLAS functions?
Thanks a lot for your help.
Mathias
--
---
You received this message because you are subscribed to the Google
Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
Pascal Lamblin
Hi,
I have mkl-service package installed via conda, but why do I still get
this error message? How can I link Theano with desired BLAS library?
Best,
Qinpeng
Post by Pascal LamblinHi,
Usually, Theano tries to link directly with a BLAS library (MKL,
OpenBlas...) if it is able to detect one, and use it for dot products on
CPU.
If it does not, it uses the fallback of using the C API of numpy
instead, which can be slower and result in more memory copies.
Hi,
|
WARNING (theano.tensor.blas):UsingNumPyC-API based implementation
forBLAS functions.
|
What does this message mean? Does that mean there is an alternative to
Numpy C-API based BLAS functions?
Thanks a lot for your help.
Mathias
--
---
You received this message because you are subscribed to the Google
Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
Pascal Lamblin
--
"theano-users" group.
For more options, visit https://groups.google.com/d/optout.