/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/arch/mma/amdgcn_mma.hpp File Reference#
amdgcn_mma.hpp File Reference
#include "ck_tile/core/config.hpp"#include "ck_tile/core/numeric/vector_type.hpp"#include "ck_tile/core/utility/ignore.hpp"#include "wmma/wmma.hpp"#include "mfma/mfma.hpp"Go to the source code of this file.
Classes | |
| struct | ck_tile::core::arch::mma::amdgcn_mma< ADataType, BDataType, CDataType, BlockM, BlockN, BlockK, CtrlFlags, CompilerTarget, Enabler > |
| This is the default MmaOp policy. Instances of this class are to be used as MmaOp policies. Light builtin wrapper for mfma / wmma instructions. This class's job is to provide a uniform interface to invoke the appropriate instruction based on the template parameters provided. This interface is to bridge the gap between the ck_tile API types and the native __builtin types. More... | |
Namespaces | |
| ck_tile | |
| ck_tile::core | |
| ck_tile::core::arch | |
| ck_tile::core::arch::mma | |