提交 79216c2c authored 作者: Marc-Alexandre Cote's avatar Marc-Alexandre Cote

Fix copy-paste error.

上级 584520bc
......@@ -306,7 +306,7 @@ class GpuCumsum(CumsumOp, GpuOp):
max_threads_dim0 = self.max_threads_dim0
max_grid_size1 = self.max_grid_size1
if max_threads_dim0 is None or max_grid_size1 is None:
raise NotImplementedError("GpuConv.c_code should not be called "
raise NotImplementedError("GpuCumsum.c_code should not be called "
"directly. It should be called by "
"make_thunk() that add some information "
"related to the selected GPU.")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论