lightning/tests/accelerators
Chunyang Wen 350c88e621
Let Accelerator inherit from ABC to make sure abstractmethod takes effect (#11521)
2022-01-23 20:47:43 +01:00
..
__init__.py Automatically find and run special tests (#6669) 2021-03-26 17:04:59 +00:00
ddp_model.py Update strategy flag in docs (#10000) 2021-10-20 21:02:53 +05:30
test_accelerator_connector.py Let Accelerator inherit from ABC to make sure abstractmethod takes effect (#11521) 2022-01-23 20:47:43 +01:00
test_common.py Add `auto_device_count` method to `Accelerators` (#10222) 2021-10-29 22:31:32 +02:00
test_cpu.py Update strategy import statements (#11231) 2021-12-23 08:26:28 +01:00
test_ddp.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
test_ddp_spawn.py Remove deprecated dataloader arguments in Trainer methods (#10325) 2021-11-04 11:03:39 +01:00
test_dp.py remove deprecated signature for `transfer_batch_to_device` (#10480) 2021-11-13 19:32:30 +00:00
test_gpu.py Refactor plugin tests whose assertions don't need to run in `on_fit_start` hook (#11149) 2021-12-18 23:38:40 +01:00
test_ipu.py Update strategy import statements (#11231) 2021-12-23 08:26:28 +01:00
test_tpu.py Update strategy import statements (#11231) 2021-12-23 08:26:28 +01:00