Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Profiler] Fix graph_executor_debug hang #12382

Merged
merged 3 commits into from
Aug 12, 2022

Commits on Aug 11, 2022

  1. [Profiler] Fix graph_executor_debug hang

    For some operations such as `__nop` or `__copy` the measured inference
    time is equal to 0. In this case we are in infinite loop and we won't
    exit from it. Added new parameter `max_repeat_num` which specify the
    maximum number of repeats then the inference time is equal to 0. When
    we exceed this value then we will exit from a loop.
    echuraev committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    41f1a52 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    echuraev committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8067b1c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Apply comments

    echuraev committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    140d554 View commit details
    Browse the repository at this point in the history