#include <sycl/ext/oneapi/matrix/matrix-aot-amx.hpp>
Public Member Functions | |
joint_matrix (Group sg) | |
Public Attributes | |
int8_t | raw_storage [size] |
matrix_layout | layout |
Static Public Attributes | |
static constexpr size_t | trows = (NumRows + tile_size - 1) / tile_size |
static constexpr size_t | tcols |
static constexpr size_t | size = trows * tcols * tile_size * tile_size * 4 |
static constexpr size_t | stride = tcols * tile_size * 4 / sizeof(T) |
static constexpr bool | isSmall = false |
Definition at line 145 of file matrix-aot-amx.hpp.
|
inline |
Definition at line 171 of file matrix-aot-amx.hpp.
|
staticconstexpr |
Definition at line 166 of file matrix-aot-amx.hpp.
matrix_layout cl::sycl::ext::intel::experimental::matrix::enable_if<!((NumRows<=tile_size) &&(NumCols *sizeof(T)/4<=tile_size) &&(Layout !=matrix_layout::col_major))>::type >::layout |
Definition at line 169 of file matrix-aot-amx.hpp.
int8_t cl::sycl::ext::intel::experimental::matrix::enable_if<!((NumRows<=tile_size) &&(NumCols *sizeof(T)/4<=tile_size) &&(Layout !=matrix_layout::col_major))>::type >::raw_storage[size] |
Definition at line 165 of file matrix-aot-amx.hpp.
|
staticconstexpr |
Definition at line 162 of file matrix-aot-amx.hpp.
|
staticconstexpr |
Definition at line 164 of file matrix-aot-amx.hpp.
|
staticconstexpr |
Definition at line 155 of file matrix-aot-amx.hpp.
|
staticconstexpr |
Definition at line 153 of file matrix-aot-amx.hpp.