lightning/tests/accelerators
Adrian Wälchli a270a79ed9
Rename "master" methods to "main" in ClusterEnvironment plugins (#10103)
* rename occurrences of master port, master address, maser node, master process

* rename properties

* add property decorators

* occurrences in docs

* update changelog

* update changelog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add lost method

* create deprecation

* add changelog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix typo (but it was already there!!!)

* Apply suggestions from code review

Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>

* add todo

* update more occurences

* add types

* add missing import

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2021-11-08 12:32:58 +00:00
..
__init__.py
ddp_model.py Update strategy flag in docs (#10000) 2021-10-20 21:02:53 +05:30
test_accelerator_connector.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00
test_common.py Add `auto_device_count` method to `Accelerators` (#10222) 2021-10-29 22:31:32 +02:00
test_cpu.py Unify checkpoint load paths [redo #9693] (#10061) 2021-10-25 19:05:31 +00:00
test_ddp.py Update strategy flag in docs (#10000) 2021-10-20 21:02:53 +05:30
test_ddp_spawn.py Remove deprecated dataloader arguments in Trainer methods (#10325) 2021-11-04 11:03:39 +01:00
test_dp.py rename set_random_master_port (#10104) 2021-10-25 12:09:05 +00:00
test_gpu.py [1/4] Add get_device_stats to accelerator interface (#9586) 2021-09-26 21:09:16 -07:00
test_ipu.py Update recommendation on `dataloader_idx` (#10318) 2021-11-04 01:39:55 +01:00
test_multi_nodes_gpu.py (1/n) tests: Use strategy flag instead of accelerator for training strategies (#9931) 2021-10-16 20:40:25 +05:30
test_tpu.py introduce has_len_all_ranks() to check the length of dataloader across ranks (#9827) 2021-11-02 13:22:58 -04:00