gemm_hls icon indicating copy to clipboard operation
gemm_hls copied to clipboard

Implementation of BLAS compatible GEMM call

Open HPC-Ken opened this issue 6 years ago • 1 comments

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.

HPC-Ken avatar Jan 22 '19 11:01 HPC-Ken

Implemented transposition of A with dc2cb955741eb4dadbfe24f500846affbe95fbcb, still running tests.

definelicht avatar Feb 15 '19 16:02 definelicht