trunk/65474dd4dc27dedaf50b569daf31ea66fd3e21e3: [dynamo] Port CPython 3.13 test_fractions to Dynamo test suite (#197379)
- PyTorch: 1124 events in the last 90 days
- PyTorch: 1110th Release in the last 90 days
- Previous: earlier the same day · trunk/0c8b4a78ffbbce776adc0823e790158b26435f40: flex_gemm: grouped-main SwiGLU on the grouped_mm path (#196321)
What happened
Part of #196238 Description Ports the CPython 3.13 test_fractions.py module to run under torch.compile . Fraction is a pure-Python numeric type, so the module is a broad workout for the numeric dunder protocol ( __add__ / __radd__ , comparisons, __round__ , __format__ ) inside compiled frames. Changes: Copied pristine test_fractions.py from CPython v3.13.5 and updated the source URL in the Dynamo patch header. Rebou…
Summary assembled by rule from the sources below