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
I’d like to learn from PyTorch’s experience in designing feature flags to enable custom implementation. Could you help me resolve the following questions, or provide related resources for my reference:
How does PyTorch design feature flags? What principles does it follow?
How should feature flags be used in the source code to prevent interference among them? Are there specific rules, constraints, or even clever techniques?
In testing, how can one ensure that all combinations of feature flags do not introduce bugs? Does it require testing every possible combination, or are there alternative assurances?
Thx a lot
The text was updated successfully, but these errors were encountered:
I’d like to learn from PyTorch’s experience in designing feature flags to enable custom implementation. Could you help me resolve the following questions, or provide related resources for my reference:
Thx a lot
The text was updated successfully, but these errors were encountered: