"profiler/vscode:/vscode.git/clone" did not exist on "cd929111eeb5e34b077dfd8a519903a0c1aaebe3"
Commit 0440f8bd authored by letaoqin's avatar letaoqin
Browse files

format

parent 93ec1681
......@@ -121,7 +121,7 @@ float layernorm2d_fwd_(const S& s, A a)
using OnePassPipeline = ck_tile::Layernorm2dFwdOnePassPipeline<PipelineProblem>;
using TwoPassPipeline = ck_tile::Layernorm2dFwdTwoPassPipeline<PipelineProblem>;
using Pipeline = std::conditional_t<Traits_::kTwoPass, TwoPassPipeline, OnePassPipeline>;
using Pipeline = std::conditional_t<Traits_::kTwoPass, TwoPassPipeline, OnePassPipeline>;
using Kernel = ck_tile::Layernorm2dFwd<Pipeline>;
......
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