"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "6529e7c9980772faff1862f2a8f842c5c04a1ed2"
Commit fd5a68a7 authored by Paul's avatar Paul
Browse files

Fix tidy warning

parent 902161bd
......@@ -40,7 +40,7 @@ namespace {
struct find_conv_pointwise
{
// Find a convolution followed by a pointwise operation.
auto matcher() const
auto matcher() const // NOLINT
{
auto convolution =
match::skip(match::name("contiguous"))(match::name("convolution").bind("convolution"));
......
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