未验证 提交 ebc72ac2 编写于 作者: L limingshu 提交者: GitHub

first commit (#38590)

上级 e683ab50
...@@ -164,7 +164,7 @@ void ChooseAlgo(const std::vector<PerfType>& perf_results, ...@@ -164,7 +164,7 @@ void ChooseAlgo(const std::vector<PerfType>& perf_results,
VLOG(3) << " choose algo: " << result.algo << ", TC: " << math_type_str VLOG(3) << " choose algo: " << result.algo << ", TC: " << math_type_str
<< ", time: " << result.time << " ms" << ", time: " << result.time << " ms"
<< ", wksp = " << result.memory << ", status = " << result.status; << ", wksp = " << result.memory << ", status = " << result.status;
return; break;
} }
} }
} }
...@@ -197,7 +197,6 @@ static void SetConvMathType(const framework::ExecutionContext& ctx, ...@@ -197,7 +197,6 @@ static void SetConvMathType(const framework::ExecutionContext& ctx,
VLOG(5) << "NOT use cudnn_tensor_op_math"; VLOG(5) << "NOT use cudnn_tensor_op_math";
} }
#endif #endif
return;
} }
struct ConvArgs { struct ConvArgs {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册