Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
4d2769d2
提交
4d2769d2
authored
12月 02, 2010
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix white space.
上级
22583950
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
GpuConv3D.py
theano/sandbox/cuda/GpuConv3D.py
+0
-0
GpuConvGrad3D.py
theano/sandbox/cuda/GpuConvGrad3D.py
+5
-5
没有找到文件。
theano/sandbox/cuda/GpuConv3D.py
浏览文件 @
4d2769d2
差异被折叠。
点击展开。
theano/sandbox/cuda/GpuConvGrad3D.py
浏览文件 @
4d2769d2
...
@@ -243,7 +243,7 @@ if(out_contiguous && (version==0||version==-1) && WShape[4]<=512 && !work_comple
...
@@ -243,7 +243,7 @@ if(out_contiguous && (version==0||version==-1) && WShape[4]<=512 && !work_comple
if (cudaSuccess == sts)
if (cudaSuccess == sts)
{
{
work_complete = true;
work_complete = true;
if (verbose>1) printf("threads.x=
%%
i, threads.y=
%%
i, grid.x=
%%
i, grid.y=
%%
i, shared_size=
%%
i, nb_threads=
%%
i
\\
n", threads.x, threads.y, grid.x, grid.y, shared_size, threads.x * threads.y);
if (verbose>1) printf("threads.x=
%%
i, threads.y=
%%
i, grid.x=
%%
i, grid.y=
%%
i, shared_size=
%%
i, nb_threads=
%%
i
\\
n", threads.x, threads.y, grid.x, grid.y, shared_size, threads.x * threads.y);
if (verbose) printf("INFO: used 'conv_rows_stack' version
\\
n");
if (verbose) printf("INFO: used 'conv_rows_stack' version
\\
n");
}
}
else
else
...
@@ -276,16 +276,16 @@ __global__ void
...
@@ -276,16 +276,16 @@ __global__ void
//grid block size = (WShape[0]*WShape[1],WShape[2]*WShape[3])
//grid block size = (WShape[0]*WShape[1],WShape[2]*WShape[3])
//
//
convgrad_rows_stack( float* img, float* dCdH, float* dCdW,
convgrad_rows_stack( float* img, float* dCdH, float* dCdW,
int img_len, int img_wid, int img_dur,
int img_len, int img_wid, int img_dur,
int dCdW_len, int dCdW_wid, int dCdW_dur,
int dCdW_len, int dCdW_wid, int dCdW_dur,
int wsh0, int wsh1, int wsh2, int wsh3, int wsh4,
int wsh0, int wsh1, int wsh2, int wsh3, int wsh4,
int out_len, int out_wid, int out_dur,
int out_len, int out_wid, int out_dur,
int batchSize, int nkern, int nstack,
int batchSize, int nkern, int nstack,
int dr, int dc, int dt,
int dr, int dc, int dt,
int img_stride_frame, int img_stride_col, int img_stride_row,
int img_stride_frame, int img_stride_col, int img_stride_row,
int img_stride_stack, int img_stride_batch,
int img_stride_stack, int img_stride_batch,
int dCdW_stride_frame, int dCdW_stride_col, int dCdW_stride_row,
int dCdW_stride_frame, int dCdW_stride_col, int dCdW_stride_row,
int dCdW_stride_stack, int dCdW_stride_nkern)
int dCdW_stride_stack, int dCdW_stride_nkern)
{
{
int __shared__ kern_id, stack_id;
int __shared__ kern_id, stack_id;
float __shared__ *d_img, *d_kern;
float __shared__ *d_img, *d_kern;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论