Commit Graph

41171 Commits

Author SHA1 Message Date
i-robot c1a9e313b0
!31281 gpu dynamic shape
Merge pull request !31281 from changzherui/gpu_dynamic_shape
2022-03-23 06:12:50 +00:00
i-robot ffecf20131
!31732 [MSLITE][DEVELOP] fix bug of layer norm output 3
Merge pull request !31732 from yangruoqi713/master
2022-03-23 06:06:54 +00:00
i-robot 14fb08fb0c
!31764 Python clean code: Add docstring for python function.
Merge pull request !31764 from huangbingjian/code_docs_python_clean
2022-03-23 04:28:57 +00:00
i-robot ee54d35143
!31589 clean pclint warning
Merge pull request !31589 from yanzhenxiang2020/clean_warn
2022-03-23 04:17:54 +00:00
i-robot 20006fcf39
!31753 add owners
Merge pull request !31753 from r1chardf1d0/code_docs_
2022-03-23 03:49:53 +00:00
huangbingjian a95e787a0b Add docstring for python function. 2022-03-23 11:45:33 +08:00
i-robot 3b73182032
!31679 If the GPU memory is set to true, the test case fails.
Merge pull request !31679 from liuchuting/testcase
2022-03-23 03:26:25 +00:00
i-robot d300345fc0
!31756 modify format
Merge pull request !31756 from 俞涵/code_docs_323
2022-03-23 03:17:52 +00:00
i-robot 556c882ad9
!31722 [MSLITE] fix compile support for cuda 10.1
Merge pull request !31722 from Liu_Xuu/trt_0322_101
2022-03-23 03:13:02 +00:00
i-robot 5c9f2e6d5d
!31662 upgrade Ascend package 21 Mar 22
Merge pull request !31662 from shenwei41/upgrade_ascend_20220321
2022-03-23 03:06:32 +00:00
i-robot 00b50d464e
!31365 fix incorrect order in order list
Merge pull request !31365 from xychow/fix-parallel-if-control-test-case-1
2022-03-23 02:59:30 +00:00
i-robot 4dc573ab6f
!31692 [MS][LITE] parallel predict : fix java api bug
Merge pull request !31692 from yefeng/269-fix_java_bug
2022-03-23 02:57:17 +00:00
i-robot 4110c3d6d6
!31646 [dataset][bugfix] 修复config 接口typeerror的问题
Merge pull request !31646 from xiefangqi/md_fix_interface_comments
2022-03-23 02:45:01 +00:00
i-robot b8ca2c250c
!31531 aicpu support priority replay buffer
Merge pull request !31531 from chenweifeng/aicpu-priority-replay-buffer-kernel
2022-03-23 02:33:20 +00:00
huodagu 69b1a0de63 modify_format 2022-03-23 10:31:00 +08:00
i-robot eaae9961a3
!30321 dynamic shape feed mode
Merge pull request !30321 from Henry Shi/branch_sxy
2022-03-23 02:30:23 +00:00
i-robot ca2309fc52
!31749 fix api error
Merge pull request !31749 from lianliguang/code_docs_ms
2022-03-23 02:28:40 +00:00
i-robot f59de99ed6
!31654 [ME]Support raise in constant scenarios.
Merge pull request !31654 from Margaret_wangrui/raise
2022-03-23 02:28:37 +00:00
r1chardf1d0 17cc311f05 add owners 2022-03-23 10:20:09 +08:00
i-robot 5dd761337c
!31693 [MSLITE] solve argminmax int8 problem
Merge pull request !31693 from 刘力力/master
2022-03-23 02:10:03 +00:00
i-robot 26340b8959
!31712 clean code
Merge pull request !31712 from r1chardf1d0/clean2
2022-03-23 02:07:48 +00:00
lianliguang af8187b9ae fix docs error 2022-03-23 10:01:03 +08:00
i-robot 0b3227f158
!31676 add gmres dense bprop
Merge pull request !31676 from zhuzhongrui/pub_master
2022-03-23 01:49:19 +00:00
i-robot 800a8f7bfb
!31735 [MS][LITE][DEVELOP]remove memory limit
Merge pull request !31735 from chenjianping/master_dev
2022-03-23 01:43:43 +00:00
shenwei41 b8f8d8b278 upgrade Ascend software package 22 March 2022 2022-03-23 09:38:51 +08:00
i-robot 9efee92977
!31642 Add custom aicpu kernel st.
Merge pull request !31642 from linqingke/fix_custom_aicpu
2022-03-23 01:28:32 +00:00
i-robot 480c8f5b9a
!31738 fix cache failed
Merge pull request !31738 from zhoufeng/xiu-ba-ge-2
2022-03-23 01:26:07 +00:00
i-robot 3fe077d48e
!31717 clean code
Merge pull request !31717 from kisnwang/clean_code
2022-03-23 01:20:31 +00:00
i-robot 651b5ebc12
!31717 clean code
Merge pull request !31717 from kisnwang/clean_code
2022-03-23 01:20:30 +00:00
i-robot 6db598a8f8
!31698 fix ge_session not found in 910 serving
Merge pull request !31698 from zhoufeng/xiu-ba-ge
2022-03-23 01:19:54 +00:00
i-robot 4d1d38da81
!31734 fix mac undefined symbol error
Merge pull request !31734 from xulei/mac_fix
2022-03-23 01:19:12 +00:00
liuchuting c86ffe05ee If the GPU memory is set to true, the test case fails and add warning
about profiler does not support training and reasoning at the same time.
2022-03-23 09:18:45 +08:00
i-robot 76a28d2606
!31726 Fix warning in python
Merge pull request !31726 from LiangZhibo/warning
2022-03-23 01:18:22 +00:00
i-robot 0a85d7827e
!31695 adapt to new interface for tune
Merge pull request !31695 from laiyongqiang/tune_fix
2022-03-23 01:10:10 +00:00
i-robot a4dea9e952
!31730 Clean python warning.
Merge pull request !31730 from Margaret_wangrui/clean_python
2022-03-23 01:07:08 +00:00
i-robot 263edeadbb
!31694 Remove original ParseFor implementation.
Merge pull request !31694 from 张清华/opt_for_unroll
2022-03-22 23:42:42 +00:00
i-robot 3fa86724ed
!31733 clean code
Merge pull request !31733 from liujunzhu/master
2022-03-22 20:18:31 +00:00
i-robot b9fcf09ad3
!31700 Fix code check
Merge pull request !31700 from ZPaC/static
2022-03-22 18:38:12 +00:00
i-robot 291df7a22c
!31725 [bugfix] Process can not exit on windows platform
Merge pull request !31725 from zyli2020/master
2022-03-22 17:46:50 +00:00
r1chardf1d0 0d3d3c2a7f clean code 2022-03-23 01:01:21 +08:00
i-robot 47c6771637
!31721 clean code warning
Merge pull request !31721 from zhangyinxia/master
2022-03-22 14:42:22 +00:00
i-robot bfcfa61485
!31701 Clean code for utils and parser
Merge pull request !31701 from YuJianfeng/clean
2022-03-22 14:18:33 +00:00
i-robot c051b2dfaf
!31661 fix clean code
Merge pull request !31661 from jjfeing/clean_code_317
2022-03-22 13:13:52 +00:00
zhoufeng e8c4eac851 fix cache failed
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-22 20:59:11 +08:00
xulei 74e3552547 fix mac undefined symbol error 2022-03-22 20:45:20 +08:00
i-robot 788365c2ea
!31719 Skip front cnode for device tensor store.
Merge pull request !31719 from gaoyong10/dynamic_shape_03
2022-03-22 12:45:10 +00:00
i-robot 43d1dfee2e
!31708 Add parameter description of Cell construct.
Merge pull request !31708 from Margaret_wangrui/code_docs_cell_param
2022-03-22 12:37:35 +00:00
i-robot 909057d99c
!31652 [MS][LITE] fix converter fuzz bug
Merge pull request !31652 from jianghui58/fix_warning
2022-03-22 12:31:22 +00:00
jpc_chenjianping ce356da44b remove memory limit 2022-03-22 20:26:05 +08:00
z00512249 0ea895bc84 add gmres dense bprop 2022-03-22 20:01:38 +08:00