/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/smoothquant/kernel/smoothquant_kernel.hpp Source File#
smoothquant_kernel.hpp
Go to the documentation of this file.
112 _TS_(S_::Block_M) + "x" + _TS_(S_::Block_N) + "_" + _TS_(S_::WarpPerBlock_M) + "x" + _TS_(S_::WarpPerBlock_N) + "_" +
113 _TS_(S_::Warp_M) + "x" + _TS_(S_::Warp_N) + "_" + _TS_(S_::Vector_M) + "x" + _TS_(S_::Vector_N) + "_" +
Definition: cluster_descriptor.hpp:13
constexpr CK_TILE_HOST_DEVICE auto integer_divide_ceil(X x, Y y)
Definition: math.hpp:149
constexpr CK_TILE_HOST_DEVICE auto pad_tensor_view(const TensorView &tensor_view, const TileLengths &tile_lengths, DoPads)
Definition: tensor_view.hpp:530
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.hpp:21
constexpr CK_TILE_DEVICE auto make_tile_window(null_tensor_view, const WindowLengths &window_lengths, const multi_index< WindowLengths::size()> &, Ts &&...)
Definition: null_tile_window.hpp:75
constexpr CK_TILE_HOST_DEVICE auto make_tuple(Xs &&... xs)
Definition: tuple.hpp:360
#define _TS_
#define _SS_
Definition: smoothquant_kernel.hpp:54
Definition: smoothquant_kernel.hpp:88
Definition: smoothquant_kernel.hpp:13
Definition: smoothquant_kernel.hpp:29
static constexpr CK_TILE_HOST Kargs MakeKargs(const Hargs &hargs)
Definition: smoothquant_kernel.hpp:68
static constexpr CK_TILE_HOST auto BlockSize()
Definition: smoothquant_kernel.hpp:85
static constexpr CK_TILE_HOST auto GridSize(const Hargs &hargs)
Definition: smoothquant_kernel.hpp:80
static constexpr index_t kBlockSize
Definition: smoothquant_kernel.hpp:48
remove_cvref_t< Pipeline_ > Pipeline
Definition: smoothquant_kernel.hpp:30
static constexpr index_t Repeat_N
Definition: smoothquant_kernel.hpp:47
remove_cvref_t< typename Problem::SmoothScaleDataType > SmoothScaleDataType
Definition: smoothquant_kernel.hpp:34
static constexpr CK_TILE_HOST_DEVICE index_t GetSmemSize()
Definition: smoothquant_kernel.hpp:97
CK_TILE_DEVICE void operator()(Kargs kargs) const
Definition: smoothquant_kernel.hpp:120
static CK_TILE_HOST std::string GetName()
Definition: smoothquant_kernel.hpp:99
static constexpr index_t ThreadPerWarp_N
Definition: smoothquant_kernel.hpp:45
remove_cvref_t< typename Problem::XDataType > XDataType
Definition: smoothquant_kernel.hpp:33
static constexpr index_t Vector_N
Definition: smoothquant_kernel.hpp:46
remove_cvref_t< typename Problem::QYDataType > QYDataType
Definition: smoothquant_kernel.hpp:37
remove_cvref_t< typename Problem::ComputeDataType > ComputeDataType
Definition: smoothquant_kernel.hpp:35
remove_cvref_t< typename Problem::YScaleDataType > YScaleDataType
Definition: smoothquant_kernel.hpp:36
typename Pipeline::Problem Problem
Definition: smoothquant_kernel.hpp:31
Definition: integral_constant.hpp:13
Definition: sequence.hpp:49