Commit Graph

14957 Commits

Author SHA1 Message Date
mindspore-ci-bot 7ae84da261 !9462 add MapUniform dynamic kernel
From: @fangzehua
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
2020-12-04 14:24:03 +08:00
mindspore-ci-bot 89535c4612 !9488 Fix DropoutGenMask output shape err of Transformer in Pynative mode
From: @zuochuanyong
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @chujinjin
2020-12-04 14:23:36 +08:00
mindspore-ci-bot 28885ea687 !9374 add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
From: @yanzhenxiang2020
Reviewed-by: 
Signed-off-by:
2020-12-04 14:19:44 +08:00
VectorSL 6c6e2e5478 add trace for gpu error/excpt log 2020-12-04 14:03:36 +08:00
Zhang Qinghua 25a2b8cd5b Never inline middle after block for control flow. 2020-12-04 13:07:42 +08:00
zhouyuanshen 458f0e7c58 dynamic shape adapting for allreduce and reducesum 2020-12-04 12:28:05 +08:00
shenwei41 31325ea231 fix bug 2020-12-04 12:15:00 +08:00
mindspore-ci-bot c81bb8fe39 !9260 Add ReduceMin op for cpu
From: @anrui-wang
Reviewed-by: 
Signed-off-by:
2020-12-04 11:46:15 +08:00
mindspore-ci-bot 9466429fdd !9417 Mod test_dense in ut
From: @wanyiming
Reviewed-by: @zh_qh,@kingxian
Signed-off-by: @kingxian
2020-12-04 11:38:47 +08:00
mindspore-ci-bot 493594e045 !9380 Codedex change and comments change
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2020-12-04 11:26:23 +08:00
lihongkang 79333916ed fix bugs 2020-12-04 11:22:43 +08:00
mindspore-ci-bot 61d717032c !9047 [lite]mindir reconstruct compatibility
From: @xu_anyue
Reviewed-by: 
Signed-off-by:
2020-12-04 11:15:33 +08:00
dayschan e5306b913d GraphKernel Fuser
Refactor the BasicOpsFusion and CompositeOpsFusion to one pass.
Add a pass to eliminate the redundant output.

TODO: rename the file basic_ops_fusion and delete the file composite_ops_fusion
2020-12-04 11:02:36 +08:00
mindspore-ci-bot 64de6a9a93 !9324 mindspore cxx api
From: @zhoufeng54
Reviewed-by: 
Signed-off-by:
2020-12-04 11:01:10 +08:00
mindspore-ci-bot 8bedff1a0d !9450 set graph mode should before init(), otherwise hccl will report repeat init error
From: @caojian05
Reviewed-by: @linqingke,@guoqi1024
Signed-off-by: @linqingke
2020-12-04 10:53:15 +08:00
fangzehua b8943722c8 add random_map ops 2020-12-04 10:51:12 +08:00
mindspore-ci-bot 3eb49a4a7e !9420 [MSLITE] fp32 add optimize
From: @ling_qiao_min
Reviewed-by: 
Signed-off-by:
2020-12-04 10:43:35 +08:00
mindspore-ci-bot a9e586dbe7 !9428 [GraphKernel] Modify cast to accelerate amp performance when active graph kernel
From: @tronzhang
Reviewed-by: @ryanww,@gaoxiong1
Signed-off-by: @gaoxiong1
2020-12-04 10:38:43 +08:00
panfengfeng 38aad35138 change log level 2020-12-04 10:24:32 +08:00
hebotao ae68883945 Add Select ops for cpu
Add select ops for cpu

Add select ops for cpu

Add select ops for cpu -- remove useless methods

Add select ops for cpu -- remove useless methods

Add select ops for cpu -- remove useless methods
2020-12-04 10:22:33 +08:00
zhanyuan 171e332713 [MSLITE] Support GEMV for ARM v7a 2020-12-04 10:22:17 +08:00
mindspore-ci-bot bfc6cca4f8 !9441 modify example
From: @lijiaqi0612
Reviewed-by: @c_34,@zh_qh
Signed-off-by: @c_34
2020-12-04 10:16:46 +08:00
mindspore-ci-bot a6766001ec !9454 fix hccl init in resnext50
From: @zhouyaqiang0
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
2020-12-04 10:09:02 +08:00
wsq3 c811e8c714 Optimizer parameters,Improve yolov3_darknet53 network precision 2020-12-04 10:08:37 +08:00
yanzhenxiang2020 3a1a9ff6dc add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu 2020-12-04 10:04:31 +08:00
Pengyongrong 3f9847f529 GPU Ops for PRRelu Optimization 2020-12-03 18:02:19 -08:00
looop5 0f5ce8e8bb update submodule akg to fix performance deterioration of Fused_LambUpdateWithLR 2020-12-04 09:50:59 +08:00
mindspore-ci-bot f019a4a0af !9473 Remove float64 from IGamma's supported dtype
From: @peixu_ren
Reviewed-by: @zichun_ye,@liangchenghui
Signed-off-by: @liangchenghui
2020-12-04 09:44:59 +08:00
mindspore-ci-bot a6b716003f !9469 Fix minor issues in distribution classes
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
2020-12-04 09:41:49 +08:00
mindspore-ci-bot 014c7bfaf3 !9444 [MSLITE][Develop] fix code review
From: @sunsuodong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
2020-12-04 09:41:45 +08:00
yangruoqi713 c9b6f6d0d8 [MSLITE][Develop] fix bug of lite infershape 2020-12-04 09:37:59 +08:00
xuanyue dbf296dba6 mindir reconstruct 2020-12-04 09:28:41 +08:00
mindspore-ci-bot 9aae337f11 !9453 fix symmetric bug
From: @xiaoyisd
Reviewed-by: @liangchenghui,@jjfeing
Signed-off-by: @liangchenghui
2020-12-04 09:20:02 +08:00
ling 09417ba444 [MSLITE] fp32 add optimize 2020-12-04 09:19:23 +08:00
peixu_ren 4b9a5d03c5 Remove float64 from IGamma's supported dtype 2020-12-03 17:13:04 -05:00
Peilin Wang 95a6ee754d initial commit 2020-12-03 16:40:06 -05:00
mindspore-ci-bot 07dbe082c5 !9188 Migrate 3 passes from run-time ExecutionTree to IR optimizer
From: @nsyca
Reviewed-by: 
Signed-off-by:
2020-12-04 04:50:58 +08:00
mindspore-ci-bot 98aac335fa !9403 Fix input/output docstring indentation for ops in random_ops.py
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
2020-12-04 04:15:08 +08:00
Xun Deng 4ef9e9e57f fix minor issues in distribution classes 2020-12-03 14:47:08 -05:00
Nat Sutyanyong d69a29a44e Migrate 3 pre passes to IR optimizer, namely, cache_error_pass, epoch_injection, and removal_pass 2020-12-03 14:40:03 -05:00
Adel Shafiei 870062770b raise an exception if debugger PORT and/or IP are not set correctly. 2020-12-03 13:54:16 -05:00
mindspore-ci-bot a15356c779 !9329 Fix CI Alarms
From: @jonwe
Reviewed-by: 
Signed-off-by:
2020-12-04 02:32:21 +08:00
mindspore-ci-bot 215f0a7b46 !9037 Updating inputs for ScatterAdd and ScatterUpdate, fix dynamic issue
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by:
2020-12-04 02:07:00 +08:00
mindspore-ci-bot 73c91e05b1 !9398 Change Build to return status
From: @alex-yuyue
Reviewed-by: @mikef
Signed-off-by:
2020-12-03 23:43:08 +08:00
mindspore-ci-bot 1a36c26088 !9404 dataset Python Pushdown - minor code rework
From: @cathwong
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
2020-12-03 23:38:57 +08:00
mindspore-ci-bot 6ec8b97963 !9340 Rename SamplerRT Print() to SamplerPrint()
From: @lixiachen
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
2020-12-03 23:15:58 +08:00
Jonathan Yan d7bb5cd058 Fix CI Alarms 2020-12-03 10:09:07 -05:00
mindspore-ci-bot ab15d11d9c !9393 modify c_ops register when loadding mindir
From: @wangnan39
Reviewed-by: @guoqi1024,@kingxian
Signed-off-by: @kingxian
2020-12-03 22:20:33 +08:00
mindspore-ci-bot b9479b45d4 !9349 Fix bug of null output addr of tensor in valuenode
From: @joylvliang
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
2020-12-03 22:19:47 +08:00
mindspore-ci-bot ba88bf90c6 !9451 OpDebuger adapt to new run package
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
2020-12-03 22:18:13 +08:00