← 返回事件
持续讨论AI发版3.13

trunk/65474dd4dc27dedaf50b569daf31ea66fd3e21e3: [dynamo] Port CPython 3.13 test_fractions to Dynamo test suite (#197379)

图:PyTorch Releases

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源