Commit Graph

56267 Commits

Author SHA1 Message Date
lilinjie 6e7fe8475d q3 collective review part 4 2022-11-04 15:03:00 +08:00
i-robot b0b30f6447
!45006 [MS][LITE]add dvpp to lite minddata
Merge pull request !45006 from 张学同/new_api
2022-11-04 03:36:00 +00:00
i-robot 2d2bdb4c78
!44019 format minddata log
Merge pull request !44019 from luoyang/err_struct
2022-11-04 03:16:18 +00:00
i-robot c03790d99a
!45115 modify format
Merge pull request !45115 from 俞涵/code_docs_1010
2022-11-04 03:14:51 +00:00
i-robot 5cb06f765e
!38323 [assistant][I48O4Z] add new math operator Reciprocal/ReciprocalGrad
Merge pull request !38323 from 苏苏/Reciprocal
2022-11-04 03:07:23 +00:00
i-robot 84004f9b56
!45057 Code warning clean.
Merge pull request !45057 from Margaret_wangrui/warning_clean
2022-11-04 03:00:48 +00:00
i-robot 7e01f6cf4e
!42944 [assistant][ops] Add Glu and GluGrad
Merge pull request !42944 from 卢津/Glu
2022-11-04 02:59:35 +00:00
i-robot 68a219ee46
!45008 Raise an error when returning functions in output.
Merge pull request !45008 from huangbingjian/return_deadnode
2022-11-04 02:50:20 +00:00
i-robot 2c818034ce
!41260 [feat][assistant][I5EWNX][I5EWO5]Add datatype for Mod and Erf
Merge pull request !41260 from 胡静/erf
2022-11-04 02:43:40 +00:00
huodagu f6a676979e modify format 2022-11-04 10:40:03 +08:00
i-robot f52db070a1
!45064 [AutoParallel] fix parameter clone bug
Merge pull request !45064 from lichen/fix_parameter_clone_bug
2022-11-04 02:20:21 +00:00
i-robot 349ab5e320
!44931 code clean
Merge pull request !44931 from 范吉斌/code_clean
2022-11-04 02:07:22 +00:00
i-robot 44749b7af1
!45103 move vmap doc
Merge pull request !45103 from Erpim/code_docs_vmap
2022-11-04 02:06:23 +00:00
i-robot 955afb70a2
!44943 UniqueWithPad 动态shape支持
Merge pull request !44943 from haozhang/pr_unique_with_pad
2022-11-04 02:02:28 +00:00
i-robot f948295183
!45087 Organize parameter related test casess.
Merge pull request !45087 from Margaret_wangrui/st_ut_param
2022-11-04 02:00:55 +00:00
i-robot e7198e3362
!44884 [MS]{Lite][Task] code optimize
Merge pull request !44884 from 刘力力/master_opt
2022-11-04 01:59:38 +00:00
i-robot a78a7db532
!44688 fix lpnorm no use epsilon
Merge pull request !44688 from zhuzhongrui/pub_master
2022-11-04 01:54:18 +00:00
i-robot 724a37ac9f
!45090 Create a new MapTensor with key_tensor, value_tensor, status_tensor, and default_value.
Merge pull request !45090 from Margaret_wangrui/map_tensor
2022-11-04 01:54:00 +00:00
i-robot de4a5a18fa
!45023 [Lite] sync code check
Merge pull request !45023 from yangruoqi713/master
2022-11-04 01:41:36 +00:00
i-robot 689bc9a819
!45092 update submodule akg
Merge pull request !45092 from looop5/update_akg
2022-11-04 01:38:24 +00:00
i-robot 35013855a2
!44787 Link control arrow for first input of update state.
Merge pull request !44787 from gaoyong10/dynamic_shape_05
2022-11-04 01:36:19 +00:00
i-robot 4abb535261
!45047 Update the change of supported enc_mode in rst files.
Merge pull request !45047 from jxlang910/fix_encrypt_rst
2022-11-04 01:33:50 +00:00
i-robot e6c9d77e7e
!45110 takedown testcases to ensure gate stability
Merge pull request !45110 from yanghaoran/master
2022-11-04 01:26:38 +00:00
i-robot 8f0f05e344
!45073 fix bug for conv2d pad mode
Merge pull request !45073 from yangzhenzhang/fix-bug-for-conv2d-pad-mode
2022-11-04 01:26:08 +00:00
i-robot 8511ed21ef
!45031 fix nan value process in relu ops backend
Merge pull request !45031 from 雷元哲/relu_fix
2022-11-04 01:21:20 +00:00
i-robot db5794141e
!45086 fix the address of subgraphs share the same ref input parameter
Merge pull request !45086 from limingqi107/bug_fix3
2022-11-04 01:20:57 +00:00
yanghaoran 2d141e071d takedown testcases to ensure gate stability 2022-11-04 09:20:09 +08:00
i-robot 5cb3116f16
!45054 auto_parallel_checkpoint_transform_fix_221103
Merge pull request !45054 from yao_yf/auto_parallel_checkpoint_transform_fix_221103
2022-11-04 01:19:59 +00:00
i-robot dce9a91c4d
!45077 [MS]{Lite][Task] solve some cloud infer problems
Merge pull request !45077 from 刘力力/master_develop_test_merge
2022-11-04 01:14:23 +00:00
i-robot 955b358e76
!45063 [BUG] Fix Gelu Op Bug
Merge pull request !45063 from douzhixing/gelu
2022-11-04 01:10:43 +00:00
i-robot 748acd020e
!44811 CombinedNonMaxSuppression、ConjugateTranspose、SparseApplyFtrl 动态shape支持
Merge pull request !44811 from haozhang/pr_nms_ds
2022-11-04 01:07:12 +00:00
i-robot 288bd3bcc1
!44737 Add util interface for gpu hash table.
Merge pull request !44737 from gaoyong10/dynamic_shape_04
2022-11-03 22:32:13 +00:00
i-robot 9ee0476a3b
!45062 [MS][OP]unstack gpu kernelMod
Merge pull request !45062 from mengyuanli/ds_unstack_gpu
2022-11-03 14:07:15 +00:00
i-robot f0552c3f72
!45055 fix tile grad
Merge pull request !45055 from r1chardf1d0/tile2
2022-11-03 14:06:47 +00:00
i-robot 73898d60e1
!44994 add check dim for ascend
Merge pull request !44994 from r1chardf1d0/bts6
2022-11-03 14:05:58 +00:00
YangLuo 60b8e3d985 format minddata log 2022-11-03 21:02:01 +08:00
gaoyong10 fb49952cae Link control arrow for first input of update state. 2022-11-03 21:01:26 +08:00
jin-xiulang b265eec217 Update the change of enc_mode supporting in rst files. 2022-11-03 20:57:45 +08:00
i-robot 7a0217a851
!38588 [assistant][ops][I48O6U] Add new sparse operator DenseToSparseSetOperation
Merge pull request !38588 from 李航/DenseToSparseSetOperation
2022-11-03 12:43:31 +00:00
i-robot cbd7ee729f
!44506 [assistant][ops] add SparseSlice & SparseSliceGrad
Merge pull request !44506 from YR0717/dev-sslice
2022-11-03 12:43:30 +00:00
i-robot f52aa967d7
!45081 modify api for sparse add
Merge pull request !45081 from xiaoyao/code_docs_sparse_add
2022-11-03 12:35:56 +00:00
Erpim 1b7225fbf0 move vmap doc 2022-11-03 20:35:37 +08:00
i-robot 1dd18cff10
!45061 Optimize cn doc for place
Merge pull request !45061 from ZPaC/code_docs-place
2022-11-03 12:34:38 +00:00
i-robot 1242055472
!45035 Code Cleanings 1102
Merge pull request !45035 from gaoshuanglong/clean_code_1031
2022-11-03 12:13:57 +00:00
zhangxuetong de1af9a2af add dvpp to lite minddata 2022-11-03 20:00:58 +08:00
hw_hz 12f44bcd1e UniqueWithPad dyn shape support
update

update

update

update

update
2022-11-03 19:54:32 +08:00
looop5 1a3da1fc47 update submodule akg 2022-11-03 19:53:47 +08:00
i-robot 0d90568241
!45027 Fix Dynamic Obfuscation Error
Merge pull request !45027 from 张澍坤/master
2022-11-03 11:48:12 +00:00
Margaret_wangrui d064eb711e Create a new MapTensor with key_tensor, value_tensor, status_tensor, and default_value. 2022-11-03 19:45:30 +08:00
i-robot 0d0e70a433
!44973 Report parallel strategy data to Ascend Profiler.
Merge pull request !44973 from 裘凯达/parallel_strategy
2022-11-03 11:28:16 +00:00