mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-14 02:57:45 +00:00
11 lines
440 B
C++
11 lines
440 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "ck_tile/ops/batchnorm/block/block_welford.hpp"
|
|
#include "ck_tile/ops/batchnorm/kernel/batchnorm_fwd_kernel.hpp"
|
|
#include "ck_tile/ops/batchnorm/pipeline/batchnorm_fwd_traits.hpp"
|
|
#include "ck_tile/ops/batchnorm/pipeline/batchnorm_problem.hpp"
|
|
#include "ck_tile/ops/batchnorm/pipeline/batchnorm_shape.hpp"
|