mindspore-ci-bot
ea475637a1
!2720 fix assign used in while loop
Merge pull request !2720 from xychow/fix-assign-in-while
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
zhousiyi
d5255fe311
fix assign used in while
5 years ago
lirongzhen1
40251d9578
configure auto parallel tensors shape
5 years ago
buxue
699dc99bc8
add typeid to type conversion scene
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
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
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
mindspore-ci-bot
4291ea82cf
!2024 Add MixedPrecisionCast for Dict
Merge pull request !2024 from Kang/master
5 years ago
fary86
ffa3352088
Fix partial primitive poly node
5 years ago
Kang
3ba2074213
Add MixedPrecisionCast for Dict
5 years ago
huangdongrun
9522f59b87
support for tensor indexing in pynative
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
mindspore-ci-bot
5812c46ecf
!1860 fix codex
Merge pull request !1860 from fary86/fix_codex_06.05
5 years ago
fary86
3bf1bb6355
Fix codex
5 years ago
huangdongrun
beacc26077
* add isconstant primitive
* add infer_value for common math ops
* convert constant bool tensor to bool value
* do not infer value when encounter 0 as division
for while condition, do not unrool if condition is a tensor
5 years ago
mindspore-ci-bot
2a2dd7d340
!1803 Optimized MixedPrecisionCast function
Merge pull request !1803 from Kang/master
5 years ago
Kang
041f628cce
Optimize MixedPrecisionCast function
5 years ago
fary86
abfaf15951
Fix codex, split big functions
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
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
BowenK
96379faa3a
Remove ZerosLikeTensor and sub with ZerosLike
5 years ago
seatea
706054eb46
Fix reviewbot warning for `debug`, `ir`, `optimizer`, `pipeline`, `utils` and `vm` modules.
5 years ago
mindspore-ci-bot
1a4abefa9a
!1385 support for multi nest switch
Merge pull request !1385 from amongo/SupportMultiSwitch
5 years ago
mindspore-ci-bot
04398cf88e
!1433 add tensor_minnie and separate py from ir
Merge pull request !1433 from leopz/tensor_base
5 years ago
leopz
4508134ceb
add tensor_minnie and separate py from ir
5 years ago
yvetteliu
5c5f6ce72d
Exeucate MS_LOG(DEBUG) outside the function.
5 years ago
huangdongrun
334d038008
add support for multi switch
resolve review
5 years ago
huangdongrun
1159f2b11e
add prim infer attr cache
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
5 years ago
mindspore-ci-bot
0e665616f0
!1160 add backward hook and custom bprop in pynative mode
Merge pull request !1160 from wangqiuliang/add-backward-hook-in-pynative-mode
5 years ago
kingfo
840922e501
add backward hook function in pynative mode
5 years ago
ougongchang
7d78b5d89e
Put the parameter validation of the Summary operator into the python layer
add some unittest for summary operator
support ScalarSummary to record number type
5 years ago
fary86
5138c10c6c
fix bug of print scalar, not optimize depend when specializing
5 years ago
mindspore-ci-bot
59d5c069cf
!1142 Use AnfNodes' checked generation number in FastShadowSort.
Merge pull request !1142 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
ca64bfdbab
!1120 Code refactoring :modify Infer to Eval
Merge pull request !1120 from Kang/master
5 years ago
Kang
be60bd3d79
Code refactoring for the static_analysis : modified Infer to Eval.
5 years ago
zhousiyi
44337c5770
fix env_getitem become poly node: different symbolickey with same shape
5 years ago
Zhang Qinghua
4803876de3
Replace unordered_set of checked AnfNode with AnfNodes' checked generation number, for performance.
5 years ago
mindspore-ci-bot
da7d605e85
!683 WIP: specialize hyper map parameter
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
5 years ago
zhousiyi
047ac018da
specialize hypermap paramater
5 years ago
gongchen
425a207663
bug(SA): Add the support of nested loop.
5 years ago
panyifeng
b7596e1f33
Add switch_case primitive
5 years ago
mindspore-ci-bot
33e427e1c5
!721 Tensor assign by ellipsis
Merge pull request !721 from candanzg/tensor_assgin_ellipsis
5 years ago
mindspore-ci-bot
dea1050663
!814 compare context pointer in AnfNodeConfig for performance
Merge pull request !814 from xychow/compare-with-context-ptr
5 years ago
candanzg
e886a3182c
tensor assign with ellpsis
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
simson
16e57a4062
change the error type in Infer from ValueError to TypeError
5 years ago
zhousiyi
5a085da8dd
compare context with pointer
5 years ago
mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
5 years ago
mindspore-ci-bot
420ef2a352
!731 remove extra empty string from log text
Merge pull request !731 from fary86/remove_extra_empty_string_in_log
5 years ago
mindspore-ci-bot
41df9c206c
!723 Modify type error of abnormal inputs
Merge pull request !723 from Simson/push-to-opensource
5 years ago