"benchmarks/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "e0c6f556e85053059c74ab6b5cee396baf3b4316"
Commit b5bae9d6 authored by letaoqin's avatar letaoqin
Browse files

format

parent 7b91495a
...@@ -140,7 +140,9 @@ bool run_grouped_conv_fwd_dl(bool do_verification, ...@@ -140,7 +140,9 @@ bool run_grouped_conv_fwd_dl(bool do_verification,
if(!conv.IsSupportedArgument(argument)) if(!conv.IsSupportedArgument(argument))
{ {
std::cout << "wrong! device_conv with the specified compilation parameters does not support this Conv problem" << std::endl; std::cout << "wrong! device_conv with the specified compilation parameters does not "
"support this Conv problem"
<< std::endl;
return true; return true;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment