未验证 提交 cefa91fd 编写于 作者: Z Zhang Jun 提交者: GitHub

remove cudnn_deterministic=True (#41341)

上级 641ce65f
...@@ -1058,7 +1058,6 @@ std::unique_ptr<PaddlePredictor> CreatePaddlePredictor< ...@@ -1058,7 +1058,6 @@ std::unique_ptr<PaddlePredictor> CreatePaddlePredictor<
std::to_string(fraction_of_gpu_memory); std::to_string(fraction_of_gpu_memory);
VLOG(3) << "set flag: " << flag; VLOG(3) << "set flag: " << flag;
gflags.push_back(flag); gflags.push_back(flag);
gflags.push_back("--cudnn_deterministic=True");
} }
// TODO(Shixiaowei02): Add a mandatory scheme to use the thread local // TODO(Shixiaowei02): Add a mandatory scheme to use the thread local
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册