Commit Graph

30630 Commits

Author SHA1 Message Date
i-robot 7978aae666 !22946 Handle if break else break situation of control flow
Merge pull request !22946 from chenfei_mindspore/pr_dead_block
2021-09-08 12:32:23 +00:00
i-robot ddd17bc09d !22923 Optimize codes for ms function
Merge pull request !22923 from JoyLvliang/optimize_codes_for_ms_function
2021-09-08 12:31:31 +00:00
i-robot bdc85bf2aa !23081 [MS][LITE] fix lite train issue
Merge pull request !23081 from zhengjun10/issue_fix
2021-09-08 12:28:12 +00:00
i-robot a0829c11e5 !23089 fix config parse bug && full quant bug
Merge pull request !23089 from yeyunpeng2020/quant
2021-09-08 12:26:57 +00:00
i-robot b5ba7b1a83 !23044 fix offline debugger read tensor and online debugger overflow bug
Merge pull request !23044 from parastooashtari/oveflow_bug
2021-09-08 11:43:50 +00:00
shenwei41 a8d02ab782 Add Random operation with MultiField 2021-09-08 19:29:23 +08:00
i-robot e270d4507d !22848 Fix issue for multi card check watchpoint
Merge pull request !22848 from parastooashtari/offline_dbg_bug
2021-09-08 11:23:00 +00:00
Xiao Tianci 27ed4127da fix ToString function of path 2021-09-08 18:36:18 +08:00
i-robot 7fd824b810 !23071 clean pclint warnings
Merge pull request !23071 from anancds/node
2021-09-08 10:20:36 +00:00
i-robot e81a37facf !23027 recitify improper import of ParallelMode
Merge pull request !23027 from gengdongjie/fix_issues
2021-09-08 09:42:47 +00:00
i-robot 2bc5f2a79c !23012 fix RCAN training bug
Merge pull request !23012 from liuyu/master
2021-09-08 09:41:57 +00:00
YangLuo 7d8da77c6c update doc of minddata 2021-09-08 17:32:52 +08:00
i-robot a5e4b75e00 !23048 [MS][LITE]fix bug of running while.mindir
Merge pull request !23048 from mengyuanli/bugfix_MindIR_cf
2021-09-08 09:18:56 +00:00
i-robot 6e6585db59 !22994 fix pc-lint
Merge pull request !22994 from Simson/opinfer
2021-09-08 09:15:33 +00:00
i-robot 938324b397 !19362 [assistant][ops] Add new dataset operator Cityscapes.
Merge pull request !19362 from Rainfor/cityscapes
2021-09-08 09:14:43 +00:00
i-robot ff102f8619 !22976 [MS][Lite]Model converted wrong with if_while example.
Merge pull request !22976 from mengyuanli/bugfix_mindIR
2021-09-08 09:13:09 +00:00
yeyunpeng2020 a274d915c3 fix config parse bug && full quant bug 2021-09-08 17:11:17 +08:00
i-robot 4cab7ffbd3 !22909 sync code to gitee according code review
Merge pull request !22909 from guozhijian/sync_code_review
2021-09-08 08:26:58 +00:00
i-robot 77424eaad5 !23004 Add args Check for Transformer
Merge pull request !23004 from huangxinjing/args_check
2021-09-08 08:24:06 +00:00
i-robot c44c5b494b !22980 Fix a bug for assign in OrderedSet/OrderedMap
Merge pull request !22980 from hewei/fix_ordered_set_map
2021-09-08 08:22:53 +00:00
i-robot dd32f03a26 !22879 [MS][LITE][Develop] add lite fp16 kernel
Merge pull request !22879 from sunsuodong/add_fp16_kernel
2021-09-08 08:18:15 +00:00
i-robot fc4f202daf !22987 [MS][LITE][CPU] scale op
Merge pull request !22987 from liuzhongkai/scale
2021-09-08 08:17:43 +00:00
i-robot 3b9d7286c2 !23040 [MS][LITE][CPU] matmul resize bug
Merge pull request !23040 from liuzhongkai/resize_bug
2021-09-08 08:16:56 +00:00
zhengjun10 78cf77bc02 fix lite train 1.5 issue 2021-09-08 16:13:21 +08:00
dingpeifei 53bc44266b Delete the unuse opensource 2021-09-08 16:02:05 +08:00
liangzelang 1832d7c152 Use rtMemcpy trans data in Ascend instead of device -> host -> device 2021-09-08 15:58:10 +08:00
i-robot 277cf0d892 !22945 [MSLITE] optimize Execute time for tensorrt delegate by remove unnecessary transpose op
Merge pull request !22945 from Liu_Xuu/trt_0903_transpose
2021-09-08 07:58:01 +00:00
i-robot c4b3329ecc !22772 restore cloudBU models
Merge pull request !22772 from wangyanling/model
2021-09-08 07:54:53 +00:00
i-robot 75cfa31210 !23041 add common method of get real path
Merge pull request !23041 from yelihua/dev
2021-09-08 07:54:08 +00:00
i-robot 3bfb2c1105 !22906 [MS][LITE][STABLE]code check fix
Merge pull request !22906 from chenjianping/code_check
2021-09-08 07:44:15 +00:00
i-robot d76039b738 !23013 Fix memory leak
Merge pull request !23013 from ZPaC/fix-ps-core-leak
2021-09-08 07:42:29 +00:00
i-robot 639aee53d6 !22913 codex: variable-init memory-check
Merge pull request !22913 from hangq/master
2021-09-08 07:28:27 +00:00
lz 9c2ff10bb6 safety checking 2021-09-08 15:23:39 +08:00
Margaret_wangrui 34f443ca18 clean side_effect_flag 2021-09-08 15:21:21 +08:00
i-robot 76e8e01467 !23061 modify test example of probability
Merge pull request !23061 from byweng/master
2021-09-08 07:17:06 +00:00
chendongsheng b968b409ec clean pclint warnings 2021-09-08 15:15:02 +08:00
yaoyuan 85a1b55b47 [feat] [assistant] [I3ALCL] add new operator HighpassBiquad 2021-09-08 15:12:40 +08:00
i-robot 8065a3014e !23021 Open complex pass for graph kernel
Merge pull request !23021 from ZengZitao/adapt_complex
2021-09-08 07:04:28 +00:00
zhujingxuan b2ec7f2db6 add rank cpu kernel 2021-09-08 15:02:59 +08:00
zhangzhaoju dc14e2baef Add test case for nested calling ms_function 2021-09-08 15:01:42 +08:00
i-robot 516a74f985 !22915 310 support cond graph
Merge pull request !22915 from zhoufeng/310-support-cond-graph
2021-09-08 06:46:55 +00:00
i-robot 7d6ff9d098 !23009 Modify the judge of multi devices training logic
Merge pull request !23009 from 张毅辉/Judge_multi_devices_training_logic
2021-09-08 06:46:08 +00:00
i-robot c7ab3cc3f8 !22302 [MS][RDR] Fix allocate memory bug when record gpu meory information in RDR
Merge pull request !22302 from louie5/gpu_memory
2021-09-08 06:45:34 +00:00
huangxinjing c874bada0a Add device check 2021-09-08 14:35:02 +08:00
i-robot cbce050af6 !22978 fix insert cast in cpu pynative mode
Merge pull request !22978 from baihuawei/fix_pynative_insert_cast
2021-09-08 06:14:38 +00:00
i-robot 5fa6341c70 !22606 code review
Merge pull request !22606 from liutongtong9/code_review_master
2021-09-08 05:35:28 +00:00
i-robot 235bfb2966 !22928 [MS][Lite]Lite converter from mindir to ms report error while convert successfully.
Merge pull request !22928 from mengyuanli/fix_error_log
2021-09-08 03:44:44 +00:00
i-robot 214d5fb518 !22993 [MSLITE] mix data type bug
Merge pull request !22993 from ling/sr
2021-09-08 03:42:43 +00:00
i-robot b4031ba037 !23063 ssd300 performance fix
Merge pull request !23063 from 张晓晓/code_docs_ssd300
2021-09-08 03:42:39 +00:00
chenfei f6fe46e469 support if break else break situation
add trace guard
2021-09-08 11:34:21 +08:00