-
由 notoraptor 提交于
Gemm implementation rewritten so that a new data memory is allocated when we can not reuse C. C can not be reused either when BETA != 0, or when BETA == 0 but C is not contiguous (LDC != M). All tests passed, + special test suggested by lamblin.
da835094