GEMM_UNIVERSAL functor. More...
#include <api.hpp>
GEMM_UNIVERSAL functor.
The basic functionality of xetla GEMM_UNIVERSAL is to calculate the \(C = A \times B\).
For advanced usages, xetla GEMM_UNIVERSAL can also support:
| dispatch_policy | Is the dispatch algorithm of the GEMM_UNIVERSAL implementation. |
| gemm_t | Is the gemm functor. |
| epilogue_t | Is the epilogue functor. |