/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/elementwise/pipeline/elementwise_pipeline_problem.hpp Source File

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/elementwise/pipeline/elementwise_pipeline_problem.hpp Source File#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/elementwise/pipeline/elementwise_pipeline_problem.hpp Source File
elementwise_pipeline_problem.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
2 // Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
3 
4 #pragma once
5 
7 
8 namespace ck_tile {
9 
10 template <typename XDataType_,
11  typename ComputeDataType_,
12  typename YDataType_,
13  typename BlockShape_,
14  typename ElementWiseOperation_,
15  bool kPad_ = true>
17 {
23  static constexpr bool kPad = kPad_;
24 };
25 
26 } // 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: elementwise_pipeline_problem.hpp:17
static constexpr bool kPad
Definition: elementwise_pipeline_problem.hpp:23
remove_cvref_t< ElementWiseOperation_ > ElementWiseOperation
Definition: elementwise_pipeline_problem.hpp:22
remove_cvref_t< ComputeDataType_ > ComputeDataType
Definition: elementwise_pipeline_problem.hpp:19
remove_cvref_t< XDataType_ > XDataType
Definition: elementwise_pipeline_problem.hpp:18
remove_cvref_t< YDataType_ > YDataType
Definition: elementwise_pipeline_problem.hpp:20
remove_cvref_t< BlockShape_ > BlockShape
Definition: elementwise_pipeline_problem.hpp:21