Commit Graph

62895 Commits

Author SHA1 Message Date
i-robot 5c287b6496
!49769 ops InstanceNormV2, SparseFillEmptyRowsGrad, SelfAdjointEig supports dynamic shape feature
Merge pull request !49769 from wang_ziqi/br_instance_norm_v2
2023-03-08 07:46:49 +00:00
i-robot f4678db84d
!49419 Fixed SparseReorder bprop with graph mode
Merge pull request !49419 from Bokai Li/master
2023-03-08 07:44:19 +00:00
i-robot 4d812f248d
!49646 [MS][LITE][Ascend] delete identity
Merge pull request !49646 from yefeng/529-copy-528
2023-03-08 07:12:24 +00:00
i-robot 80f788922b
!49368 Rank 算子CPU后端功能补齐
Merge pull request !49368 from caiyimeng/dev
2023-03-08 06:57:49 +00:00
i-robot 522d61880a
!49948 NPU V2 overflow check
Merge pull request !49948 from archer2049/master_npu3_merge
2023-03-08 06:47:14 +00:00
i-robot 9236c3b4e9
!49787 add pynative mode operator overflow check for dump
Merge pull request !49787 from maoyaomin/mym_debugger_kernel_dumper
2023-03-08 06:42:11 +00:00
i-robot f58509ff73
!49916 Add AnyTypeNode and NoneTypeNode
Merge pull request !49916 from NaCN/add_async_node
2023-03-08 06:41:50 +00:00
i-robot 91be7a2d31
!48153 Fix code clean
Merge pull request !48153 from shenwei41/fix_waring
2023-03-08 06:39:49 +00:00
i-robot 0742b9c1a6
!49104 java jni codecheck
Merge pull request !49104 from liyan2022/master
2023-03-08 06:30:22 +00:00
i-robot 67f7d1b460
!49963 modify format
Merge pull request !49963 from 俞涵/code_docs_1110
2023-03-08 06:27:32 +00:00
i-robot 4330cf5dad
!49833 transformer dynamic shape用例从level1改成level0
Merge pull request !49833 from zhangdong/zd_1
2023-03-08 06:22:15 +00:00
i-robot 750c875e77
!49825 cache the Operator to avoid memory leak of GE interface
Merge pull request !49825 from hanhuifeng/cache_ge_op
2023-03-08 06:19:27 +00:00
i-robot 3f8c7219e6
!49786 fix bug of tuple structual attr
Merge pull request !49786 from lianliguang/fix-bug-of-pyexec-dynamic-input
2023-03-08 06:18:47 +00:00
i-robot 866e06505b
!49902 fix conv2dtranspose doc
Merge pull request !49902 from chenkang/ck_fixdoc
2023-03-08 06:17:54 +00:00
i-robot 54a486d8e1
!49865 use original axis attr
Merge pull request !49865 from yuchaojie/ir_fusion
2023-03-08 06:14:15 +00:00
i-robot 5279728e6c
!49845 delete export macro in plugin
Merge pull request !49845 from zhoufeng/delete-export-macro-in-plugin
2023-03-08 06:13:25 +00:00
i-robot 7d1eb8b6c1
!49838 multinomial op support 1d input
Merge pull request !49838 from xulei/multinomial
2023-03-08 06:08:31 +00:00
i-robot c7b145cf3e
!49896 Add broadcast in PredictOutMap
Merge pull request !49896 from NaCN/fix_broadcast
2023-03-08 04:02:19 +00:00
i-robot f29089c753
!49861 [MS][LITE][GPU] Fix running gpu model in adreno 630
Merge pull request !49861 from moran/master
2023-03-08 03:57:32 +00:00
i-robot 96a7881414
!49848 [MS][LITE] logical and neon/sse/avx/avx512 optimation
Merge pull request !49848 from Greatpan/compare_avx512
2023-03-08 03:56:05 +00:00
i-robot 7e8d55b533
!49869 Support to return isolated node in control flow branches with raise node.
Merge pull request !49869 from Margaret_wangrui/raise_none
2023-03-08 03:42:19 +00:00
i-robot 6019ab4d7f
!49295 Add GenerateEodMask Operator AICPU
Merge pull request !49295 from huangxinjing/add_aicpu_mask_ms2
2023-03-08 03:35:03 +00:00
i-robot 05796c71d6
!49844 Support to return isolated node in control flow branches.
Merge pull request !49844 from 张清华/opt_jit_fallback
2023-03-08 03:31:57 +00:00
i-robot 08bf8f9d2c
!49921 PyTrace Bugfix
Merge pull request !49921 from caifubi/master-pynative-pytrace-async-ci-dev-new
2023-03-08 03:25:21 +00:00
huodagu baa147df7f modify format 2023-03-08 11:16:29 +08:00
i-robot 0030116abd
!49790 modify function addcdiv and addcmul
Merge pull request !49790 from changzherui/mod_addcdiv
2023-03-08 03:12:55 +00:00
i-robot f9aead948e
!49776 Add depend node to avoid isolated node loss.
Merge pull request !49776 from Margaret_wangrui/parallel_isolated
2023-03-08 03:09:19 +00:00
i-robot 6b3dc7dc0e
!49897 fix rewrite controlflow bug
Merge pull request !49897 from 于振华/fix_rewrite_CF_230306
2023-03-08 02:56:55 +00:00
i-robot 8b61ee1640
!49775 Fix topk on cuda11.6
Merge pull request !49775 from RobinGrosman/topk_cuda116
2023-03-08 02:45:51 +00:00
i-robot b55c7c68b5
!49713 [MS][LITE]Add operator populate
Merge pull request !49713 from gongdaguo1/add_populate
2023-03-08 02:44:45 +00:00
i-robot 13546bd18e
!49640 c_api: Strings Attribute, Get op shape & dimension, Get Tensor by file bug fix.
Merge pull request !49640 from liyejun/c_api_hl
2023-03-08 02:32:25 +00:00
i-robot 5ea0de458e
!49073 [MS][LITE]add python api version
Merge pull request !49073 from luoyuan/add_python_version
2023-03-08 02:25:02 +00:00
i-robot 568adc3562
!49941 Correct rpc recv abs.
Merge pull request !49941 from ZPaC/fix-rpc-recv-infer
2023-03-08 02:24:56 +00:00
i-robot 4d14ae79bd
!49908 codegen bugfix, when no fmk configure, return error
Merge pull request !49908 from zhangyanhui/mas_micro
2023-03-08 02:24:26 +00:00
yefeng ec4051d3ae delete identity node 2023-03-08 10:19:19 +08:00
i-robot c38eb7c236
!49917 [MS][LITE] convert split bugfix
Merge pull request !49917 from Greatpan/convert_split_bugfix_master
2023-03-08 02:11:48 +00:00
huangchengnuo 69fa780966 Add AnyTypeNode and NoneTypeNode 2023-03-08 09:59:01 +08:00
i-robot 243a6a973c
!49863 BatchToSpace算子 动态shape Infer报错
Merge pull request !49863 from Erpim/0306
2023-03-08 01:52:24 +00:00
i-robot fd3bc689af
!49808 change the tensor value type from int32 to int64
Merge pull request !49808 from maoyaomin/mym_fix_step
2023-03-08 01:51:23 +00:00
i-robot 4b7e743ce2
!49901 update ctcloss and unfold doc
Merge pull request !49901 from baihuawei/code_docs_ctcloss_and_undold
2023-03-08 01:49:59 +00:00
i-robot fb6e61fdf6
!49394 modify docs of nn function multi_margin_loss
Merge pull request !49394 from 朱家兴/master
2023-03-08 01:46:52 +00:00
i-robot 0e2267f888
!49922 revert code
Merge pull request !49922 from jjfeing/fix_label_switch
2023-03-08 01:36:07 +00:00
i-robot 7a1dc8e325
!49412 Replace TransData With Transpose
Merge pull request !49412 from jiaorui/replace-transdata-by-transpose
2023-03-08 01:22:26 +00:00
i-robot 85cdc99efd
!49905 fix stub tensor predict output type
Merge pull request !49905 from yangsijia/fix-pred
2023-03-08 01:21:45 +00:00
i-robot 37054b1543
!49889 fix bessel dynamic shape bprop
Merge pull request !49889 from luoyang/fix-bessel
2023-03-08 01:20:22 +00:00
i-robot f1bb1d9130
!49823 fix get_seed graph mode bug
Merge pull request !49823 from YingtongHu/master
2023-03-08 01:17:53 +00:00
i-robot ff8a2d16c6
!49930 Add Python env check before release GIL
Merge pull request !49930 from caifubi/master-pynative-gil-bugfix
2023-03-08 01:15:37 +00:00
i-robot 7408c24826
!49891 Fix CheckAndConvertToDynamicLenSequence error message typo
Merge pull request !49891 from LiangZhibo/message
2023-03-08 01:11:55 +00:00
i-robot 1b6faf50f9
!49895 improve the speed of compile matrix_exp
Merge pull request !49895 from zong_shuai/compile_matrix_exp
2023-03-08 01:08:55 +00:00
Margaret_wangrui 9c92998a79 Support to return isolated node in control flow branches with raise node. 2023-03-08 08:43:24 +08:00