Workaround for ESIMD matrix(2D) ref type. More...
#include <base_types.hpp>
Workaround for ESIMD matrix(2D) ref type.
Use C++20 concept to constrains the scope of auto.
__REF__, i.e. "xetla_matrix_ref __REF__" is the full declaration of xetla matrix reference. | Ta | first tparam is reserved for auto. |
| Ty | data type in xetla_matrix_ref. |
| N1 | row num in xetla_matrix_ref. |
| N2 | col num in xetla_matrix_ref. |