/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/arch/mma/wmma/wmma_selector.hpp Source File#
wmma_selector.hpp
Go to the documentation of this file.
Definition: amdgcn_mma.hpp:10
typename conditional< predicate, X, Y >::type conditional_t
Definition: functional.hpp:115
Definition: wmma_gfx11.hpp:47
std::conditional_t< IsSupported16x16, CandidateOp16x16, DefaultOp > SelectedOp
Definition: wmma_selector.hpp:158
Implements the gfx9 default MMA selector strategy for wave-wise MMA decomposition....
Definition: mma_selector.hpp:38
amdgcn_mma< ADataType, BDataType, CDataType, FragM, FragN, FragK, void, amdgcn_target<> > SelectedOp
Definition: mma_selector.hpp:42
Reflects the template parameters and static members of a given MmaOp.
Definition: mma_traits.hpp:125
constexpr static bool IsSupported
Definition: mma_traits.hpp:147
Implements a default WMMA selector strategy for gfx11/12 target architectures. This implements the K ...
Definition: wmma_selector.hpp:36
std::conditional_t< CandidateTraits::IsSupported, CandidateOp, typename WmmaDefaultSelector< ADataType, BDataType, CDataType, BlockM, BlockN, BlockKTest/2u, CompilerTarget >::SelectedOp > SelectedOp
Definition: wmma_selector.hpp:65
This is the default MmaOp policy. Instances of this class are to be used as MmaOp policies....
Definition: amdgcn_mma.hpp:82