topk_softmax.hpp 586 Bytes
Newer Older
carlushuang's avatar
carlushuang committed
1
// SPDX-License-Identifier: MIT
2
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.
carlushuang's avatar
carlushuang committed
3
4
5
6
7
8
9

#pragma once

#include "ck_tile/ops/topk_softmax/kernel/topk_softmax_kernel.hpp"
#include "ck_tile/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_pipeline.hpp"
#include "ck_tile/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp"
#include "ck_tile/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_problem.hpp"
10
#include "ck_tile/ops/common/generic_2d_block_shape.hpp"
carlushuang's avatar
carlushuang committed
11
#include "ck_tile/ops/common/tensor_layout.hpp"
12
#include "ck_tile/ops/common/utils.hpp"