/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/arch/mma/wmma/wmma_transforms.hpp Source File#
wmma_transforms.hpp
Go to the documentation of this file.
Definition: amdgcn_mma.hpp:10
Transform to duplicate low register elements to high register elements.
Definition: wmma_transforms.hpp:17
static decltype(auto) CK_TILE_DEVICE exec(VecType &&v)
Definition: wmma_transforms.hpp:19
Default MMA transforms for GFX11 architecture.
Definition: wmma_transforms.hpp:61
Default MMA transforms for GFX12 architecture.
Definition: wmma_transforms.hpp:73
Implements the default MMA transforms selection for gfx9 targets.
Definition: mma_transforms.hpp:28
Transform to pad data from original type to b32 type.
Definition: wmma_transforms.hpp:32
static decltype(auto) CK_TILE_DEVICE exec(VecType &&v)
Definition: wmma_transforms.hpp:34
A no-op transform that passes through the input as-is.
Definition: mma_transforms.hpp:11
Transform to unpad data from b32 type to original type.
Definition: wmma_transforms.hpp:47
static decltype(auto) CK_TILE_DEVICE exec(VecType &&v)
Definition: wmma_transforms.hpp:49