/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/arch/mma/amdgcn_mma.hpp Source File#
amdgcn_mma.hpp
Go to the documentation of this file.
Definition: amdgcn_mma.hpp:10
typename impl::ext_vector< T, N >::type ext_vector_t
Definition: vector_type.hpp:84
Meta-tag to indicate unsupported amdgcn_mma instance.
This is the default MmaOp policy. Instances of this class are to be used as MmaOp policies....
Definition: amdgcn_mma.hpp:82
static constexpr index_t kCNLane
Definition: amdgcn_mma.hpp:101
static constexpr index_t kAMBlock
Definition: amdgcn_mma.hpp:92
ext_vector_t< ADataType, 1 > AVecType
Definition: amdgcn_mma.hpp:87
static constexpr index_t kAMLane
Definition: amdgcn_mma.hpp:95
ext_vector_t< CDataType, 1 > CVecType
Definition: amdgcn_mma.hpp:89
static constexpr index_t kCM1PerLane
Definition: amdgcn_mma.hpp:103
static constexpr index_t kBNBlock
Definition: amdgcn_mma.hpp:93
static constexpr index_t kCM0PerLane
Definition: amdgcn_mma.hpp:102
static CK_TILE_DEVICE CVecType const & exec(AVecType const ®sA, BVecType const ®sB, CVecType const ®sC)
Definition: amdgcn_mma.hpp:107
static constexpr index_t kABKLane
Definition: amdgcn_mma.hpp:97
static constexpr index_t kBNLane
Definition: amdgcn_mma.hpp:96
static constexpr index_t kABKPerLane
Definition: amdgcn_mma.hpp:98
ext_vector_t< BDataType, 1 > BVecType
Definition: amdgcn_mma.hpp:88
static constexpr index_t kCMLane
Definition: amdgcn_mma.hpp:100