Commit ea656c84 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent efac0323
......@@ -184,8 +184,8 @@ auto layernorm_fusion(hipStream_t stream,
const Arguments&... args)
{
return [=](auto input, auto output) {
auto relements = arg1.get_shape().lens().back();
auto nelements = result.get_shape().elements() / relements;
auto relements = arg1.get_shape().lens().back();
auto nelements = result.get_shape().elements() / relements;
// auto output_shape = result.get_shape();
// auto reduce_output_lens(output_shape.lens());
// reduce_output_lens.back() = 1;
......
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