Commit a5b5f2fa authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Update check if argument is supported

parent 19a08d65
...@@ -176,10 +176,8 @@ int run_conv_bwd_weight(bool do_verification, ...@@ -176,10 +176,8 @@ int run_conv_bwd_weight(bool do_verification,
if(!conv.IsSupportedArgument(argument)) if(!conv.IsSupportedArgument(argument))
{ {
std::cout << "wrong! device_conv with the specified compilation parameters does " std::cout << "Example not supported, please check parameters or device!";
"not support this Conv problem" return 0;
<< std::endl;
return 1;
} }
float avg_time = invoker.Run(argument, StreamConfig{nullptr, time_kernel}); float avg_time = invoker.Run(argument, StreamConfig{nullptr, time_kernel});
......
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