提交 11251d36 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix typo.

上级 7de5da54
......@@ -285,7 +285,7 @@ class GpuDot22(BlasOp, Dot22):
def c_code_cache_version(self):
return (2,)
def c_header_dir(self):
def c_header_dirs(self):
ret = super(GpuDot22, self).c_header_dirs()
return ret + [os.path.dirname(__file__)]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论