提交 007b9db2 authored 作者: slefrancois's avatar slefrancois

correct opencl synthax in config.txt

上级 deb14b5c
......@@ -103,7 +103,7 @@ import theano and print the config variable, as in:
.. attribute:: device
String value: either ``'cpu'``, ``'cuda'``, ``'cuda0'``, ``'cuda1'``,
``'opencl0'``, or ``'opencl1'`` ...
``'opencl0:0'``, or ``'opencl0:1'`` ...
Default device for computations. If ``'cuda*``, change the default to try
to move computation to the GPU using CUDA libraries. If ``'opencl*'``,
......@@ -135,7 +135,7 @@ import theano and print the config variable, as in:
.. attribute:: init_gpu_device
String value: either ``''``, ``'cuda'``, ``'cuda0'``, ``'cuda1'``,
``'opencl0'``, or ``'opencl1'`` ...
``'opencl0:0'``, or ``'opencl0:1'`` ...
Initialize the gpu device to use.
When its value is cuda* or opencl*, the theano flag :attr:`device` must
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论