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

update trace replay mode for post analysis #20

Closed
wants to merge 1 commit into from

Commits on Mar 12, 2021

  1. update trace replay mode for post analysis (facebookresearch#20)

    Summary:
    Pull Request resolved: facebookresearch#20
    
    - Output new traces with sequence number and latency for post analysis (one file per rank since there could be skew due to imbalanced workloads)
    - Remove extra barrier in non-blocking mode
    - add option `--allow-list`/`--allow-ops` to specified desired collectives to be replayed and ignore the rest in the trace
    - cleaner summary output in the end (move to logging.info)
    - Add workaround to correctly complete UCC collectives in non-blocking mode
    
    Differential Revision: D26730965
    
    fbshipit-source-id: 7d0ee80903245bed3390b42e3f8072e27bafb7e2
    kingchc authored and facebook-github-bot committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    34eb9e1 View commit details
    Browse the repository at this point in the history