include/ck_tile/ops/softmax/block/block_softmax_2d_problem.hpp Source File

include/ck_tile/ops/softmax/block/block_softmax_2d_problem.hpp Source File#

Composable Kernel: include/ck_tile/ops/softmax/block/block_softmax_2d_problem.hpp Source File
block_softmax_2d_problem.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
2 // Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
3 
4 #pragma once
5 
6 #include "ck_tile/core.hpp"
7 
8 namespace ck_tile {
9 
10 template <typename DataType_>
12 {
14 };
15 
16 } // namespace ck_tile
Definition: cluster_descriptor.hpp:13
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.hpp:20
Definition: block_softmax_2d_problem.hpp:12
remove_cvref_t< DataType_ > DataType
Definition: block_softmax_2d_problem.hpp:13