/workspace/networks/managers/evaluator.py:474 in evaluating
/workspace/networks/engines/aotv3_engine.py:657 in match_propogate_one_frame
/workspace/networks/engines/aotv3_engine.py:384 in match_propogate_one_frame
/workspace/networks/models/aotv3.py:189 in LSTT_forward
/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py:1552 in _wrapped_call_impl
/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py:1561 in _call_impl
/opt/conda/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py:432 in _fn
/workspace/networks/layers/transformer.py:634 in forward
/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py:1552 in _wrapped_call_impl
/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py:1561 in _call_impl
/opt/conda/lib/python3.11/site-packages/torch/_dynamo/convert_frame.py:1115 in __call__
Compile Time(seconds)
Entire Frame [?]: 9.51254415512085
Backend [?]: 4.404400825500488
Inductor [?]: 2.3967196941375732
Code Gen Time: 1.056459903717041
Dynamo Time Before Restart [?]: 2.4571990966796875
Restarts and Failures
No failures!
Restart Reasons:
Graph break due to unsupported builtin spatial_correlation_sampler_backend.PyCapsule.forward. This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/docs/main/notes/custom_operators.html for more details) or, if it is traceable, use torch.compiler.allow_in_graph.