提交 1cfa9e93 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

Rename conv_gemm to corr_gemm

上级 42fcb226
......@@ -564,7 +564,7 @@ class BaseGpuCorrMM(GpuOp):
def c_support_code_apply(self, node, nodename):
# REMEMBER TO RAISE c_code_cache_version when changing any of
# these files
files = ['conv_gemm.cu']
files = ['corr_gemm.cu']
codes = [open(os.path.join(os.path.split(__file__)[0], f)).read()
for f in files]
return reduce(str.__add__, codes)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论