"test/training_service/config/pr_tests.yml" did not exist on "3ec26b40afd88b8255ebc74b46f475b77aa4d19b"
Commit 85247d4d authored by Paul's avatar Paul
Browse files

Format

parent d94c54f0
......@@ -8,7 +8,8 @@ namespace migraphx {
template <index_int Axis, class Input, class Output>
__device__ void layernorm(Input input, Output output)
{
constexpr auto relements = get_shape_c<reduce::with_axis<Input, Axis>>{}.elements() / get_shape_c<Input>{}.elements();
constexpr auto relements =
get_shape_c<reduce::with_axis<Input, Axis>>{}.elements() / get_shape_c<Input>{}.elements();
reduce::block::run<reduce::with_axis<Input, Axis>>([&](auto, auto r) {
using value_type = typename Input::type;
auto mean = [&](auto f) {
......
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