"backends/vscode:/vscode.git/clone" did not exist on "9ab9937414cd1c6a3299f322268d1bacb235f7b6"
smoothquant.hpp 681 Bytes
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

#pragma once

6
#include "ck_tile/ops/smoothquant/kernel/moe_smoothquant_kernel.hpp"
rocking's avatar
rocking committed
7
8
9
10
11
12
13
#include "ck_tile/ops/smoothquant/kernel/smoothquant_kernel.hpp"
#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_default_policy.hpp"
#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp"
#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_problem.hpp"
#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp"
#include "ck_tile/ops/common/generic_2d_block_shape.hpp"
#include "ck_tile/ops/common/tensor_layout.hpp"