提交 09cd7b96 authored 作者: Frederic Bastien's avatar Frederic Bastien

Also fix the chiel class

上级 a8f91938
......@@ -984,8 +984,8 @@ class GpuAllocEmpty(HideC, AllocEmpty):
output.tag.nan_guard_mode_check = False
return Apply(self, sh, [output])
def debug_perform(self, node, inputs, out_, ctx):
self.perform(node, inputs, out_, ctx)
def debug_perform(self, node, inputs, out_, params):
self.perform(node, inputs, out_, params)
out_[0][0][:] = -123456789
def perform(self, node, inputs, out_, params):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论