You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clusterizer: Use strict comparison for maxss codegen
Using >= generates a series of comparisons on x64, whereas using >
matches maxss pattern. Also fix a couple comments that were written
before sparse adjacency builder was split.
0 commit comments