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

Hardware specific parts of Accelerator Refactoring #5719

Merged
merged 41 commits into from
Feb 1, 2021

Commits on Jan 31, 2021

  1. add basic accelerator class.

    Co-Authored with @awaelchi
    justusschock committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    d86861d View commit details
    Browse the repository at this point in the history
  2. pep8

    Co-authored-by: @awaelchi
    justusschock committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    8b32117 View commit details
    Browse the repository at this point in the history
  3. add cpu accelerator

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    1269a47 View commit details
    Browse the repository at this point in the history
  4. add gpu accelerator

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    a9caca0 View commit details
    Browse the repository at this point in the history
  5. add tpu accelerator

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    1121ee3 View commit details
    Browse the repository at this point in the history
  6. add accelerator connector

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    31b9b29 View commit details
    Browse the repository at this point in the history
  7. add single device training

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    b58be97 View commit details
    Browse the repository at this point in the history
  8. add single tpu

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    9f985b4 View commit details
    Browse the repository at this point in the history
  9. add tpu spawn

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    1c4db3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    398abb9 View commit details
    Browse the repository at this point in the history
  11. add basic accelerator class.

    Co-Authored with @awaelchi
    justusschock authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    a9608d3 View commit details
    Browse the repository at this point in the history
  12. pep8

    Co-authored-by: @awaelchi
    justusschock authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    1f33b9f View commit details
    Browse the repository at this point in the history
  13. add cpu accelerator

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    7b76e7a View commit details
    Browse the repository at this point in the history
  14. add gpu accelerator

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    863e723 View commit details
    Browse the repository at this point in the history
  15. add tpu accelerator

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    85590b5 View commit details
    Browse the repository at this point in the history
  16. add accelerator connector

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    b60086b View commit details
    Browse the repository at this point in the history
  17. add single device training

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    6dbaf17 View commit details
    Browse the repository at this point in the history
  18. add single tpu

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    976defa View commit details
    Browse the repository at this point in the history
  19. add tpu spawn

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    2 people authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    a8762cb View commit details
    Browse the repository at this point in the history
  20. make on_colab_kaggle utility func

    justusschock authored and Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    96d1a51 View commit details
    Browse the repository at this point in the history
  21. fixes

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    f905b88 View commit details
    Browse the repository at this point in the history
  22. move

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    92d928f View commit details
    Browse the repository at this point in the history
  23. yapf

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    82ad2f4 View commit details
    Browse the repository at this point in the history
  24. .

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    e561096 View commit details
    Browse the repository at this point in the history
  25. .

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    618f6d8 View commit details
    Browse the repository at this point in the history
  26. .

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    36d469c View commit details
    Browse the repository at this point in the history
  27. flake8

    Borda committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    df0900c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    0a20f95 View commit details
    Browse the repository at this point in the history
  2. changelog

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1085a23 View commit details
    Browse the repository at this point in the history
  3. merge

    justusschock committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    224c8ee View commit details
    Browse the repository at this point in the history
  4. fix tpu handling

    justusschock committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4695882 View commit details
    Browse the repository at this point in the history
  5. tpu

    Borda committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f461f2b View commit details
    Browse the repository at this point in the history
  6. aval

    Borda committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a4190fd View commit details
    Browse the repository at this point in the history
  7. yapf

    Borda committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    5571ce6 View commit details
    Browse the repository at this point in the history
  8. Update pytorch_lightning/plugins/training_type/tpu_spawn.py

    Co-authored-by: chaton <thomas@grid.ai>
    justusschock and tchaton authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    90e379e View commit details
    Browse the repository at this point in the history
  9. Update pytorch_lightning/accelerators/accelerator_connector.py

    Co-authored-by: chaton <thomas@grid.ai>
    justusschock and tchaton authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    725d18e View commit details
    Browse the repository at this point in the history
  10. Update pytorch_lightning/plugins/training_type/tpu_spawn.py

    Co-authored-by: chaton <thomas@grid.ai>
    justusschock and tchaton authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d5dd1bb View commit details
    Browse the repository at this point in the history
  11. Update tpu_spawn.py

    justusschock authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    90bb35d View commit details
    Browse the repository at this point in the history
  12. Update pytorch_lightning/accelerators/accelerator_connector.py

    Co-authored-by: chaton <thomas@grid.ai>
    justusschock and tchaton authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    53338f8 View commit details
    Browse the repository at this point in the history
  13. indentation

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3a44c73 View commit details
    Browse the repository at this point in the history
  14. stupid formatting

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ea88661 View commit details
    Browse the repository at this point in the history