Commit a7ecd592 authored by Paul's avatar Paul
Browse files

Formatting

parent 4070855d
......@@ -282,8 +282,11 @@ auto nary_standard(hipStream_t stream, argument result, Arguments... args)
}
template <class... Arguments>
bool broadcastable(
bool& divisible_by_4, std::size_t max_size, const argument& result, const argument& barg, const Arguments&... args)
bool broadcastable(bool& divisible_by_4,
std::size_t max_size,
const argument& result,
const argument& barg,
const Arguments&... args)
{
divisible_by_4 = false;
auto bshape = barg.get_shape();
......
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