PyTorch Dynamo silently drops closure mutations in local class methods
Compiled functions under fullgraph mode lost in-place list and dict updates performed by methods on classes defined inside the region.
By tensorCompiled functions under fullgraph mode lost in-place list and dict updates performed by methods on classes defined inside the region.
By tensorThe attribute would let the compiler enforce at-most-once calls and reason about closure captures alongside non-copyable types.
By segfault