Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
0b7fba36
提交
0b7fba36
authored
7月 18, 2013
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update crei presentation.
上级
460c42be
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
38 行删除
+6
-38
gpundarray.txt
doc/crei2013/gpundarray.txt
+5
-3
index.txt
doc/crei2013/index.txt
+1
-1
introduction.txt
doc/crei2013/introduction.txt
+0
-34
没有找到文件。
doc/crei2013/gpundarray.txt
浏览文件 @
0b7fba36
...
...
@@ -6,6 +6,7 @@ GpuNdArray
**********
Why a common GPU ndarray?
-------------------------
- Currently there are at least 4 different GPU array data structures in use by Python packages
...
...
@@ -23,6 +24,7 @@ Why a common GPU ndarray?
Design Goals
------------
- Make it VERY similar to ``numpy.ndarray``
- Be compatible with both CUDA and OpenCL
...
...
@@ -31,10 +33,10 @@ Design Goals
- We want people from C, C++, Ruby, R, ... all use the same base GPU N-dimensional array
Final GpuNdArray Note
Final Note
----------
- Under development
- Will be the next GPU array container for Theano (
this summer!
)
- Will be the next GPU array container for Theano (
*this summer!*
)
- Probably also for PyCUDA, PyOpenCL
- Mailing list: http://lists.tiker.net/listinfo/gpundarray
doc/crei2013/index.txt
浏览文件 @
0b7fba36
...
...
@@ -67,5 +67,5 @@ from gurus on hand if you get stuck.
introduction
theano
advanced_theano
/tutorial/extending_theano
gpundarray
/tutorial/extending_theano
doc/crei2013/introduction.txt
浏览文件 @
0b7fba36
...
...
@@ -330,9 +330,6 @@ Project status
TODO: Do I keep the GPU section?
Why scripting for GPUs?
-----------------------
...
...
@@ -398,34 +395,3 @@ How Fast are GPUs?
* Theano can be linked with multi-core capable BLAS (GEMM and GEMV)
* If you see speedup > 100x, the benchmark is probably not fair.
Software for Directly Programming a GPU
---------------------------------------
Theano is a meta-programmer, doesn't really count.
* CUDA: C extension by NVIDIA
* Vendor-specific
* Numeric libraries (BLAS, RNG, FFT) maturing.
* OpenCL: multi-vendor version of CUDA
* More general, standardized
* Fewer libraries, less adoption.
* PyCUDA: python bindings to CUDA driver interface
* Python interface to CUDA
* Memory management of GPU objects
* Compilation of code for the low-level driver
* Makes it easy to do GPU meta-programming from within Python
* PyOpenCL: PyCUDA for PyOpenCL
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论