YuliangLiu0306
|
e859380bf7
|
[fx] support module with bias addition (#1780)
* [autoparallel] refactor tracer to fix bias addition issue
* [fx] support module with bias addition
* create bias_addition_module
* refactor file structure
* polish code
* fix unit test
|
2022-11-01 22:53:51 +08:00 |
Frank Lee
|
f3f19a5c47
|
[autoparallel] added matmul handler (#1763)
* [autoparallel] added matmul handler
* polish code
|
2022-11-01 15:14:53 +08:00 |
YuliangLiu0306
|
27de252334
|
[autoparallel] fix conv handler numerical test (#1771)
|
2022-11-01 10:43:44 +08:00 |
YuliangLiu0306
|
a4d1f59c78
|
[autoparallel] add numerical test for handlers (#1769)
|
2022-10-28 10:59:59 +08:00 |
YuliangLiu0306
|
b0f7c8bde8
|
[autoparallel] update CommSpec to CommActions (#1768)
* [autoparallel] update CommSpec to CommActions
* polish code
|
2022-10-28 09:57:43 +08:00 |
YuliangLiu0306
|
b4cc59b61e
|
[autoparallel] add numerical test for node strategies (#1760)
* [autoparallel] add numerical test for node strategies
* polish code
* polish code
|
2022-10-27 10:42:54 +08:00 |
YuliangLiu0306
|
314d8c497f
|
[autoparallel] refactor the runtime apply pass and add docstring to passes (#1757)
* [autoparallel] refactor the runtime apply pass and add doc string to passes
* fix unit test
* polish
|
2022-10-25 14:32:22 +08:00 |
Frank Lee
|
f9a613d660
|
[autoparallel] added binary elementwise node handler (#1758)
* [autoparallel] added binary elementwise node handler
* polish code
|
2022-10-25 14:32:01 +08:00 |
YuliangLiu0306
|
d2fc067231
|
[autoparallel] fix param hook issue in transform pass (#1755)
|
2022-10-24 13:13:38 +08:00 |
Frank Lee
|
262652c8bc
|
[autoparallel] added addbmm handler (#1751)
|
2022-10-21 18:55:48 +08:00 |
YuliangLiu0306
|
980ed21723
|
[autoparallel] shard param and buffer as expected (#1753)
* [autoparallel] shard param and buffer as expected
* fix unit test issue
|
2022-10-21 15:45:13 +08:00 |
YuliangLiu0306
|
cdb7d5e7d2
|
[hotfix] autoparallel unit test (#1752)
|
2022-10-20 19:51:38 +08:00 |
YuliangLiu0306
|
a4ce180e85
|
[autoparallel] add sequential order to communication actions (#1735)
|
2022-10-20 18:48:18 +08:00 |
Frank Lee
|
b80b6eaa88
|
[autoparallel] recovered skipped test cases (#1748)
|
2022-10-20 16:37:33 +08:00 |
Frank Lee
|
474111ecb5
|
[autoparallel] fixed wrong sharding strategy in conv handler (#1747)
* [autoparallel] fixed wrong sharding strategy in conv handler
* polish code
|
2022-10-20 16:12:39 +08:00 |
Frank Lee
|
8b8937d901
|
[autoparallel] fixed wrong generated strategy for dot op (#1746)
* [autoparallel] fixed wrong generated strategy for dot op
* polish code
|
2022-10-20 15:18:16 +08:00 |
Frank Lee
|
88a79814fb
|
[autoparallel] handled illegal strategy in node handler (#1743)
* [autoparallel] handled illegal strategy in node handler
* polish code
|
2022-10-19 17:08:52 +08:00 |
Frank Lee
|
eee84908d4
|
[autoparallel] handled illegal sharding strategy (#1728)
* [autoparallel] handled illegal sharding strategy
* polish code
|
2022-10-19 12:53:06 +08:00 |
Frank Lee
|
e8d8eda5e7
|
[autoparallel] moved tests to test_tensor_shard (#1713)
|
2022-10-17 13:54:20 +08:00 |
YuliangLiu0306
|
845ff4a47a
|
[autoparallel] resnet block runtime apply (#1709)
* [autoparallel] resnet block runtime apply
* seperate buffer and parameter in MemoryCost
* polish code
* add comments and todos
* fix test issue
|
2022-10-17 13:37:38 +08:00 |
Frank Lee
|
22a115406b
|
[autoparallel] fixed broken node handler tests (#1708)
|
2022-10-14 18:25:59 +08:00 |
Frank Lee
|
6c331a5a09
|
[autoparallel] refactored the autoparallel module for organization (#1706)
* [autoparallel] refactored the autoparallel module for organization
* polish code
|
2022-10-14 13:27:00 +08:00 |
Frank Lee
|
0e52f3d3d5
|
[unittest] supported condititonal testing based on env var (#1701)
polish code
|
2022-10-13 19:38:45 +08:00 |
Frank Lee
|
8283e95db3
|
[autoparallel] collated all deprecated files (#1700)
* [autoparallel] collated all deprecated files
* polish code
|
2022-10-13 18:24:11 +08:00 |