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
demo: Populate cluster neighbors before filling adjacency
Instead of gathering adjacency info from the map, we can scatter it into
per-cluster neighbor list, which avoids expensive map iteration for
every cluster. This could be optimized further to avoid
vectors-of-vectors, but that can be left to the actual meshopt cluster
partitioner; this change just improves METIS baseline from performance
perspective to make comparisons more relevant.
0 commit comments