Bluefog-Lib / bluefog

Distributed and decentralized training framework for PyTorch over graph
https://bluefog-lib.github.io/bluefog/
Apache License 2.0
291 stars 71 forks source link

Win put optimizer register name issue #67

Closed hanbinhu closed 3 years ago

hanbinhu commented 3 years ago

If we turn on two or more win_put optimizer tests in test/optimizer.py, only one will pass, and all others will fail. This may be related to the namings of the window are duplicated or not properly released, which may need further investigation.