PyTorch Dynamo Updates _get_current_dispatch_mode_stack to Return Empty List
English summary
A commit in the PyTorch repository modifies the TorchDynamo component to have _get_current_dispatch_mode_stack return an empty list ([]) instead of the previous behavior. The change appears in a trunk build on 2026-06-15. The commit was authored by arnavkewalram.
Chinese summary
PyTorch 仓库的一次提交修改了 TorchDynamo 组件,使得 _get_current_dispatch_mode_stack 返回空列表 ([]) 而非之前的行为。该变更出现在 2026-06-15 的主干构建中,由 arnavkewalram 提交。
Key points
TorchDynamo function _get_current_dispatch_mode_stack now returns an empty list.
TorchDynamo 函数 _get_current_dispatch_mode_stack 现在返回空列表。
The change is part of a single commit on the PyTorch main branch.
此变更是 PyTorch 主分支上的一次单独提交。