提交 8624c2f9 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

documented a scary looking uncaught error with explanation of why it's

not so scary
上级 92295548
......@@ -828,7 +828,10 @@ class GpuCAReduce(GpuOp):
if (warpSize != 32)
{
//TODO: set error code
// TODO: set error code
// 2012-09-17 IG: as of today, Fred says this is unlikely to change for any GPU released
// 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;
return;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论