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

[AutoParallel] Visualize flow parallel timing diagram in static graph mode #58313

Merged
merged 60 commits into from
Nov 21, 2023

Commits on Oct 18, 2023

  1. merge from openvino master

    AndSonder committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c514fbd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    0147f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1dc3d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    6f4f67c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fd116 View commit details
    Browse the repository at this point in the history
  3. recover codes

    AndSonder committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4d51610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c70d9f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad0f17a View commit details
    Browse the repository at this point in the history
  6. fix build error

    AndSonder committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e0442c6 View commit details
    Browse the repository at this point in the history
  7. fix build error

    AndSonder committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a8a37bb View commit details
    Browse the repository at this point in the history
  8. recover thirdparty

    AndSonder committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a20e6ce View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    3e10a6d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    59b425e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. fix

    AndSonder committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ddc5038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f6228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dfc816 View commit details
    Browse the repository at this point in the history
  4. fix value name

    AndSonder committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9f271ef View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    dabf964 View commit details
    Browse the repository at this point in the history
  2. fix win build error

    AndSonder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6ad6f36 View commit details
    Browse the repository at this point in the history
  3. fix win build error

    AndSonder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d58cc94 View commit details
    Browse the repository at this point in the history
  4. use job_type_to_id

    AndSonder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e9886ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    282285b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    3b0db0c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. add step line for timeline

    AndSonder committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fdc3f6d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    1ceadc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. update time record logic

    AndSonder committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    679cc39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8953ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    1a04fea View commit details
    Browse the repository at this point in the history
  2. fix note

    AndSonder committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e1c619d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c9f65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c8b740 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b7e79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63de31b View commit details
    Browse the repository at this point in the history
  7. fix color map logic

    AndSonder committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8218ecb View commit details
    Browse the repository at this point in the history
  8. fix color map logic

    AndSonder committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4b318fc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    9f949f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix

    AndSonder committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ffc7b39 View commit details
    Browse the repository at this point in the history
  2. fix

    AndSonder committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1925dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d299723 View commit details
    Browse the repository at this point in the history
  4. fix bug

    AndSonder committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5297b7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bfb6c0 View commit details
    Browse the repository at this point in the history
  6. fix bug

    AndSonder committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    13b14d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. remove resettime

    AndSonder committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5bb55e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix build bug

    AndSonder committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f422b33 View commit details
    Browse the repository at this point in the history
  2. fix

    AndSonder committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ed5f7fc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. remove set enable

    AndSonder committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    718cf17 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix build error

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f36b57b View commit details
    Browse the repository at this point in the history
  2. fix build error

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    444b7a7 View commit details
    Browse the repository at this point in the history
  3. fix build error

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f494916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f089f View commit details
    Browse the repository at this point in the history
  5. fix ci error

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a2b5988 View commit details
    Browse the repository at this point in the history
  6. fix

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fb748d9 View commit details
    Browse the repository at this point in the history
  7. fix run error

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    aa5570d View commit details
    Browse the repository at this point in the history
  8. fix

    AndSonder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6b18e10 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix

    AndSonder committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f096253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    560fb61 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. remove fluid head

    AndSonder committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    bbb3071 View commit details
    Browse the repository at this point in the history
  2. fix build error

    AndSonder committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e15c19e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    989348c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    10b84d8 View commit details
    Browse the repository at this point in the history