提交 9411f9e8 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

updated comment--Fred is going to handle uncaught case in a different PR

上级 db1e2d56
...@@ -835,11 +835,8 @@ class GpuCAReduce(GpuOp): ...@@ -835,11 +835,8 @@ class GpuCAReduce(GpuOp):
if (warpSize != 32) if (warpSize != 32)
{ {
// TODO: set error code // TODO: set error code
// 2012-09-17 IG: as of today, Fred says this is unlikely // 2012-09-20 IG: as of today, Fred says he will check
// to change for any GPU released // this elsewhere, in a different PR
// anytime soon. Hard to fix as _k_init is called by
// c_support_code_apply and
// c_support_code_apply is not passed a 'fail' code string.
Z[0] = -666; Z[0] = -666;
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论