/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/arch/mma/mfma/mfma_gfx9.hpp Source File#
mfma_gfx9.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 for the MFMA operation. This will be used in the MmaOp policies to identify the operation as...
Definition: mfma_gfx9.hpp:27
static constexpr uint32_t Abid
Definition: mfma_gfx9.hpp:29
static constexpr uint32_t Blgp
Definition: mfma_gfx9.hpp:30
static constexpr uint32_t Cbsz
Definition: mfma_gfx9.hpp:28
ext_vector_t< fp16_t, 8 > BVecType
Definition: mfma_gfx9.hpp:133
ext_vector_t< fp16_t, 8 > AVecType
Definition: mfma_gfx9.hpp:132
static CK_TILE_DEVICE auto exec(AVecType const &aVec, BVecType const &bVec, CVecType const &cVec) -> CVecType
Definition: mfma_gfx9.hpp:151
ext_vector_t< fp32_t, 4 > CVecType
Definition: mfma_gfx9.hpp:134
ext_vector_t< fp32_t, 4 > CVecType
Definition: mfma_gfx9.hpp:78
ext_vector_t< fp16_t, 4 > AVecType
Definition: mfma_gfx9.hpp:76
ext_vector_t< fp16_t, 4 > BVecType
Definition: mfma_gfx9.hpp:77
static CK_TILE_DEVICE auto exec(AVecType const &aVec, BVecType const &bVec, CVecType const &cVec) -> CVecType
Definition: mfma_gfx9.hpp:95
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
static constexpr index_t kAMLane
Definition: amdgcn_mma.hpp:95
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 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
static constexpr index_t kCMLane
Definition: amdgcn_mma.hpp:100