提交 7eeca383 authored 作者: Frederic's avatar Frederic

DOC: talk about BLAS for parallelism.

上级 67b2e13d
...@@ -2,7 +2,20 @@ ...@@ -2,7 +2,20 @@
Multi cores support in Theano Multi cores support in Theano
============================= =============================
Parallel element wise op with openmp BLAS operation
==============
BLAS is an interface for many operations (e.g.dot product between
vector/matrix and matrix/matrix) and their is many different
implementation of that interface. Many of those implementation are
parallel.
Theano try to use that interface as frequently as possible. So if you
Theano link to such parallel implementation, those operation will run
in parallel in Theano.
Parallel element wise op with OpenMP
==================================== ====================================
Beacuse element wise ops work on every tensor entry indipedently they can be Beacuse element wise ops work on every tensor entry indipedently they can be
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论