GemmDesc Struct Reference#
ck::tensor_operation::device::GemmDesc Struct Reference
#include <device_grouped_gemm.hpp>
Public Attributes | |
| ck::index_t | M_ |
| ck::index_t | N_ |
| ck::index_t | K_ |
| ck::index_t | stride_A_ |
| ck::index_t | stride_B_ |
| ck::index_t | stride_C_ |
| std::vector< ck::index_t > | stride_Ds_ |
Member Data Documentation
◆ K_
| ck::index_t ck::tensor_operation::device::GemmDesc::K_ |
◆ M_
| ck::index_t ck::tensor_operation::device::GemmDesc::M_ |
◆ N_
| ck::index_t ck::tensor_operation::device::GemmDesc::N_ |
◆ stride_A_
| ck::index_t ck::tensor_operation::device::GemmDesc::stride_A_ |
◆ stride_B_
| ck::index_t ck::tensor_operation::device::GemmDesc::stride_B_ |
◆ stride_C_
| ck::index_t ck::tensor_operation::device::GemmDesc::stride_C_ |
◆ stride_Ds_
| std::vector<ck::index_t> ck::tensor_operation::device::GemmDesc::stride_Ds_ |
The documentation for this struct was generated from the following file: