Commit Graph

27996 Commits

Author SHA1 Message Date
kswang 9e8156b020 clean code 2021-07-27 10:30:21 +08:00
i-robot 438cbefaf4 !14578 simple_baselinesModel
Merge pull request !14578 from 童志豪/master
2021-07-27 02:25:57 +00:00
i-robot b2c7f80b03 !20851 fix modelzoo network tinybert accuracy waving by fixing random seed.
Merge pull request !20851 from anzhengqi/fix-tinybert-accuracy-waving
2021-07-27 02:25:24 +00:00
i-robot 600aa90b6f !17997 Add Expander Checkings
Merge pull request !17997 from jiaoy1224/fixexpander
2021-07-27 02:16:39 +00:00
i-robot c23619ba1f !20674 move cast_matmul pass
Merge pull request !20674 from lingyunli63/move_cast_matmul
2021-07-27 02:16:13 +00:00
i-robot de35833bb8 !20766 [MS][LITE] fix magic number
Merge pull request !20766 from XianglongZeng/myms_new_2
2021-07-27 02:07:13 +00:00
i-robot ed0b5a2980 !20870 fix code review bugs
Merge pull request !20870 from jjfeing/master
2021-07-27 02:03:40 +00:00
i-robot 9c0d8cf5b3 !20892 sync akg code to fix bert and transformer
Merge pull request !20892 from chenlei_autodiff/add_sin
2021-07-27 02:00:21 +00:00
i-robot 4b5802cfc1 !20784 Extract api for FuncGraph & FuncGraphManager
Merge pull request !20784 from hewei/core_user_api
2021-07-27 01:56:28 +00:00
i-robot b31d699d8f !20873 fix a bug with launching single op transdata
Merge pull request !20873 from lvchangquan/transdata_formal
2021-07-27 01:44:58 +00:00
i-robot 5f29c5bee6 !20895 Profiler adds environment variables that can select performance data saving path
Merge pull request !20895 from 张毅辉/environment_variable_for_cloud_profiler
2021-07-27 01:42:21 +00:00
i-robot e29cea7d46 !20822 Fix some warnings in transform graph ir
Merge pull request !20822 from chenhaozhe/fix-transform-graph-ir
2021-07-27 01:40:17 +00:00
i-robot b02e5c86e0 !20850 fix issues of blue team
Merge pull request !20850 from lanzhineng/infer_optv3
2021-07-27 01:27:08 +00:00
i-robot a0584e1781 !20839 Code review core/utils in master
Merge pull request !20839 from LiangZhibo/master_code
2021-07-27 01:25:21 +00:00
i-robot cd122a94c2 !20866 fix the event insertion bug
Merge pull request !20866 from hwjiaorui/fix-event
2021-07-27 01:23:59 +00:00
i-robot 1f60c40134 !20897 bugfix:output tensor is null if net contain constant folding
Merge pull request !20897 from zyli2020/fix_mindtest_bug
2021-07-27 01:12:24 +00:00
i-robot b8901526b9 !20882 Fix GradOperation recursive call issues.
Merge pull request !20882 from 张清华/opt
2021-07-27 01:00:39 +00:00
i-robot 59322811fd !20648 clean pclint warnings
Merge pull request !20648 from zyli2020/mindrt_debug
2021-07-26 14:14:48 +00:00
i-robot 9feb52e388 !20805 Accelerate the Pow op by AVX or SSE.
Merge pull request !20805 from liqiliang/master
2021-07-26 13:40:29 +00:00
i-robot 34e2581dfc !20812 Add code for cross-silo with real data femnist and coco
Merge pull request !20812 from ZPaC/cross-silo
2021-07-26 13:21:19 +00:00
i-robot a0b7dcb353 !20793 add parallel op for gather
Merge pull request !20793 from yangzhenzhang/add-parallel-op-for-gatherd
2021-07-26 13:20:47 +00:00
lizhenyu 9a35ba16a2 bugfix:output tensor is null if net contain constant folding 2021-07-26 21:14:44 +08:00
zhangyihui 63a7add107 Environment variables are mainly set for the convenience of cloud profiler 2021-07-26 20:54:45 +08:00
tongzh 99e9bd13bb add simple_baaselines 2021-07-26 20:48:37 +08:00
Zhang Qinghua 8be269c1cc Fix GradOperation issues:
- Allow the J CNode used multiple as non-call input.
- Check recursive J FG including FV J CNode.
- Add grad functional api.
2021-07-26 20:47:49 +08:00
i-robot 4917d80c0a !20765 [MS][LITE][STABLE]code check fix
Merge pull request !20765 from chenjianping/kernel_reg
2021-07-26 12:33:05 +00:00
chenlei_autodiff a7d303e5df sync akg code. 2021-07-26 20:17:57 +08:00
lvchangquan 0487e5fe3a fix a bug in launching single op trandata 2021-07-26 19:58:49 +08:00
i-robot e8951815f7 !20806 fix some code spell errors in ops and nn directories
Merge pull request !20806 from zhunaipan/master
2021-07-26 11:54:49 +00:00
i-robot 022c1c4583 !20715 [ME][Auto-Monad]Add ref user to UpdateState to ensure the order
Merge pull request !20715 from Margaret_wangrui/auto_monad_ref_users_master
2021-07-26 11:43:43 +00:00
chenhaozhe ee52a7d1c8 fix some warnings in transform graph ir 2021-07-26 19:34:59 +08:00
i-robot 40202b537e !20859 ssd_ghost gpu standalone bug fix
Merge pull request !20859 from 张晓晓/ssd_ghost
2021-07-26 11:04:17 +00:00
jjfeing e625aae576 fix code review bugs 2021-07-26 18:33:06 +08:00
i-robot 23e30c4bcc !17854 Add ScatterSub op for gpu
Merge pull request !17854 from xcnick/op-scattersub-gpu
2021-07-26 10:08:02 +00:00
He Wei d035d24bb4 Extract api for FuncGraph & FuncGraphManager 2021-07-26 17:29:10 +08:00
hwjiaorui bfb6e0b2ad fix stream event insert bug 2021-07-26 17:02:18 +08:00
i-robot ba3aa00e92 !20719 test transformer
Merge pull request !20719 from huchunmei/test4
2021-07-26 08:58:30 +00:00
i-robot 5d61d0d3bc !17579 [MS_LITE] fix uint8 to int8
Merge pull request !17579 from yefeng/107-fix-uint8_to_int8
2021-07-26 08:35:17 +00:00
i-robot 6dba61b929 !20658 fix bug when umonad paramater is not the last parameter of function call
Merge pull request !20658 from xychow/fix-umonad-in-middle
2021-07-26 08:34:08 +00:00
i-robot cdede9388d !18958 Add scatter_nd_add and scatter_nd_sub op for gpu
Merge pull request !18958 from xcnick/op-scatterndfunctor-gpu
2021-07-26 08:25:11 +00:00
chenjianping 68aa08f3ef code check fix 2021-07-26 16:13:00 +08:00
i-robot dac0dfdc8d !20809 [MSLITE][DEVELOP] code check for nnacl/base and arm/base directory
Merge pull request !20809 from yangruoqi713/code_check
2021-07-26 07:50:39 +00:00
Yang Jiao 582669e41c add expander checkings 2021-07-26 15:40:36 +08:00
i-robot aed52ca7c5 !20622 push icnet code
Merge pull request !20622 from bigpingping/master
2021-07-26 07:38:02 +00:00
i-robot fd7c0c1514 !20672 add dump ir for python and add dump more info when dynamic shape
Merge pull request !20672 from lianliguang/add_dump_func
2021-07-26 06:53:42 +00:00
i-robot ed4b09c453 !20831 Update the example of the format of SequenceMask
Merge pull request !20831 from dinglinhe/code_docs_dlh_ms_I40B5W
2021-07-26 06:35:15 +00:00
i-robot 7846d52909 !20844 update the example of CTCGreedyDecoder,MirrorPad and Assign
Merge pull request !20844 from dinglinhe/code_docs_dlh_ms_I426DG
2021-07-26 06:30:18 +00:00
i-robot 4677332a99 !20855 Update the wrong example of ArgMinValue And ResizeBillinear
Merge pull request !20855 from dinglinhe/code_docs_dlh_ms_I426U6
2021-07-26 06:30:08 +00:00
i-robot bf753f7533 !20852 [MS][LITE]fix null ptr judge
Merge pull request !20852 from mengyuanli/bugfix
2021-07-26 06:21:58 +00:00
lizhenyu 9404bfb9d9 fix pclint warnings 2021-07-26 14:14:56 +08:00