fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

fgemm with ModeTrait == GenericTag fails to compile

Open ClementPernet opened this issue 7 years ago • 1 comments

There is some implicit assumption in fflas_fgemm.inl:412 (routine fgemm, DynamicPeeling and DynamicPeeling2) that the helper has Cmin, Cmax, Outmin, Outmax, etc. which is not the case with generic helpers.

ClementPernet avatar Feb 27 '18 10:02 ClementPernet

This is actually a duplicate of #106

ClementPernet avatar Feb 27 '18 12:02 ClementPernet