trunk/377d83a554d93e9fd6bb2949daa26d8d551398ad: [dynamo] Port CPython 3.13 test_unary to Dynamo test suite (#196240)
- PyTorch 近 90 天出现 771 次
- PyTorch 近 90 天第 761 次发版
- 上一次:同一天稍早 · trunk/4e561321b85d0c6357b46a379db9d92be0ba441a: [MPS] Make event synchronization and timing reliable (#196395)
发生了什么
Part of #196238 Description This PR ports the CPython 3.13 test_unary.py module to run under torch.compile . Changes made: Copied pristine test_unary.py from CPython v3.13.5. Prepended the Dynamo patch header and updated the source URL. Rebound unittest.TestCase to torch._dynamo.test_case.CPythonTestCase . Added the run_tests() call at the bottom. Regenerated the .diff using tools/regenerate_cpython_diffs.py . Teste…
摘要按规则整理自下方来源原文