Commit e4f5508c authored by Paul's avatar Paul
Browse files

Formatting

parent 26d6f15f
......@@ -398,7 +398,7 @@ auto nary(hipStream_t stream, argument result, Arguments... args)
{
return [=](auto f) {
auto barg = back_args(args...);
auto barg = back_args(args...);
bool fallback = pop_back_args(args...)([&](auto&&... args2) {
auto bshape = barg.get_shape();
const bool standard =
......@@ -430,7 +430,7 @@ auto nary(hipStream_t stream, argument result, Arguments... args)
}
return true;
});
if (fallback)
if(fallback)
nary_impl(stream, f, result, args...);
};
}
......
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