Fix degenerate cases in syrk and trsm

This commit is contained in:
Gael Guennebaud
2015-11-30 22:20:31 +01:00
parent e7a1c48185
commit 1d906d883d
2 changed files with 13 additions and 3 deletions

View File

@@ -203,8 +203,6 @@ void evaluateProductBlockingSizesHeuristic(Index& k, Index& m, Index& n, Index n
const Index actual_l2 = 1572864; // == 1.5 MB
#endif
// Here, nc is chosen such that a block of kc x nc of the rhs fit within half of L2.
// The second half is implicitly reserved to access the result and lhs coefficients.
// When k<max_kc, then nc can arbitrarily growth. In practice, it seems to be fruitful