mirror of
https://github.com/amd/blis.git
synced 2026-05-26 07:25:28 +00:00
Details: - Added explicit handling of situations where i == dim to bli_determine_blocksize_b_sub(). This isn't actually needed by any current use case within BLIS, but handling the situation is nonetheless prudent. Thanks to Minh Quan for reporting this issue and requesting the fix.