smoothquant.hpp 606 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.

#pragma once

#include "ck_tile/host/ops/smoothquant/kernel/moe_smoothquant_kernel.hpp"
#include "ck_tile/host/ops/smoothquant/kernel/smoothquant_kernel.hpp"
#include "ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_default_policy.hpp"
#include "ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp"
#include "ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_problem.hpp"
#include "ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp"