Commit 28f7629d authored by rocking's avatar rocking
Browse files

Fix order of parameter

parent 4071440c
......@@ -83,7 +83,7 @@ float run_layernorm(const layernorm2d_fwd_args& param, ck_tile::stream_config st
NRepeat,
NThread,
VectorAccessSize,
kSaveMeanInvStd,
kPadN,
kSaveMeanInvStd,
kTwoPass>::Run(param, stream);
};
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