Closed kumpera closed 1 year ago
Are existing test plans enough?
Yes, because we're not modifying exiting functionality.
The only implementations of the new store API will be in PT, so there isn't much to test here.
@kumpera has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@kumpera merged this pull request in facebookincubator/gloo@c774e9e0fcc49402ad0b8ca344a16cc332a77a01.
Append is an optional operation for stores. The semantics is to create or append the value to a given key.
Test plan:
It builds. This change was tested from PyTorch.