提交 65e247ea authored 作者: notoraptor's avatar notoraptor

Update libgpuarray version required for stable installation (now v0.6.1)

Fix some typos.
上级 c90d3b21
...@@ -31,7 +31,7 @@ libgpuarray ...@@ -31,7 +31,7 @@ libgpuarray
^^^^^^^^^^^ ^^^^^^^^^^^
For the stable version of Theano you need a specific version of libgpuarray, For the stable version of Theano you need a specific version of libgpuarray,
that has been tagged ``v0.6.0``. that has been tagged ``v0.6.1``.
Download it with: Download it with:
.. raw:: html .. raw:: html
...@@ -39,7 +39,7 @@ Download it with: ...@@ -39,7 +39,7 @@ Download it with:
<div class='highlight'><pre> <div class='highlight'><pre>
git clone https://github.com/Theano/libgpuarray.git git clone https://github.com/Theano/libgpuarray.git
cd libgpuarray cd libgpuarray
git checkout tags/v0.6.0 -b v0.6.0 git checkout tags/v0.6.1 -b v0.6.1
</pre></div> </pre></div>
and then follow the `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__. and then follow the `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__.
......
...@@ -24,7 +24,7 @@ Install requirements and optional packages ...@@ -24,7 +24,7 @@ Install requirements and optional packages
.. note:: .. note::
* Arguments between <...> are optional. * Arguments between <...> are optional.
* ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly-recommended. * ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly recommended.
For Python 2* For Python 2*
::::::::::::: :::::::::::::
...@@ -123,4 +123,3 @@ a working environment: ...@@ -123,4 +123,3 @@ a working environment:
* Install CUDA with the same instructions as above. * Install CUDA with the same instructions as above.
* Install the latest, development version of libgpuarray following the * Install the latest, development version of libgpuarray following the
`Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__. `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__.
* Configure libgpuarray with the same instructions as above.
...@@ -47,7 +47,7 @@ Requirements ...@@ -47,7 +47,7 @@ Requirements
**Highly recommended** Required for GPU code generation/execution on NVIDIA gpus. See instruction below. **Highly recommended** Required for GPU code generation/execution on NVIDIA gpus. See instruction below.
`libgpuarray`_ `libgpuarray`_
Required for GPU/CPU code generation on CUDA and OpenCL devices (see: :ref:`gpuarray`.) Required for GPU/CPU code generation on CUDA and OpenCL devices (see: :ref:`gpuarray`).
`pycuda`_ and `skcuda`_ `pycuda`_ and `skcuda`_
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论