提交 b5edf6a4 authored 作者: Frederic's avatar Frederic

Doc about GpuOp.

上级 aee60ba0
......@@ -211,5 +211,11 @@ Exercises 8
- Our current element-wise fusion generates computation with only 1 output.
GPU Op
------
Op that execute on the GPU should inherit from the
``theano.sandbox.cuda.GpuOp`` and not ``theano.Op``. This allow Theano
to make the distinction between both. Currently, we use this to test
if the NVIDIA driver work correctly with our sum reduction code on the
gpu.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论