Gemm selection functor. More...
#include <api.hpp>
Gemm selection functor.
| dtype_a | Is the memory data type of matA. |
| dtype_b | Is the memory data type of matB. |
| mem_layout_a | Is the memory layout of matA. |
| mem_layout_b | Is the memory layout of matB. |
| mem_space_a | Is the memory space of matA. |
| mem_space_b | Is the memory space of matB. |
| alignment_a | Is the memory alignment of matA. |
| alignment_b | Is the memory alignment of matB. |
| dtype_acc | Is the compute data type. |
| tile_shape | Is the workgroup-level tile shape. |
| k_stride | Is the accumulate stride along k-dim. |
| engine | Is the compute engine type. |
| arch_tag | Is the HW architecture. |
| stages | Is the prefetch distance. |
| sync_freq | Is the group sync frequency. |