"models-2.13.1/CONTRIBUTING.md" did not exist on "e53ccd8010d8359bd9c3a641101bb0f8c364007d"
layernorm2d.hpp 1.25 KB
Newer Older
rocking's avatar
rocking committed
1
// SPDX-License-Identifier: MIT
2
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.
rocking's avatar
rocking committed
3
4
5
6

#pragma once

#include "ck_tile/ops/layernorm2d/kernel/layernorm2d_fwd_kernel.hpp"
ltqin's avatar
ltqin committed
7
8
9
10
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_default_policy.hpp"
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_one_pass.hpp"
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_problem.hpp"
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_two_pass.hpp"
11
12
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_traits.hpp"
#include "ck_tile/ops/common/generic_2d_block_shape.hpp"
AMD-dteng's avatar
AMD-dteng committed
13

AMD-dteng's avatar
AMD-dteng committed
14
15
#include "ck_tile/ops/layernorm2d/kernel/layernorm2d_bwd_dx_kernel.hpp"
#include "ck_tile/ops/layernorm2d/kernel/layernorm2d_bwd_dgamma_beta_kernel.hpp"
AMD-dteng's avatar
AMD-dteng committed
16
17
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_bwd_pipeline_default_policy.hpp"
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_bwd_pipeline_gamma_beta.hpp"
AMD-dteng's avatar
AMD-dteng committed
18
19
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_bwd_pipeline_dx_one_pass.hpp"
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_bwd_pipeline_dx_two_pass.hpp"
AMD-dteng's avatar
AMD-dteng committed
20
21
#include "ck_tile/ops/layernorm2d/pipeline/layernorm2d_bwd_pipeline_problem.hpp"

rocking's avatar
rocking committed
22
#include "ck_tile/ops/common/tensor_layout.hpp"