smoothquant.hpp Source File# Composable Kernel: smoothquant.hpp Source File includeck_tileops smoothquant.hpp Go to the documentation of this file. 1// SPDX-License-Identifier: MIT 2// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. 3 4#pragma once 5 6#include "ck_tile/ops/smoothquant/kernel/moe_smoothquant_kernel.hpp" 7#include "ck_tile/ops/smoothquant/kernel/smoothquant_kernel.hpp" 8#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_default_policy.hpp" 9#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp" 10#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_problem.hpp" 11#include "ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp" 12#include "ck_tile/ops/common/generic_2d_block_shape.hpp" 13#include "ck_tile/ops/common/load_interleaved_pk_type.hpp" 14#include "ck_tile/ops/common/streamk_common.hpp" 15#include "ck_tile/ops/common/tensor_layout.hpp" 16#include "ck_tile/ops/common/utils.hpp" generic_2d_block_shape.hpp load_interleaved_pk_type.hpp moe_smoothquant_kernel.hpp smoothquant_kernel.hpp smoothquant_pipeline_default_policy.hpp smoothquant_pipeline_one_pass.hpp smoothquant_pipeline_problem.hpp smoothquant_pipeline_two_pass.hpp streamk_common.hpp tensor_layout.hpp utils.hpp