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

[sharded plugin] Fix check for fp16 precision #7825

Merged
merged 57 commits into from
Jun 4, 2021

Commits on Mar 23, 2021

  1. Fix some test errors

    Summary:
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    Shuying Sun committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    89f284d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80cfbff View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. checkpoint consolidation

    Shuying Sun committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    536c132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f172101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf70e43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea74906 View commit details
    Browse the repository at this point in the history
  5. Update utils.py

    shuyingsunshine21 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a9aae99 View commit details
    Browse the repository at this point in the history
  6. Update utils.py

    shuyingsunshine21 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    70fe5da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d23d75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca6f98b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from shuyingsunshine21/shuyingsunshine21-checkp…

    …oint_consolidate
    
    Update test_all_gather_grad.py
    shuyingsunshine21 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c5053da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d4a2b8 View commit details
    Browse the repository at this point in the history
  11. Revert "Update test_results.py"

    This reverts commit 9d4a2b8.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7635b4f View commit details
    Browse the repository at this point in the history
  12. Revert "Merge pull request #1 from shuyingsunshine21/shuyingsunshine2…

    …1-checkpoint_consolidate"
    
    This reverts commit c5053da, reversing
    changes made to 0d23d75.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d64f90c View commit details
    Browse the repository at this point in the history
  13. Revert "Update test_all_gather_grad.py"

    This reverts commit 0d23d75.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dcdcd29 View commit details
    Browse the repository at this point in the history
  14. Revert "Update utils.py"

    This reverts commit 70fe5da.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8651d54 View commit details
    Browse the repository at this point in the history
  15. Revert "Update utils.py"

    This reverts commit a9aae99.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    15f4b9e View commit details
    Browse the repository at this point in the history
  16. Revert "Update test_results.py"

    This reverts commit ea74906.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    250d0aa View commit details
    Browse the repository at this point in the history
  17. Revert "Update test_metric_result_integration.py"

    This reverts commit bf70e43.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6c095b2 View commit details
    Browse the repository at this point in the history
  18. Revert "Update ddp_spawn.py"

    This reverts commit f172101.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8222dc9 View commit details
    Browse the repository at this point in the history
  19. Revert "checkpoint consolidation"

    This reverts commit 536c132.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3a9fde9 View commit details
    Browse the repository at this point in the history
  20. Revert "Revert "checkpoint consolidation""

    This reverts commit 3a9fde9.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7a369f4 View commit details
    Browse the repository at this point in the history
  21. Revert "Revert "Revert "checkpoint consolidation"""

    This reverts commit 7a369f4.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b4a0b9e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5cf1db1 View commit details
    Browse the repository at this point in the history
  23. Revert "Revert "Update ddp_spawn.py""

    This reverts commit 8222dc9.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0ce7e05 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fe9736d View commit details
    Browse the repository at this point in the history
  25. Revert "Revert "Update test_results.py""

    This reverts commit 250d0aa.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c314ef6 View commit details
    Browse the repository at this point in the history
  26. Revert "Revert "Update utils.py""

    This reverts commit 8651d54.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c3feda0 View commit details
    Browse the repository at this point in the history
  27. Revert "Revert "Update test_all_gather_grad.py""

    This reverts commit dcdcd29.
    shuyingsunshine21 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c759477 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7a8e540 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'master' of https://github.com/PyTorchLightning/pytorch-…

    …lightning
    
    pull latest master of upstream
    Shuying Sun committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ab8b849 View commit details
    Browse the repository at this point in the history
  30. modify distributed environment to make test pass

    Shuying Sun committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4e67db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Apr 8, 2021

  1. rebase

    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    179d47e View commit details
    Browse the repository at this point in the history
  2. rebase to upstream master

    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f9afa07 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/PyTorchLightning/pytorch-…

    …lightning into ddp_plugin_test_fix
    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b461e44 View commit details
    Browse the repository at this point in the history
  4. fix version for ddp plugin test

    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e1bbc4d View commit details
    Browse the repository at this point in the history
  5. fix

    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8270d0d View commit details
    Browse the repository at this point in the history
  6. fix

    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    803d5dd View commit details
    Browse the repository at this point in the history
  7. changelog

    Shuying Sun committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ce1a19b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Update CHANGELOG.md

    carmocca authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c6a13be View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

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

Commits on Apr 14, 2021

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

Commits on Apr 15, 2021

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

Commits on May 11, 2021

  1. rebase

    Shuying Sun committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c938a9c View commit details
    Browse the repository at this point in the history
  2. rebase

    Shuying Sun committed May 11, 2021
    Configuration menu
    Copy the full SHA
    ad93cde View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

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

Commits on May 21, 2021

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

Commits on May 28, 2021

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

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    843e52c View commit details
    Browse the repository at this point in the history
  2. fix precision for DDPShardedPlugin

    Shuying Sun committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c55b35f View commit details
    Browse the repository at this point in the history
  3. comments

    Shuying Sun committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    749e277 View commit details
    Browse the repository at this point in the history
  4. add changlog

    Shuying Sun committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6597fec View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    7d628cb View commit details
    Browse the repository at this point in the history
  2. comment

    Shuying Sun committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f8138aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a82266e View commit details
    Browse the repository at this point in the history
  4. rebase to resolve conflict

    Shuying Sun committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    07a6207 View commit details
    Browse the repository at this point in the history