lixian
693b4cfdc8
refactor cpp context, add string tensor, add get tensor by name
2021-03-19 16:08:55 +08:00
mindspore-ci-bot
aede003317
!13549 make IncorporateGetItemSwtich pass possible if there is env_setitem/env_getitem in that funcgraph
...
From: @xychow
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-03-18 19:50:19 +08:00
zhousiyi
3f2a08c1d0
incoroprate TupleGetItem Switch if EnvSetItem or EnvGetItem exists in the same func graph, so EnvGetItem or EnvSetItem can be eliminated even DEFER_INLINE flag is set, so before second order J is expanded, EnvGetItem or EnvSetItem is eliminated
2021-03-18 07:57:05 +00:00
He Wei
01eaaed85f
[auto-monad] Fix multi-call output parameter be overwritten issue
2021-03-18 15:35:38 +08:00
mindspore-ci-bot
075d737127
!13370 add lstm training attr
...
From: @huaweib
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
2021-03-18 14:41:06 +08:00
mindspore-ci-bot
d6ddd4a107
!13421 Register AKG kernel
...
From: @wilfchen
Reviewed-by: @limingqi107,@cristoval
Signed-off-by: @cristoval
2021-03-18 14:27:42 +08:00
mindspore-ci-bot
83b56cac85
!13497 [MD] Fix error message of SoftDvpp Ops and some examples in docs
...
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2021-03-18 11:54:31 +08:00
mindspore-ci-bot
defcc51641
!13304 refactor RDR to support single name
...
From: @luopengting
Reviewed-by: @ouwenchang,@lixiaohui33
Signed-off-by: @lixiaohui33
2021-03-18 11:40:30 +08:00
wilfChen
a46d0c55fb
register akg kernel
2021-03-18 11:26:12 +08:00
mindspore-ci-bot
34b16e6a64
!13466 Breake the share_ptr loop, solve memory leak problem
...
From: @zhangzhaoju
Reviewed-by: @wilfchen,@chujinjin
Signed-off-by: @chujinjin
2021-03-18 10:30:39 +08:00
mindspore-ci-bot
4a1b9e4a12
!13431 Add defer_inline flag for on-grading primal graph.
...
From: @zh_qh
Reviewed-by: @ginfung
Signed-off-by: @ginfung
2021-03-18 10:09:59 +08:00
mindspore-ci-bot
b45f289801
!13504 Add check of GetPerspectiveTransform and GetAffineTransform
...
From: @shenwei41
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
2021-03-18 09:57:52 +08:00
mindspore-ci-bot
f446abe4ca
!13493 [auto-monad] Fix primitive_target and IsFeatureMapOutput check for Load
...
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-03-18 09:29:40 +08:00
chendongsheng
5ebd8fd391
fixed assign rank id
2021-03-17 21:15:53 +08:00
shenwei41
89f109a3f3
add check of operation
2021-03-17 20:29:17 +08:00
mindspore-ci-bot
11a20a4ece
!13487 Fix top cell bug
...
From: @zjun3021
Reviewed-by: @chujinjin,@zhoufeng54
Signed-off-by: @chujinjin
2021-03-17 20:06:18 +08:00
mindspore-ci-bot
b20e964760
!13429 Refactor some cpu ops
...
From: @wuxuejian
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
2021-03-17 19:57:59 +08:00
Xiao Tianci
4f1dbc6cd5
correct error message of soft_dvpp ops and fix example of IterSampler
2021-03-17 19:39:46 +08:00
He Wei
ce690a5489
[auto-monad] Fix primitive_target and IsFeatureMapOutput check for Load
2021-03-17 17:24:13 +08:00
zjun
adf47d3d92
Fix top cell bug
...
Signed-off-by: zjun <zhangjun0@huawei.com>
2021-03-17 17:19:56 +08:00
mindspore-ci-bot
e7994b5839
!13474 Set abstract for new node in GetitemDependReorder pass
...
From: @ginfung
Reviewed-by: @zh_qh,@hwhewei
Signed-off-by: @zh_qh
2021-03-17 17:16:18 +08:00
baihuawei
b71da51d86
add training attr for lstm
2021-03-17 17:06:48 +08:00
mindspore-ci-bot
5591d881e8
!13384 fix bug for circular reference
...
From: @zhupuxu
Reviewed-by:
Signed-off-by:
2021-03-17 16:27:50 +08:00
mindspore-ci-bot
9295280bbe
!13465 fix executor wait pendingtask
...
From: @kisnwang
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
2021-03-17 15:54:21 +08:00
yujianfeng
aa76c2b455
Set abstract for new node in GetitemDependReorder pass
2021-03-17 15:37:34 +08:00
mindspore-ci-bot
17654135aa
!13233 modify attr_target when load and export
...
From: @wangnan39
Reviewed-by:
Signed-off-by:
2021-03-17 14:45:44 +08:00
mindspore-ci-bot
e54f6e4094
!13033 [Pynative]Using Cache and Code Optimization to Improve Performance of AMP
...
From: @chenyijie6
Reviewed-by:
Signed-off-by:
2021-03-17 14:44:48 +08:00
mindspore-ci-bot
0590f252d8
!13447 Remove hardcode cuda path in cmake file
...
From: @cristoval
Reviewed-by: @wilfchen,@limingqi107
Signed-off-by: @limingqi107
2021-03-17 14:31:31 +08:00
mindspore-ci-bot
031dd1c78d
!13460 revert modifies which affect GPU Resnet50 performance
...
From: @Margaret_wangrui
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
2021-03-17 14:18:18 +08:00
mindspore-ci-bot
ef4249914c
!13430 Fix a bug that updated gamma beta of instancenormgrad
...
From: @yuan_shen_zhou
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-03-17 14:11:48 +08:00
Zhang Qinghua
8d36b00426
Add defer_inline flag for on-grading primal graph.
2021-03-17 14:10:00 +08:00
zhangzhaoju
659f181248
fix issue#I3ARG6
...
Breake the share_ptr loop, solve memory leak proble
2021-03-17 11:53:32 +08:00
luopengting
c8ba7694c5
refactor RDR to support single name
...
1. support single name
2. add hash method for pair
3. move constructor and destructor of MemAddressInfo as public
4. remove graph_id
5. modify interval for somas info
2021-03-17 11:34:05 +08:00
mindspore-ci-bot
754e253466
!13369 fix cpu UnsortedSegmentSum
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
2021-03-17 11:19:10 +08:00
kswang
753a2eeb84
fix executor wait pendingtask
2021-03-17 11:17:38 +08:00
Margaret_wangrui
3623d1aadb
fix resnet50 performance
2021-03-17 11:13:30 +08:00
mindspore-ci-bot
8e1d582221
!13316 【GraphKernel】Normalize the Reduce nodes' axis
...
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @gaoxiong1
2021-03-17 10:32:13 +08:00
zhupuxu
a511b26414
fix bug for circular reference
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2021-03-17 09:57:27 +08:00
mindspore-ci-bot
3ae033534e
!13427 add maketuple abstract
...
From: @changzherui
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-03-17 09:42:41 +08:00
mindspore-ci-bot
c0aa5f8132
!13365 Fix random rotation input check
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
2021-03-17 09:42:37 +08:00
mindspore-ci-bot
f68732c15d
!13279 Add resizefiller operation
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
2021-03-17 09:41:46 +08:00
mindspore-ci-bot
8e617629fc
!13404 update applyAdagrad
...
From: @zyx5256
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-03-17 09:41:18 +08:00
chengang
43dc530b77
remove hardcode cuda path
2021-03-17 09:35:06 +08:00
mindspore-ci-bot
56a267a514
!13385 [Pynative] Fix Sync Bugs
...
From: @chenyijie6
Reviewed-by: @wilfchen,@limingqi107
Signed-off-by: @limingqi107
2021-03-17 09:20:57 +08:00
mindspore-ci-bot
5e2151d0cd
!13352 fix control flow memory problem
...
From: @Margaret_wangrui
Reviewed-by:
Signed-off-by:
2021-03-17 09:18:26 +08:00
mindspore-ci-bot
888b2e19ee
!13378 【MD】【Task】add data help for MD lite
...
From: @xulei2020
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2021-03-17 09:13:43 +08:00
mindspore-ci-bot
ccdccc9b2f
!13350 fix dynamic input when the input type is tuple but not maketuple
...
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
2021-03-17 09:03:40 +08:00
Eric
3d38a50f56
fix lint
2021-03-16 19:28:29 -04:00
Eric
4e5b174f8f
fix ut
2021-03-16 19:21:44 -04:00
Eric
c730df23e8
Added json fix 2
2021-03-16 18:32:42 -04:00