Commit Graph

48227 Commits

Author SHA1 Message Date
i-robot 36ee01794d
!37463 replace obsolete SliceD with Slice
Merge pull request !37463 from xiaoyao/master
2022-07-11 07:04:15 +00:00
i-robot e73911d66d
!37498 add dynamic shape supports and remove Tensor interface of StandardLaplace operator
Merge pull request !37498 from panshaowu/master
2022-07-11 06:45:54 +00:00
jianghui58 f6738e81ad mem leak bug fix 2022-07-11 14:33:47 +08:00
i-robot 8e56016b0f
!37708 Renorm_gpu support complex type
Merge pull request !37708 from lichen/renorm_support_complex_gpu
2022-07-11 06:18:27 +00:00
i-robot 9eab318ac7
!37717 add adaptive_maxpool3d rank dynamic
Merge pull request !37717 from 范吉斌/dynamic_rank_adaptive_maxpool3d
2022-07-11 06:16:42 +00:00
i-robot 21dfda4363
!37669 modify the Chinese API files
Merge pull request !37669 from 宦晓玲/code_docs_0708
2022-07-11 06:14:31 +00:00
i-robot 32608c3637
!37705 fix some mall bugs
Merge pull request !37705 from zhuzhongrui/pub_master
2022-07-11 06:11:54 +00:00
i-robot 0f0263820f
!37319 codeclean
Merge pull request !37319 from TuDouNi/codeclean
2022-07-11 05:54:05 +00:00
i-robot 1613de0c16
!37472 add a "need_check_supported" field for op concat of tbe
Merge pull request !37472 from DeshiChen/0630_concat_checksupport
2022-07-11 03:59:09 +00:00
zhujingxuan 44de65cc75 Add c++ infershape for ExpandDims 2022-07-11 11:57:12 +08:00
y00451588 e69e67002b refactor dynamic shape of add and dropout on npu. 2022-07-11 11:32:04 +08:00
huodagu 79e6d4b22e modify format 2022-07-11 11:25:34 +08:00
ling b6995c58cd tensor scatter div grad 2022-07-11 11:23:50 +08:00
i-robot a56032e8a8
!37165 Refactor OCCM prject Operators: BartlettWindow, MaxUnpool2D, MaxUnpool3D,TripletMarginLoss, Mvlgamma, MultiMarginLoss, MultilabelMarginLoss
Merge pull request !37165 from hedongdong/OCCM_20220622
2022-07-11 03:06:07 +00:00
lianliguang 8ae639693f fix bug of mindir dynamic shape and add depend ref 2022-07-11 10:55:32 +08:00
i-robot 682d76081d
!37614 fix masked_fill with float value
Merge pull request !37614 from 范吉斌/fix_masked_fill
2022-07-11 02:54:50 +00:00
huangbingjian 9670264768 Fix error when using methods/attrs of Cell object 2022-07-11 10:54:48 +08:00
i-robot 81305e0a77
!37735 [kernel]fix cdist docs
Merge pull request !37735 from 张学同/applyproximaladagrad_gpu
2022-07-11 02:50:47 +00:00
panfengfeng fd04921033 fix populationcoun data type & precision & ascend & sparseapplyadagrad ascend 2022-07-10 22:46:51 -04:00
i-robot 77667521a6
!37694 r1.8 bugfix to master
Merge pull request !37694 from caifubi/master-pynative-r1.8-to-master
2022-07-11 02:33:44 +00:00
i-robot db681eeecc
!37643 adjust the owners of runtime and hal
Merge pull request !37643 from limingqi107/new_actor_runtime
2022-07-11 02:32:56 +00:00
i-robot b848fc1840
!37699 [MS][DOC] fix bug of doc
Merge pull request !37699 from mengyuanli/code_docs_bug_fix
2022-07-11 02:31:44 +00:00
mengyuanli 27904bced1 fix bug of interpolate doc 2022-07-11 10:16:55 +08:00
i-robot a5017be77d
!37629 modify 'strategys' to 'strategies'
Merge pull request !37629 from yangzhenzhang/modify-strategys-to-strategies
2022-07-11 02:15:51 +00:00
i-robot 7d5d51ca90
!37351 add testcases for tensor index operations
Merge pull request !37351 from zhengzuohe/testcase_tensorindex
2022-07-11 02:08:26 +00:00
i-robot 5b884251e1
!37529 Nopnode eliminate before somas calculate.
Merge pull request !37529 from gaoyong10/dynamic_shape_03
2022-07-11 02:06:16 +00:00
Parallels e52fc80f83 support ssl tcp communication for dynamic cluster 2022-07-11 09:59:50 +08:00
i-robot d92fd418e3
!37558 Fix AutoParallel Loss Error
Merge pull request !37558 from huangxinjing/fix_loss_error_for_master
2022-07-11 01:38:22 +00:00
i-robot 57188932fc
!37687 Fix wrong results bug for GridSampler2D/GridSampler3D forward and grad ops at GPU
Merge pull request !37687 from TinaMengtingZhang/fix_precision_grid_sampler
2022-07-11 01:36:22 +00:00
i-robot bdc8b0efd4
!37660 unsorted segment ids less than 0
Merge pull request !37660 from ling/pr
2022-07-11 01:22:17 +00:00
LaiYongqiang d517d9f8d0 rename real input index to input index in graph 2022-07-11 09:13:59 +08:00
zhangzhaoju f873053a8f Fix I5EQL6: xdivy op raise runtime Error while input diff types 2022-07-11 09:09:55 +08:00
sunsuodong 411679880f fix vs build 2022-07-10 23:46:17 +08:00
fan-jibin 8e65d5208c add adaptive_maxpool3d rank dynamic 2022-07-10 20:15:16 +08:00
i-robot f90e27c3b6
!37456 fix bug of NonZero, IndexFill, Cummin/Cummax operator.
Merge pull request !37456 from hezhenhao1/fix_bug
2022-07-10 11:05:07 +00:00
hedongdong 4de4eb1a43 Refactor Ops MaxUnpool2D, MaxUnpool3D, MultiMarginLoss, MultilabelMarginLoss, TripletMarginLoss, BartlettWindow 2022-07-10 16:58:09 +08:00
lvxinyu 0914ecf339 [feat][assistant][I4OFJL] Add new aicpu operator BartlettWindow 2022-07-10 12:27:00 +08:00
zhou ruikang 4c1ed474af [feat][assistant][I4OFKB] Add new aicpu operator TripletMarginLoss 2022-07-10 12:26:59 +08:00
zsalliance 9afcffa05e [feat][assistant][I40FKS, I4CRKS]Add MultilabelMarginLoss and MultilabelMarginLossGrad 2022-07-10 12:26:59 +08:00
桂宁馨 144457f51d [feat] [assistant] [I40FKL, I40FKN] Add MultiMarginLoss, MultiMarginLossGrad 2022-07-10 12:26:59 +08:00
fateld bedfb1ab5c [feat][assistant][I4OFJT, I4OFJX, I4OFJY, I4OFJZ] Add new aicpu operator MaxUnpool2D, MaxUnpool2DGrad, MaxUnpool3D and MaxUnpool3DGrad 2022-07-10 12:26:58 +08:00
Huang-Jingg fea9347a38 [feat][assistant][I4OFKG, I4OFKI] Add new aicpu operator Mvlgamma and MvlgammaGrad 2022-07-10 12:26:55 +08:00
hezhenhao1 3118b17478 Fix bugs for IndexFill, Cummin/Cummax operator. 2022-07-10 10:38:28 +08:00
i-robot c3174b48cb
!37503 Add CPU version of SparseApplyFtrl op
Merge pull request !37503 from TinaMengtingZhang/sparse_apply_ftrl_op_dev
2022-07-09 23:58:02 +00:00
i-robot 81c51ff22e
!37703 fix CropResize op on CPU
Merge pull request !37703 from zhangbuxue/fix_crop_resize_master
2022-07-09 10:32:08 +00:00
i-robot a7d81a1317
!37707 add warning for irreversible input
Merge pull request !37707 from zhujingxuan/code_docs
2022-07-09 10:16:16 +00:00
jpc_chenjianping b5896f5794 optimize log 2022-07-09 18:11:01 +08:00
wangshengnan12@huawei.com 494826b77c renorm_support_complex_gpu 2022-07-09 17:57:18 +08:00
zhujingxuan 1c2f9b0475 update warning for irreversible input 2022-07-09 17:51:07 +08:00
i-robot c618f9ef1e
!37521 fix coeff issue for matrix_solve
Merge pull request !37521 from zhujingxuan/master
2022-07-09 09:35:51 +00:00