gemm_hls
gemm_hls copied to clipboard
Implementation of BLAS compatible GEMM call
I would like to use this project as a drop in GEMM function. This would necessitate the implementation of support for TransA, TransB and to a lesser importance (to me anyway) alpha and beta parameters.
Implemented transposition of A with dc2cb955741eb4dadbfe24f500846affbe95fbcb, still running tests.