Is GetOrAdd
safe for varying partition sizes within a single driver stage?
#959
Labels
question
Further information is requested
Changing the partition sizes within a driver is generally allowed (currently), but it's unclear of that change is properly reflected in the caching label mechanism.
We/I should double check of there are potential issue as there are/might be places in the code where we implicitly assume a single pack (e.g.. for guaranteed non-blocking reductions across all blocks of a rank).
The text was updated successfully, but these errors were encountered: