chengduo
|
550e7e410b
|
Code Clean parallel_executor.py (#14849)
* refine parallel_executor
* remove uncessary code
test=develop
|
6 years ago |
dzhwinter
|
7cd24b1318
|
add ir memory optimize. (#14530)
* follow comments. test=develop
* Fix typo
* fix compile error. test=develop
* merge develop branch. test=develop
* Remove set_equal
* Polish code
* Delete unused functions
test=develop
* polish code. test=develop
* follow comment
* polish code.
* fix windows compile error. test=develop
* fix op handle.
* rerun ci. test=develop
* rerun ci. test=develop
* rerun macci. test=develop
* polish code. test=develop
* rewrite sort code. test=develop
* remove unused code. test=develop
* fix tests. test=develop
* fix conflict. test=develop
* follow comment. test=develop
* merge develop branch. test=develop
* fix tests. test=develop
* remove ToTypeIndex. test=develop
* rerun ci. test=develop
|
6 years ago |
gongweibao
|
f1fb64b17f
|
Add reduce sparse tensor feature. (#14757)
|
6 years ago |
gongweibao
|
867c312bc4
|
Fix allreduce dependency order. (#14586)
|
6 years ago |
peizhilin
|
7c8c9dc9bf
|
fix unit test cases
|
6 years ago |
Xin Pan
|
759ffca423
|
some improvements
test=develop
|
7 years ago |
Xin Pan
|
99dffb91d6
|
allow to repeatedly share and update BuildStrategy
test=develop
|
7 years ago |
sneaxiy
|
faac8a76ce
|
remove unnecessary codes
test=develop
|
7 years ago |
sneaxiy
|
203027ca86
|
test=develop
|
7 years ago |
sneaxiy
|
cef8cc81db
|
merge develop
|
7 years ago |
Wu Yi
|
26200f2e42
|
[1.1] [project] train imagenet using large batch size (#13766)
* fix nccl2 lars dist support
* put lars in momentum op
* add tests lars
* fix ci
* fix cpu kernel
* soft warning
* remove lars in test_recognize_digits.py
* move to another op
* add file
* update api.spec test=develop
* update test=develop
* fix api.spec test=develop
* wip
* wip, finish grad merge ops
* wip, finish graph build
* wip test running
* work on 1 gpu
* workable version
* update
* fix tests
* fuse broadcast op
* fix compile failed
* refine
* add batch merge test mnist
* fix CI test=develop
* fix build
* use independent bn params for batch merge test=develop
* update api.spec
* follow comments and for test
* wip
* refine tests test=develop
* follow comments test=develop
* remove startup bn modify test=develop
* follow comments test=develop
* fix merge test=develop
|
7 years ago |
sneaxiy
|
2414f92f54
|
test=develop
|
7 years ago |
sneaxiy
|
a314a80cdb
|
merge develop
|
7 years ago |
sneaxiy
|
d87569134c
|
test=develop
|
7 years ago |
Xin Pan
|
f117feab0c
|
modify comments
|
7 years ago |
Xin Pan
|
c2b3838cf5
|
add some comments
|
7 years ago |
Xin Pan
|
b43e49fa31
|
fix
|
7 years ago |
Xin Pan
|
36c2a9af27
|
pass builder allow cutomize pass in python.
|
7 years ago |
chengduo
|
d402234ba8
|
Feature/op_fuse_pass (#12440)
* Add Preface
* Add demo code
* Save file
* Refine code
* seems can work
* use elementwise strategy
* Use ElementwiseComputeEx
* Add comments
* extract functions from operator
* Refine code
* Follow comment
* code refine
* add op_fuse pass
* add backward
* code refine
* use TopologySortOperations
* follow comments
* refine IsFusible
* code enhance
* fix op_fusion_pass
* refine code
* refine fuse_elemwise_act_op
* adjust the input and output
* refine logic
* add intermediate_edge
* disable inplace
* follow comments
* refine logic
* follow comments
* Remove the removable IntermediateOut
* change strategy
* code refine
* enable fuse backward
* code refine
* code refine
* rename unit test
* follow comments
|
7 years ago |
chengduo
|
97a77512b4
|
Fix the order of sum (#12562)
* fix the order of sum
* add doc
* check whether need to copy
* follow comments
|
7 years ago |
yuyang18
|
8e86721fe7
|
Fix data balance on single GPU
|
7 years ago |
fengjiayi
|
ff4317cee9
|
follow comments
|
7 years ago |
yuyang18
|
d9af153232
|
SSA Graph Builder Factory
* Use Builder Chain to decorate new builders. It is easy to extend
builders.
* Make graphviz path as a build strategy, not a FLAGS.
|
7 years ago |
yuyang18
|
999d0fdbef
|
By default is all reduce
|
7 years ago |
yuyang18
|
08295f9877
|
Add build strategy
|
7 years ago |