pytorch
4b56aef0 - add kl_based_partition (#48197)

Commit
3 years ago
add kl_based_partition (#48197) Summary: This is a partition search based on Kernighan-Lin algorithm. First, the graph is partitioned using size_based_partition, then nodes from different partitions are swapped until the cost reaches minimum. Pull Request resolved: https://github.com/pytorch/pytorch/pull/48197 Reviewed By: gcatron Differential Revision: D25097065 Pulled By: scottxu0730 fbshipit-source-id: 3a11286bf4e5a712ab2848b92d0b98cd3d6a89be
Author
Parents
Loading