- Enable pyrefly as the TSP/diagnostics source
- Open https://github.com/pytorch/pytorch.git (after cloning it)
- Open the torch/compiler/init.py
- Hover over the
_higher_order_ops submodule on the line from torch._higher_order_ops.invoke_subgraph import NestedCompileRegionOptions
Expected result:
At least something saying it's a module.
Actual result:
No output.
_higher_order_opssubmodule on the linefrom torch._higher_order_ops.invoke_subgraph import NestedCompileRegionOptionsExpected result:
At least something saying it's a module.
Actual result:
No output.