fused_moe.hpp 1.28 KB
Newer Older
1
2
3
4
5
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.

#pragma once

6
#include "ck_tile/ops/fused_moe/kernel/fused_moegemm_kernel.hpp"
letaoqin's avatar
start  
letaoqin committed
7
#include "ck_tile/ops/fused_moe/kernel/fused_moegemm_general_kernel.hpp"
8
9
#include "ck_tile/ops/fused_moe/kernel/fused_moegemm_shape.hpp"
#include "ck_tile/ops/fused_moe/kernel/fused_moegemm_tile_partitioner.hpp"
10
#include "ck_tile/ops/fused_moe/kernel/moe_sorting_kernel.hpp"
11
12
13
14
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_ex.hpp"
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp"
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp"
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_problem.hpp"
letaoqin's avatar
start  
letaoqin committed
15
16
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_general.hpp"
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_general_policy.hpp"
17
#include "ck_tile/ops/fused_moe/pipeline/fused_moegemm_traits.hpp"
18
19
20
21
22
#include "ck_tile/ops/fused_moe/pipeline/moe_sorting_pipeline.hpp"
#include "ck_tile/ops/fused_moe/pipeline/moe_sorting_policy.hpp"
#include "ck_tile/ops/fused_moe/pipeline/moe_sorting_problem.hpp"
#include "ck_tile/ops/common/generic_2d_block_shape.hpp"
#include "ck_tile/ops/common/tensor_layout.hpp"