Commit Graph

46034 Commits

Author SHA1 Message Date
lizhenyu 99652c6ac7 bugfix for normal ps embedding lookup 2022-06-13 17:34:44 +08:00
xumengjuan1 c4a1953a40 modify doc 2022-06-13 17:24:48 +08:00
huodagu e961046679 modify format 2022-06-13 17:18:13 +08:00
i-robot 2b2e1a63da
!35781 修复Bessel j0精度小概率不通过问题
Merge pull request !35781 from xutianyu/bessel
2022-06-13 09:16:27 +00:00
i-robot 3170c0a90b
!35818 modify files
Merge pull request !35818 from 宦晓玲/code_docs_0610
2022-06-13 09:03:41 +00:00
i-robot 9b2c946254
!35616 modify some code check warning for landscape
Merge pull request !35616 from Songyuanwei/test
2022-06-13 08:55:24 +00:00
zhangyi e43a164b22 modify the files 2022-06-13 16:55:03 +08:00
i-robot 8e3b89591a
!35726 fix intopk docs
Merge pull request !35726 from 范吉斌/fix_intopk_docs
2022-06-13 08:53:36 +00:00
xuanyue 78b04cb2e3 readucel2 support fp16 2022-06-13 16:48:30 +08:00
i-robot 2aa9519313
!35681 Extend export/load with customized encryption functions for MindIR
Merge pull request !35681 from 张澍坤/master
2022-06-13 08:43:41 +00:00
i-robot 08afe47203
!35841 modify format
Merge pull request !35841 from 俞涵/code_docs_0610
2022-06-13 08:33:48 +00:00
i-robot 54fb344b4e
!35808 refactor code for pynative shard
Merge pull request !35808 from yangzhenzhang/refactor-code-for-shard
2022-06-13 08:31:51 +00:00
caifubi 6beb57eeec Unify the process of ms_function and bprop
1. Support ms_function with control-flow.
2. Support ms_function with heterogenous.
3. Support ms_function with dynamic shape.
4. Fix bugs of testcases:
  4.1. The second output (argmax) of AdaptiveMaxPool2d is invalid on
  Ascend device target. Remove the assertion of argmax.
  4.2. Cannot define temporary operator with trainable_params in
  forward_hook.
  4.3. The network structure is not equivalent after adding hooks with
  the CompareNet.
2022-06-13 16:16:09 +08:00
yangruoqi713 5e1e674b6a [OP] optimize hard shrink kernel 2022-06-13 16:14:11 +08:00
i-robot 32a19e6623
!35701 [GraphKernel]transform the conv weight in converter
Merge pull request !35701 from DeshiChen/0606_conv_weight
2022-06-13 08:06:22 +00:00
huodagu 56b7e76568 modify format 2022-06-13 15:59:32 +08:00
jjfeing ce295846c6 support dynamic shape of hardswish & hardswishgrad 2022-06-13 15:40:22 +08:00
i-robot 598a0e8895
!35666 [MS][LITE][parallel predict] bind core
Merge pull request !35666 from yefeng/336-model_pool_bind_core
2022-06-13 07:27:46 +00:00
i-robot fce24fd8f5
!32515 [feat] [assistant] [I4CRJK] Add new aicpu operator Expand
Merge pull request !32515 from 路雄博/Expand
2022-06-13 07:20:05 +00:00
muxiyin 27e96dd46d support spmm 2022-06-13 15:08:09 +08:00
i-robot 284aaab862
!35810 dsp support operators
Merge pull request !35810 from liyan2022/master
2022-06-13 07:01:52 +00:00
i-robot 010c288667
!35815 takedown test_3d_dense_to_csr to ensure gate stability
Merge pull request !35815 from LLLRT/master
2022-06-13 06:47:46 +00:00
i-robot d3aa9d28f3
!35756 [GraphKernel] clean code.
Merge pull request !35756 from chenlei_autodiff/clean_code2
2022-06-13 06:46:52 +00:00
i-robot 982df86e42
!35816 Fix bug of SpaseSegmentMean in GPU implementation.
Merge pull request !35816 from hezhenhao1/add_sparse
2022-06-13 06:22:35 +00:00
Xiao Tianci 75c1c5a745 fix cropper 2022-06-13 14:14:43 +08:00
limingqi107 63609bc82d add the test case of multi actor fusion 2022-06-13 14:13:29 +08:00
yangzhenzhang 77d0b7d9d2 refactor code for shard 2022-06-13 13:51:04 +08:00
i-robot 7a4af063b8
!35734 Add testcase.
Merge pull request !35734 from gaoyong10/dynamic_shape_01
2022-06-13 04:37:37 +00:00
hezhenhao1 04876fd5be Fix bug of SpaseSegmentMean in GPU implementation. 2022-06-13 11:52:47 +08:00
i-robot 415241381b
!35796 Adjust import mode
Merge pull request !35796 from 冯一航/code_docs_judge_import_mode
2022-06-13 03:39:37 +00:00
i-robot 3e5a820109
!35769 Opt Cummin/Cummax operator in GPU platform.
Merge pull request !35769 from hezhenhao1/opt_cumop
2022-06-13 03:38:58 +00:00
i-robot 0e11cf9633
!35253 [op]Add CPU op Argmin and support Ascend dynamic shape
Merge pull request !35253 from chenzhuo/Argmin_cpu
2022-06-13 03:23:56 +00:00
liuruotao bebe986df3 downgraded testcase test_sparse_dense_to_csr_op.py::test_3d_dense_to_csr 2022-06-13 11:22:36 +08:00
i-robot 71c7e5760c
!35759 Add grad definition for DropoutGrad operation.
Merge pull request !35759 from huangbingjian/grad_dropoutgrad
2022-06-13 03:17:55 +00:00
fan-jibin c01e32d5b1 fix intopk docs 2022-06-13 11:16:50 +08:00
i-robot 247da9fbf3
!32810 [assistant][ops] Add new Baddbmm
Merge pull request !32810 from wxy220/Baddbmm
2022-06-13 02:52:27 +00:00
looop5 58d96389d3 import importlib.util 2022-06-13 10:49:06 +08:00
i-robot b0bcd270fb
!35447 update docs for KLDivLoss
Merge pull request !35447 from xulei/code_docs
2022-06-13 02:42:01 +00:00
i-robot d35ba19f84
!35792 fix doc issue
Merge pull request !35792 from luoyang/code_docs_doc
2022-06-13 02:40:05 +00:00
i-robot cbea10add6
!35467 add cpu operation of StandardLaplace and its functional interface
Merge pull request !35467 from panshaowu/master
2022-06-13 02:32:36 +00:00
yefeng f82654dec0 bind core 2022-06-13 10:30:21 +08:00
xulei 5b170a5ac4 update docs for KLDivLoss 2022-06-13 10:22:31 +08:00
albert-yan 4c5da048aa support dsp operators 2022-06-13 10:09:05 +08:00
i-robot 9fe6dae5dc
!35719 GraphKernel update akg submodule
Merge pull request !35719 from ZengZitao/upd_akg
2022-06-13 02:05:23 +00:00
i-robot 37463bc5d0
!35609 [CodeClean]Fix Code check problems
Merge pull request !35609 from zichun_ye/code_check
2022-06-13 02:02:50 +00:00
i-robot 0f160775c5
!35618 Update ms_kernel custom op
Merge pull request !35618 from zichun_ye/custom_op_update
2022-06-13 02:00:54 +00:00
i-robot 0c4b07cd2b
!35596 [MSLITE] Support TensorRT logical op
Merge pull request !35596 from zhangyongxian/dev_zhangyongxian_logical
2022-06-13 01:57:45 +00:00
i-robot 18f6716baa
!35377 [MSLITE] Support ScatterNd TensorRT Op
Merge pull request !35377 from zhangyongxian/dev_zhangyongxian_scatter
2022-06-13 01:55:23 +00:00
i-robot ea7c9daac3
!35743 [MS][CPU]resize linear 1d grad cppu kernel
Merge pull request !35743 from mengyuanli/resize_linear_1d_grad_cpu
2022-06-13 01:54:57 +00:00
i-robot 8b490355c8
!35783 [MSLITE][CPU] concat op support bool type
Merge pull request !35783 from Greatpan/concat_bool
2022-06-13 01:54:13 +00:00