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

#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"