trunk/65474dd4dc27dedaf50b569daf31ea66fd3e21e3: [dynamo] Port CPython 3.13 test_fractions to Dynamo test suite (#197379)
- PyTorch 近 90 天出现 1128 次
- PyTorch 近 90 天第 1114 次发版
- 上一次:同一天稍早 · trunk/0c8b4a78ffbbce776adc0823e790158b26435f40: flex_gemm: grouped-main SwiGLU on the grouped_mm path (#196321)
发生了什么
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…
摘要按规则整理自下方来源原文