提交 d53e0c74 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!78 fix path

Merge pull request !78 from lingyunli63/fix_path
......@@ -85,7 +85,7 @@ def save_gpu_params(s, args, kernel_info):
fo.write("}\n")
def dump(mod, kernel_name, sch, args):
meta_path = "./cuda_meta_/" + str(os.getpid()) + "/"
meta_path = "./cuda_meta_" + str(os.getpid()) + "/"
cuda_path = os.path.realpath(meta_path)
if not os.path.isdir(cuda_path):
os.makedirs(cuda_path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册