ezmsg.sigproc.util.blockdiag.PERMUTED_SEARCH_MIN_WEIGHTS#
- PERMUTED_SEARCH_MIN_WEIGHTS = 1048576#
Skip the connected-components search (and its scipy import) for matrices smaller than this. Below ~1024x1024 a dense matmul beats a permuted block matmul at every chunk length measured, so the search could only cost time.