Compute attribute for gemm. More...
#include <common.hpp>
Public Types | |
| using | dtype_a = dtype_a_ |
| using | dtype_b = dtype_b_ |
| using | dtype_acc = dtype_acc_ |
Compute attribute for gemm.
| dtype_a_ | Is the memory data type of matA. |
| dtype_b_ | Is the memory data type of matB. |
| dtype_acc_ | Is the compute data type. |
| using gpu::xetla::group::compute_attr_t< dtype_a_, dtype_b_, dtype_acc_ >::dtype_a = dtype_a_ |
| using gpu::xetla::group::compute_attr_t< dtype_a_, dtype_b_, dtype_acc_ >::dtype_acc = dtype_acc_ |
| using gpu::xetla::group::compute_attr_t< dtype_a_, dtype_b_, dtype_acc_ >::dtype_b = dtype_b_ |