Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
79ebf621
提交
79ebf621
authored
1月 03, 2011
作者:
Josh Bleecher Snyder
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
minor modifications to install docs, mainly to use python 2.6 on OS X
上级
2193b637
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
install.txt
doc/install.txt
+4
-4
using_gpu.txt
doc/tutorial/using_gpu.txt
+1
-1
没有找到文件。
doc/install.txt
浏览文件 @
79ebf621
...
@@ -330,7 +330,7 @@ Mac
...
@@ -330,7 +330,7 @@ Mac
.. code-block:: bash
.. code-block:: bash
$ sudo port install gcc44 py2
5
-scipy mercurial python_select
$ sudo port install gcc44 py2
6
-scipy mercurial python_select
This will install all the required Theano dependencies. Note that
This will install all the required Theano dependencies. Note that
compiling gcc takes significant time (hours)! SciPy depends on ATLAS (a
compiling gcc takes significant time (hours)! SciPy depends on ATLAS (a
...
@@ -344,13 +344,13 @@ Mac
...
@@ -344,13 +344,13 @@ Mac
packages are updated quite frequently.
packages are updated quite frequently.
- In order to use the MacPorts version of python, you might
- In order to use the MacPorts version of python, you might
need to explicitly select it with ``sudo python_select python2
5
``. The
need to explicitly select it with ``sudo python_select python2
6
``. The
reason this is necessary is because you might have an Apple-provided python
reason this is necessary is because you might have an Apple-provided python
(via, for example, an Xcode installation). After performing this step, you
(via, for example, an Xcode installation). After performing this step, you
should check that the symbolic link provided by ``which python`` points to
should check that the symbolic link provided by ``which python`` points to
the MacPorts python. For instance, on Snow Leopard with the latest MacPorts,
the MacPorts python. For instance, on Snow Leopard with the latest MacPorts,
the output of ``which python`` is ``/opt/local/bin/python`` and this symbolic
the output of ``which python`` is ``/opt/local/bin/python`` and this symbolic
link points to ``/opt/local/bin/python2.
5
``. When executing ``sudo
link points to ``/opt/local/bin/python2.
6
``. When executing ``sudo
python_select python26-apple`` (which you should **not** do), the link
python_select python26-apple`` (which you should **not** do), the link
points to ``/usr/bin/python2.6``.
points to ``/usr/bin/python2.6``.
...
@@ -364,7 +364,7 @@ Mac
...
@@ -364,7 +364,7 @@ Mac
- Please follow the same procedure with ``numpy``.
- Please follow the same procedure with ``numpy``.
- Put ``export PYTHONPATH=/opt/local/lib/python2.
5
/site-packages:$PYTHONPATH``
- Put ``export PYTHONPATH=/opt/local/lib/python2.
6
/site-packages:$PYTHONPATH``
in your ``.bashrc`` in order to include your MacPorts Python packages
in your ``.bashrc`` in order to include your MacPorts Python packages
(NumPy, SciPy) in Python's path.
(NumPy, SciPy) in Python's path.
...
...
doc/tutorial/using_gpu.txt
浏览文件 @
79ebf621
...
@@ -21,7 +21,7 @@ Toolkit installs a folder on your computer with subfolders *bin*, *lib*,
...
@@ -21,7 +21,7 @@ Toolkit installs a folder on your computer with subfolders *bin*, *lib*,
*include*, and some more too. (Sanity check: The *bin* subfolder should contain an *nvcc*
*include*, and some more too. (Sanity check: The *bin* subfolder should contain an *nvcc*
program which is the compiler for GPU code.) This folder is called the *cuda
program which is the compiler for GPU code.) This folder is called the *cuda
root* directory.
root* directory.
On Linux or OS
-X >= 10.4, you must add the 'lib' subdirectory (and/or 'lib64' subdirectory if you have a 64-bit
On Linux or OS
X >= 10.4, you must add the 'lib' subdirectory (and/or 'lib64' subdirectory if you have a 64-bit Linux
computer) to your ``$LD_LIBRARY_PATH`` environment variable.
computer) to your ``$LD_LIBRARY_PATH`` environment variable.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论