Commit Graph

34546 Commits

Author SHA1 Message Date
zx dbff85f7d1 [feat][assistant][I48O97] Modify ApplyGradientDescent to be a dynamic shape operator 2021-11-22 17:28:06 +08:00
Xiaoda Zhang 9a2c92bfea adjusting ApplyApproximationForParaNode's input as const-reference 2021-11-22 17:21:21 +08:00
i-robot 6f559516ea !26560 move all itertive Gmres code into Cell
Merge pull request !26560 from zhujingxuan/master
2021-11-22 09:19:14 +00:00
Xiaoda Zhang 2c25b277d0 adding constraints checking and examples for MoEConfig 2021-11-22 16:59:22 +08:00
mengyuanli 36e9a0deb7 modify infershape to support non tail call 2021-11-22 16:55:50 +08:00
i-robot 7929d79a80 !26525 Modify error
Merge pull request !26525 from liuyang/error_ms
2021-11-22 08:40:46 +00:00
zhousiyi 3d8435ad45 Replace shortcircuit eval with deferred GetResult from AsyncAbstract when use 2021-11-22 08:26:21 +00:00
i-robot e6ad3f42b1 !26524 clean code, fix cyclomatic complexity problems
Merge pull request !26524 from huangbingjian/clean_code_master
2021-11-22 08:13:18 +00:00
王南 61ea1a3e9c add and reduce grad support dynamic shape 2021-11-22 15:55:05 +08:00
i-robot 3e3145a624 !26596 mod initializer docs
Merge pull request !26596 from wanyiming/code_docs_init
2021-11-22 07:53:57 +00:00
lianliguang a047ab4a8d add function wraps for parameter init function 2021-11-22 15:53:24 +08:00
王南 44b141c954 update optim comments 2021-11-22 15:45:05 +08:00
dayschan 015d7354c7 Refactor graph_builder and decouple it from ME backend
1. move functions from graph_kernel_helper.cc to graph_builder.cc:
   the EliminateMakeTuple, implemented with SpreadTuples.
   the ConvertNonscalarTensorToParameter, remove checking the equal tensor.
   the IsTupleOutput (original IsMakeTupleOut), use recursion.
   the CreateNewFuseCNode, remove the "output" argument; call SetNewKernelInfo in it.
   the ReplaceNewFuseCNode,
   the BuildSingleGraphFromNodes (original MixedNodesTransToGraph)
   the ReplaceNodesWithGraphKernelNode (original FuseNodesToSubGraph)

2. create graph_kernel_utils.cc.
   the ExtractGraphKernelName and SpreadTuples was moved to the file.

3. add SetNewKernelInfo to the callback functions.
2021-11-22 15:41:21 +08:00
i-robot 56e61892bf !26573 [MS][LITE][develop] optimize deconv fp16 ram
Merge pull request !26573 from sunsuodong/fix_deconv_winograd_fp16
2021-11-22 07:40:12 +00:00
liutongtong dd3862390d comments review for metric 2021-11-22 15:36:17 +08:00
caifubi 38352c1ba8 PyNative MindRT Op Lazy Build 2021-11-22 15:22:10 +08:00
i-robot 9d023b6445 !26564 [MS][LITE][develop] fix deconv unstable accuracy
Merge pull request !26564 from sunsuodong/fix_deconv_winograd_fp16_bug
2021-11-22 07:17:33 +00:00
chenlei_autodiff 4c0d5dcfe7 [GraphKernel] support lite_adapter for graph kernel. 2021-11-22 15:10:30 +08:00
jonyguo 06695c1f37 fix: example code 2021-11-22 15:10:01 +08:00
Fazzie 8db6239b4a fix opengl texture 2021-11-22 14:51:41 +08:00
i-robot 6174d5286b !26588 support error no value
Merge pull request !26588 from parastooashtari/error_on_no_value
2021-11-22 06:25:34 +00:00
王南 ca39b11377 add min/max value in abstract check equal function 2021-11-22 14:21:54 +08:00
wang_shaocong ba0d056735 [MSLITE] Add scale_scale fusion 2021-11-22 14:16:48 +08:00
i-robot 8e87c9f472 !26583 fix image preprocess bug
Merge pull request !26583 from yeyunpeng2020/preprocess
2021-11-22 06:14:05 +00:00
i-robot 7a3c46be08 !26451 [MSLITE] fix ocr rezie bug in tensorrt delegate
Merge pull request !26451 from Liu_Xuu/trt_1117_ocr_fix
2021-11-22 06:09:43 +00:00
i-robot 24b3e346a4 !26558 Add debug message for BFGS method.
Merge pull request !26558 from hezhenhao1/fix_bfgs_bug
2021-11-22 06:08:33 +00:00
wanyiming 3b4621e673 add initializer 2021-11-22 12:38:11 +08:00
i-robot 69c4f470e4 !26546 Unify GPU/CPU ops input/output(col/rolmajor), modify related testcases, add linalg function and testcases
Merge pull request !26546 from wuwenbing/master
2021-11-22 04:34:33 +00:00
wanyiming 40755b904c add_optimizer 2021-11-22 12:31:18 +08:00
zhujingxuan 79d08508e8 refactor 2021-11-22 11:56:16 +08:00
i-robot 732c5e005a !26601 update docs owners
Merge pull request !26601 from yingchen/code_docs_owners
2021-11-22 03:41:38 +00:00
yingchen 27007bf7f6 update docs owners 2021-11-22 11:31:23 +08:00
Xiaoda Zhang 44ff8c8050 changing log level from ERROR to WARNING when no zero communication strategy found in reshape 2021-11-22 11:21:01 +08:00
yeyunpeng2020 3b33952146 fix image preprocess bug && remove unused param 2021-11-22 11:19:13 +08:00
lianliguang a6e5dcfb22 if parameter total larger than 1T split to another file 2021-11-22 11:17:33 +08:00
chujinjin 85b69fe147 fix mixed precision for pynative 2021-11-22 11:16:58 +08:00
sunsuodong 47785a8f12 fix_deconv_winograd_fp16 2021-11-21 19:00:12 -08:00
sunsuodong 6f9330f874 fix deconv unstable accuracy 2021-11-21 18:51:04 -08:00
zhujingxuan 3f2479aca0 move test cases 2021-11-22 10:23:28 +08:00
i-robot 85b11671dd !26569 [doc] add minddata imshow_det_bbox to docs
Merge pull request !26569 from xiefangqi/code_docs_minddata_imshow_det_bbox
2021-11-22 02:22:33 +00:00
i-robot da86b2a5ea !26499 [MS][LITE]add switch_layer kernel to schedule
Merge pull request !26499 from mengyuanli/switch_layer_scheduler
2021-11-22 02:20:43 +00:00
ougongchang 139e1744c9 Collect strategy from cnode 2021-11-22 10:17:18 +08:00
wilfChen 79b37042aa tag environment implement 2021-11-22 10:09:44 +08:00
xiefangqi 2c69a34557 add doc minddata imshow_det_bbox 2021-11-22 10:08:08 +08:00
wanyiming 706fd10341 mod_init 2021-11-22 09:52:37 +08:00
i-robot 94036ca8c0 !26581 add dump flag for inserted transdata&cast
Merge pull request !26581 from yuchaojie/ir_fusion
2021-11-22 01:47:51 +00:00
i-robot 1191defd23 !26452 unified runtime support the control flow of subgraph sink
Merge pull request !26452 from limingqi107/new_actor_runtime
2021-11-22 01:46:32 +00:00
liuyang_655 586982b41f modift error 2021-11-21 20:32:45 -05:00
i-robot 38943f8f33 !26511 Upgrade Ascend software package Nov 17
Merge pull request !26511 from TronZhang/upgrade_ascend_1117
2021-11-22 01:27:04 +00:00
kingxian 545dc83fcb fix: `cell` does not support deep copy, tensor default dtype -> float32 2021-11-22 09:08:32 +08:00