101 Commits (ddcf58cacf9581d9c59a18f8276d52a061818fab)

Author SHA1 Message Date
Frank Lee 3da68d6b1b
[fx] fixed adapative pooling size concatenation error (#1489) 2 years ago
Super Daniel 32efe8e740
[fx] add profiler for fx nodes. (#1480) 2 years ago
Boyuan Yao 1f2e547f7a
[fx] Fix ckpt functions' definitions in forward (#1476) 2 years ago
Super Daniel e7383f578b
[fx] add rules to linearize computation graphs for searching. (#1461) 2 years ago
Boyuan Yao 092b9c8f49
[fx] Add use_reentrant=False to checkpoint in codegen (#1463) 2 years ago
Super Daniel 0dbd61c29b
[fx] fix test and algorithm bugs in activation checkpointing. (#1451) 2 years ago
Frank Lee 5a52e21fe3
[test] fixed the activation codegen test (#1447) 2 years ago
Boyuan Yao 5774fe0270
[fx] Use colossalai checkpoint and add offload recognition in codegen (#1439) 2 years ago
Super Daniel d40a9392ba
[fx] fix the false interpretation of algorithm 3 in https://arxiv.org/abs/1604.06174. (#1446) 2 years ago
Super Daniel 3b26516c69
[fx] add vanilla activation checkpoint search with test on resnet and densenet (#1433) 2 years ago
Super Daniel f20cb4e893
[fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages (#1425) 2 years ago
Frank Lee adf5054ff8
[fx] fixed torchaudio conformer tracing (#1392) 2 years ago
Frank Lee 7d6293927f
[fx] patched torch.max and data movement operator (#1391) 2 years ago
Super Daniel be229217ce
[fx] add torchaudio test (#1369) 2 years ago
Boyuan Yao bb640ec728
[fx] Add colotracer compatibility test on torchrec (#1370) 2 years ago
Frank Lee cd063ac37f
[fx] added activation checkpoint codegen support for torch < 1.12 (#1359) 2 years ago
Frank Lee 644582eee9
[fx] added activation checkpoint codegen (#1355) 2 years ago
Frank Lee 05fae1fd56
[fx] added activation checkpointing annotation (#1349) 2 years ago
YuliangLiu0306 942c8cd1fb
[fx] refactor tracer to trace complete graph (#1342) 2 years ago
Frank Lee 2cc1175c76
[fx] tested the complete workflow for auto-parallel (#1336) 2 years ago
YuliangLiu0306 4631fef8a0
[fx]refactor tracer (#1335) 2 years ago
Frank Lee f3ce7b8336
[fx] recovered skipped pipeline tests (#1338) 2 years ago
Frank Lee 75abc75c15
[fx] fixed compatiblity issue with torch 1.10 (#1331) 2 years ago
Frank Lee b2475d8c5c
[fx] fixed unit tests for torch 1.12 (#1327) 2 years ago
YuliangLiu0306 e8acf55e8b
[fx] add balanced policy v2 (#1251) 2 years ago
XYE ca2d3f284f
[fx] Add unit test and fix bugs for transform_mlp_pass (#1299) 2 years ago
Frank Lee 4f4d8c3656
[fx] added apex normalization to patched modules (#1300) 2 years ago
YuliangLiu0306 93a75433df
[hotfix] skip some unittest due to CI environment. (#1301) 2 years ago
Frank Lee 7e8114a8dd
[hotfix] skipped unsafe test cases (#1282) 2 years ago
YuliangLiu0306 01ea68b2e6
[tests] remove T5 test skip decorator (#1271) 2 years ago
Jiarui Fang ca9d5ee91c
[hotfix] torchvison fx unittests miss import pytest (#1277) 2 years ago
Frank Lee 4a09fc0947
[fx] fixed tracing with apex-based T5 model (#1252) 2 years ago
YuliangLiu0306 97d713855a
[fx] methods to get fx graph property. (#1246) 2 years ago
YuliangLiu0306 30b4fc0eb0
[fx]add split module pass and unit test from pipeline passes (#1242) 2 years ago
Frank Lee 5581170890
[fx] fixed huggingface OPT and T5 results misalignment (#1227) 2 years ago
YuliangLiu0306 2b7dca44b5
[fx]get communication size between partitions (#1224) 2 years ago
Frank Lee 84f2298a96
[fx] added patches for tracing swin transformer (#1228) 2 years ago
Frank Lee 37fcf96b7f
[fx] fixed timm tracing result misalignment (#1225) 2 years ago
Frank Lee b6cb5a47ad
[fx] added timm model tracing testing (#1221) 2 years ago
Frank Lee 11973d892d
[fx] added torchvision model tracing testing (#1216) 2 years ago
Jiarui Fang ae7d3f4927
[refactor] move process group from _DistSpec to ColoTensor. (#1203) 2 years ago
Frank Lee 5da87ce35d
[fx] added testing for all albert variants (#1211) 2 years ago
Frank Lee 2d13a45a3b
[fx] added testing for all gpt variants (#1210) 2 years ago
YuliangLiu0306 189946c5c4
[fx]add uniform policy (#1208) 2 years ago
Frank Lee 426a279ce7
[fx] added testing for all bert variants (#1207) 2 years ago
Frank Lee f7878f465c
[fx] supported model tracing for huggingface bert (#1201) 2 years ago
Frank Lee abf6a262dc
[fx] added module patch for pooling layers (#1197) 2 years ago
Frank Lee 2c8c05675d
[fx] patched conv and normalization (#1188) 2 years ago
Frank Lee 6d86f1bc91
[fx] supported data-dependent control flow in model tracing (#1185) 2 years ago
YuliangLiu0306 fcf55777dd
[fx]add autoparallel passes (#1121) 2 years ago