mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78563 The profiler assembles a call hierarchy by replaying recorded events. There is an assert to ensure that the events form a well structured tree; however many of the inputs are from external sources and small differences (e.g. recording time in a lower precision) leads to traces which violate that assumption. For now this is acceptable; the post processing can handle resolving these descrepencies. As a result, I am relaxing the assert to only test event types where we expect the framework to be able to enforce these strong structural requirements. Differential Revision: [D36787787](https://our.internmc.facebook.com/intern/diff/D36787787/) Approved by: https://github.com/suo |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| delegate_test.ptl | ||
| delegated_submodule_with_debug_info.ptl | ||
| light_model.ptl | ||
| main.cpp | ||
| sequence.ptl | ||
| test_backend_for_profiling.ptl | ||
| test_lite_interpreter_runtime.cpp | ||
| test_mobile_profiler.cpp | ||
| to_be_profiled_module.ptl | ||