".github/vscode:/vscode.git/clone" did not exist on "c1edb03c372c12f92b1b5580b718e8cf2196016c"
Commit 457385b2 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Update check if argument is supported

parent a31c0d70
...@@ -113,7 +113,7 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config, ...@@ -113,7 +113,7 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config,
std::cerr << "wrong! device_conv with the specified compilation parameters does " std::cerr << "wrong! device_conv with the specified compilation parameters does "
"not support this Conv problem" "not support this Conv problem"
<< std::endl; << std::endl;
return false; return true;
} }
float avg_time = invoker.Run(argument, StreamConfig{nullptr, config.time_kernel}); float avg_time = invoker.Run(argument, StreamConfig{nullptr, config.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