Unverified 提交 f2a2df15 authored 作者: abergeron's avatar abergeron 提交者: GitHub

Merge pull request #6594 from nouiz/doc_magma

Doc magma
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Usage of connectionist temporal classification (CTC) loss Op, requires that Usage of connectionist temporal classification (CTC) loss Op, requires that
the `warp-ctc <https://github.com/baidu-research/warp-ctc>`_ library is the `warp-ctc <https://github.com/baidu-research/warp-ctc>`_ library is
available. In case the warp-ctc library is not in your compiler's library path, available. In case the warp-ctc library is not in your compiler's library path,
the ``config.ctc.root`` configuration option must be appropriately set to the the :attr:`config.ctc.root` configuration option must be appropriately set to the
directory containing the warp-ctc library files. directory containing the warp-ctc library files.
.. note:: .. note::
......
...@@ -19,3 +19,4 @@ ...@@ -19,3 +19,4 @@
type type
extra extra
ctc ctc
linalg
.. _libdoc_gpuarray_linalg:
=========================================================
:mod:`theano.gpuarray.linalg` -- Linear algebra operation
=========================================================
.. warning::
Some operation need Magma to be installed and the Theano flags
:attr:`config.magma.enabled=True` to be activated. See also the
flags :attr:`config.magma.include_path` and
:attr:`config.magma.library_path`.
Linalg Op
=========
.. automodule:: theano.gpuarray.linalg
:members:
...@@ -702,7 +702,8 @@ class GpuMagmaQR(GpuMagmaBase, CGpuKernelBase): ...@@ -702,7 +702,8 @@ class GpuMagmaQR(GpuMagmaBase, CGpuKernelBase):
Parameters Parameters
---------- ----------
complete : If `False`, returns only r.
complete : If False, returns only ``R``.
.. warning:: .. warning::
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论