/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/arch/mma/mfma/mfma_selector.hpp File Reference#
mfma_selector.hpp File Reference
#include "ck_tile/core/config.hpp"#include "ck_tile/core/arch/arch.hpp"#include "ck_tile/core/arch/mma/amdgcn_mma.hpp"#include "ck_tile/core/arch/mma/mma_traits.hpp"#include "ck_tile/core/numeric/vector_type.hpp"#include "mfma_traits.hpp"#include "mfma_gfx9.hpp"Go to the source code of this file.
Classes | |
| struct | ck_tile::core::arch::mma::MfmaDefaultSelector< ADataType, BDataType, CDataType, BlockM, BlockN, BlockKTest, CompilerTarget > |
| Implements a default MFMA selector strategy for gfx9 target architectures. This implements the K dimension search strategy to find the largest supported MFMA instruction for the given M/N block sizes and datatypes. If no supported instruction is found, falls back to an unsupported pass-through implementation. More... | |
| struct | ck_tile::core::arch::mma::MfmaDefaultSelector< ADataType, BDataType, CDataType, BlockM, BlockN, 1u, CompilerTarget > |
| struct | ck_tile::core::arch::mma::MmaDefaultSelector< ADataType, BDataType, CDataType, FragM, FragN, FragK, CompilerTarget, enable_if_target_family_gfx9_t< CompilerTarget > > |
Namespaces | |
| ck_tile | |
| ck_tile::core | |
| ck_tile::core::arch | |
| ck_tile::core::arch::mma | |