ColossalAI/tests/test_fx
Super Daniel d40a9392ba
[fx] fix the false interpretation of algorithm 3 in https://arxiv.org/abs/1604.06174. (#1446)
* [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages

* [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages

* [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages

* [fx] activation checkpointing using Chen strategies.

* [fx] add test for ckpt_solver_chen

* mend

* [fx] add vanilla activation checkpoint search with test on resnet and densenet

* [fx] add vanilla activation checkpoint search with test on resnet and densenet

* [fx] add a namespace code for solver_chen.

* [fx] fix the false interpretation of algorithm 3 in https://arxiv.org/abs/1604.06174.

* [fx] fix lowercase naming conventions.
2022-08-12 11:28:50 +08:00
..
test_ckpt_solvers [fx] fix the false interpretation of algorithm 3 in https://arxiv.org/abs/1604.06174. (#1446) 2022-08-12 11:28:50 +08:00
test_codegen [fx] added activation checkpoint codegen support for torch < 1.12 (#1359) 2022-07-25 23:35:31 +08:00
test_pipeline [fx] refactor tracer to trace complete graph (#1342) 2022-07-20 11:20:38 +08:00
test_tracer [fx] fixed torchaudio conformer tracing (#1392) 2022-08-01 16:08:28 +08:00
test_coloproxy.py [fx] refactor tracer to trace complete graph (#1342) 2022-07-20 11:20:38 +08:00
test_comm_size_compute.py [fx] recovered skipped pipeline tests (#1338) 2022-07-19 09:49:50 +08:00
test_complete_workflow.py [fx] tested the complete workflow for auto-parallel (#1336) 2022-07-20 10:45:17 +08:00
test_graph_manipulation.py [fx] methods to get fx graph property. (#1246) 2022-07-12 14:10:37 +08:00
test_meta_info_prop.py [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages (#1425) 2022-08-10 16:36:35 +08:00
test_parallel_1d.py [fx]add autoparallel passes (#1121) 2022-06-15 16:36:46 +08:00
test_pipeline_passes.py [fx] recovered skipped pipeline tests (#1338) 2022-07-19 09:49:50 +08:00