/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/reduce/block/block_reduce2d_problem.hpp Source File

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/reduce/block/block_reduce2d_problem.hpp Source File#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/reduce/block/block_reduce2d_problem.hpp Source File
block_reduce2d_problem.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
2 // Copyright (c) 2018-2024, 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 XDataType_,
11  typename ComputeDataType_,
12  typename BlockShape_,
13  bool OutputIndex_ = false>
15 {
19 
20  static constexpr bool kOutputIndex = OutputIndex_;
21 };
22 
23 } // namespace ck_tile
Definition: cluster_descriptor.hpp:13
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.hpp:21
Definition: block_reduce2d_problem.hpp:15
static constexpr bool kOutputIndex
Definition: block_reduce2d_problem.hpp:20
remove_cvref_t< ComputeDataType_ > ComputeDataType
Definition: block_reduce2d_problem.hpp:17
remove_cvref_t< XDataType_ > XDataType
Definition: block_reduce2d_problem.hpp:16
remove_cvref_t< BlockShape_ > BlockShape
Definition: block_reduce2d_problem.hpp:18