mindspore-ci-bot
2711a628fb
!2333 remove addnclass in opt
Merge pull request !2333 from xychow/remove-addnclass-in-opt
5 years ago
mindspore-ci-bot
d0d877a4ea
!2841 Fix optimizer step counter bug
Merge pull request !2841 from Kang/master
5 years ago
wuyongkang
4419881f2f
Fix optimizer step counter bug
5 years ago
zhousiyi
b29d260be3
reuse AddN primitive in opt as AddN will replicated by program_specialize
5 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
Code checking
5 years ago
mindspore-ci-bot
cf0cecc13f
!2478 Support writing pass in python
Merge pull request !2478 from BowenK/python_pass_clean
5 years ago
BowenK
b26f6b6b67
Add python pass support
5 years ago
mindspore-ci-bot
db94c5fb0f
!2786 Optimization for ast_cache
Merge pull request !2786 from Kang/optimization
5 years ago
wuyongkang
f797d17a6e
Optimization for ast_cache
5 years ago
kingfo
5d301092f6
fix hook operator compare issue
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
mindspore-ci-bot
2291213b8b
!2574 Clean codex
Merge pull request !2574 from TronZhang/codex_0624
5 years ago
mindspore-ci-bot
07cd3efaec
!2667 Fix SpecialOpEliminater bug
Merge pull request !2667 from Kang/optimization
5 years ago
mindspore-ci-bot
ef8cdbd82e
!2639 [ad] improve the performance of ad
Merge pull request !2639 from Kang/master
5 years ago
wuyongkang
9ef744db68
fix SpecialOpEliminater bug
5 years ago
wuyongkang
e606068585
cache bprop instead of fprop
5 years ago
tronzhang
673afad0ba
fixed codex's warnnings and errors
5 years ago
huangdongrun
96b38f72b2
add ExpandDims whitelist
add comment for control_depend
5 years ago
mindspore-ci-bot
262e4fc041
!2585 Replace TransformFuncType with OptimizerCaller
Merge pull request !2585 from Giancarlo/remove_transformfunc
5 years ago
Giancarlo Colmenares
aabec55c79
Removing TransformFuncType
5 years ago
Wei Luning
ef13a4b6fb
adjust cse code when op has side effect.
5 years ago
mindspore-ci-bot
585acc984d
!2543 fix applyrmsprop to while list
Merge pull request !2543 from amongo/FixApplyRmsprop
5 years ago
huangdongrun
024b52d6e6
add inputtoattr prim to white list
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
zhousiyi
b2ec296f99
add opt pass for tuple_getitem with constant input
5 years ago
Giancarlo Colmenares
3277ca567d
Updated RefEliminate passes to use PatternMatcher
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
01216a9a57
!2415 Fixed the problems of the ad optimization
Merge pull request !2415 from Kang/master
5 years ago
Kang
c613be36a9
Fix the problems of the ad optimization
5 years ago
BowenK
8f29e7242f
add pass to eliminate depend value
5 years ago
mindspore-ci-bot
d638578d33
!2322 Optimizer Caller class
Merge pull request !2322 from Giancarlo/OptimizerCaller
5 years ago
mindspore-ci-bot
b3f91a4f22
!2295 Optimization for ad
Merge pull request !2295 from Kang/master
5 years ago
Giancarlo Colmenares
cfc19a6274
Added OptimizerCaller class as a parent for optimization appliers
5 years ago
Kang
a0d651527f
Optimization for ad
5 years ago
mindspore-ci-bot
9b90d89f6b
!2276 fix eliminate get ref parameter
Merge pull request !2276 from fary86/fix_eliminate_get_ref
5 years ago
fary86
15b3fba0ef
Fix eliminate get ref parameter
5 years ago
mindspore-ci-bot
067616d0a5
!1833 Pattern Matcher class for optimizations
Merge pull request !1833 from Giancarlo/pattern_matcher
5 years ago
Giancarlo Colmenares
8eaea74407
Added a Pattern Matcher class to help with future optimization implementations. Includes changes to barnch_culling to show how to use the new Pattern Matcher infrastructure.
5 years ago
mindspore-ci-bot
4b5cbe5d4a
!2186 Optimization for opt
Merge pull request !2186 from Kang/opt
5 years ago
Kang
2974b906d3
Optimization for opt
5 years ago
Kang
c621fbda20
Optimized ApplyTransform function
5 years ago
mindspore-ci-bot
fe503d6571
!1975 Optimized IsTrivial function
Merge pull request !1975 from Kang/master
5 years ago
mindspore-ci-bot
7b7932ced9
!1944 move hook function to PrimitivePy class
Merge pull request !1944 from wangqiuliang/move-hook-function-to-primitivepy
5 years ago
mindspore-ci-bot
9e1dea1ff9
!1928 delete redundant reshape op
Merge pull request !1928 from yoonlee666/deletereshape
5 years ago
Kang
786c5074da
Optimized IsTrivial function
5 years ago
yoonlee666
881af56ec3
optimize redundant reshape op
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257 .
5 years ago
mindspore-ci-bot
da06310ae0
!1766 [bug][auto cast]fix bug when do auto cast
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
5 years ago
mindspore-ci-bot
6748ef0019
!1776 fix codex
Merge pull request !1776 from fary86/fix_codex_06.01
5 years ago