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

[feat] Add PyTorch Profiler. #5560

Merged
merged 43 commits into from
Jan 26, 2021
Merged

[feat] Add PyTorch Profiler. #5560

merged 43 commits into from
Jan 26, 2021

Commits on Jan 18, 2021

  1. add profiler

    tchaton committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ad00b97 View commit details
    Browse the repository at this point in the history
  2. add profiler

    tchaton committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    cfae67b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f1020c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. update

    tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5931c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d8c61 View commit details
    Browse the repository at this point in the history
  3. resolve flake8

    tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c85661a View commit details
    Browse the repository at this point in the history
  4. update doc

    tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9a62eb8 View commit details
    Browse the repository at this point in the history
  5. update changelog

    tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6f54b69 View commit details
    Browse the repository at this point in the history
  6. clean doc

    tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1bbe314 View commit details
    Browse the repository at this point in the history
  7. delete prof file

    tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    bd035da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0cfe7a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. merge pr codebase

    tchaton committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e689cda View commit details
    Browse the repository at this point in the history
  2. update

    tchaton committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    803aaa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e91d9e View commit details
    Browse the repository at this point in the history
  4. update doc

    tchaton committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    698b43a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    991958f View commit details
    Browse the repository at this point in the history
  6. update doc

    tchaton committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    da9a56d View commit details
    Browse the repository at this point in the history
  7. update doc

    tchaton committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3b119fd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. update on comments

    tchaton committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    75c966f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10ab8c View commit details
    Browse the repository at this point in the history
  3. update docstring

    tchaton committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f6ae283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29b9a58 View commit details
    Browse the repository at this point in the history
  5. update docstring

    tchaton committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f0aed96 View commit details
    Browse the repository at this point in the history
  6. try

    Borda committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    5dd2b4d View commit details
    Browse the repository at this point in the history
  7. update test

    tchaton committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    03b3ea5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5663b5f View commit details
    Browse the repository at this point in the history
  9. Update pytorch_lightning/profiler/__init__.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    tchaton and Borda authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1e6a953 View commit details
    Browse the repository at this point in the history
  10. Update pytorch_lightning/profiler/__init__.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    tchaton and Borda authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    21ae2da View commit details
    Browse the repository at this point in the history
  11. update on comments

    tchaton committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f6f0d89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ca9b7c View commit details
    Browse the repository at this point in the history
  13. remove old code

    tchaton committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2ea05de View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

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

Commits on Jan 25, 2021

  1. add support for ddp

    tchaton committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c397603 View commit details
    Browse the repository at this point in the history
  2. resolve flake8

    tchaton committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    1db6e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e9a86c View commit details
    Browse the repository at this point in the history
  4. Update pytorch_lightning/profiler/__init__.py

    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    tchaton and SeanNaren authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e9866bb View commit details
    Browse the repository at this point in the history
  5. resolve tests

    tchaton committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d65beee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb642ba View commit details
    Browse the repository at this point in the history
  7. resolve flake8

    tchaton committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8338c5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85f9aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    e6263e6 View commit details
    Browse the repository at this point in the history
  2. resolve flake8

    tchaton committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9ae56cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d62f41 View commit details
    Browse the repository at this point in the history