Commit Graph

40365 Commits

Author SHA1 Message Date
zengxianglong 9c9990923c fix an entrance guard bug 2022-03-10 19:15:35 +08:00
i-robot 7182149955
!31030 fix cootensor/csrtensor docs
Merge pull request !31030 from wangrao124/fix_docs
2022-03-10 11:15:02 +00:00
gaoyong10 a94285147d Dynamic shape support control flow. 2022-03-10 19:10:58 +08:00
liyong 50fc6f5736 Revert "!30810 [MD] add OBSMindDataset "
This reverts commit 9fcab9184e, reversing
changes made to afb33fff62.
2022-03-10 19:10:11 +08:00
i-robot bb67868977
!31099 fix op prebuild compile failed
Merge pull request !31099 from liubuyu/prebuild
2022-03-10 11:09:13 +00:00
i-robot c7129ecb6f
!31077 fix crypto bug
Merge pull request !31077 from yeyunpeng2020/crypto
2022-03-10 11:05:57 +00:00
liangzhibo c79939599f Fix vmap error when MS_DEV_DDE_ONLY_MARK is 0 2022-03-10 19:05:05 +08:00
i-robot c331203a2e
!31083 Transfer interface of Cell object to inner interface
Merge pull request !31083 from JoyLvliang/transfer_interface_to_inner_interface
2022-03-10 11:03:59 +00:00
i-robot 49088ebf64
!31111 modify code formats in rst files
Merge pull request !31111 from lvmingfu/master
2022-03-10 10:55:59 +00:00
yuchaojie e9d70de4e1 fix size problem in SplitVFission 2022-03-10 18:54:11 +08:00
limingqi107 75a7e00e2c unified runtime support the value node is output of subgraph in the heterogeneous scene 2022-03-10 18:39:13 +08:00
zhangfanghe d1f2c52fe3 optimizes the documentation of chinese API of PrimitiveWithInfer,LayerNorm. 2022-03-10 18:26:57 +08:00
dayschan 601fb25cb7 Add AkgKernel for lite_adapter
Implements a temporary solution of InferShape for GraphKernel ops by
saving shape/type/format in custom attributes and decode them in InferShape function.
2022-03-10 18:19:28 +08:00
i-robot d3fb806a31
!31086 optimizes the documentation of chinese API of GRUCell
Merge pull request !31086 from zhangfanghe/code_docs_nn_GRUCell_zfh_20223010
2022-03-10 10:11:47 +00:00
dayschan b6a2b08834 Process the UpdateState node between OptimizeAssign and EliminateRedundantOutput
The OptimizeAssign will link the original output to a UpdateState node,
we should use ExtendOutputForUpdateState to relink the getitems before eliminating it.

Additionally, set the compute_capability to "unknown" when using gpu package but the target is cpu.
2022-03-10 18:08:49 +08:00
i-robot b3692ef271
!31103 optimizes the documentation of chinese API of ResizeBilinear,HyperMap,ScatterMin,Sqrt,etc
Merge pull request !31103 from zhangfanghe/code_docs_ops_nn_diff_zfh_0310
2022-03-10 09:48:41 +00:00
i-robot 05b7a7c329
!31103 optimizes the documentation of chinese API of ResizeBilinear,HyperMap,ScatterMin,Sqrt,etc
Merge pull request !31103 from zhangfanghe/code_docs_ops_nn_diff_zfh_0310
2022-03-10 09:48:37 +00:00
lvmingfu cc494030dc modify code formats in rst files 2022-03-10 17:48:35 +08:00
xiefangqi 92b503dffa fix lenet device queue warning log problem 2022-03-10 17:45:41 +08:00
liuluobin 8f045d02e3 Fix a bug where ROIAlign and CropAndResize distributed op do not support GPU 2022-03-10 17:31:36 +08:00
sunsuodong dc3c0e0b86 fix_matmul_infer 2022-03-10 01:28:13 -08:00
i-robot c91bc888de
!31087 Add web link for Cell and Primitive
Merge pull request !31087 from maning202007/code_docs_dump_api
2022-03-10 09:25:31 +00:00
i-robot f320c0e964
!31100 modify content order in rst part5
Merge pull request !31100 from lvmingfu/master
2022-03-10 09:25:31 +00:00
i-robot 2f327fe98a
!31089 modify input_params
Merge pull request !31089 from 俞涵/code_docs_modifydirname
2022-03-10 09:25:16 +00:00
zhangfanghe 010b0ab444 optimizes the documentation of chinese API of ResizeBilinear,HyperMap,ScatterMin,Sqrt,etc. 2022-03-10 17:17:54 +08:00
i-robot f43f7fa5ad
!31039 Vocab Chinese and English document alignment
Merge pull request !31039 from 刘勇琪/master
2022-03-10 09:17:05 +00:00
i-robot 4623b599b9
!31091 Fix sparse check and refactor the test cases of cg method.
Merge pull request !31091 from hezhenhao1/fix_cg
2022-03-10 09:14:21 +00:00
cheng-hao-wang f127db121b modify file and clean src_thor` 2022-03-10 17:00:20 +08:00
baihuawei d9cd00f37a AllReduce fusion by size on DataParallel Mode 2022-03-10 16:58:07 +08:00
7347157+joylvliang@user.noreply.gitee.com f4e9517220 transfer_interface_to_inner_interface 2022-03-10 16:39:12 +08:00
huodagu 564a370d77 modify_params 2022-03-10 16:34:11 +08:00
liu-yongqi-63 074ab906cc Vocab Chinese and English document alignment 2022-03-10 16:28:02 +08:00
i-robot d2c23394d8
!30378 replace set/get shape vector
Merge pull request !30378 from zhupuxu/replace_set_and_get
2022-03-10 08:26:25 +00:00
lianliguang d9390afad1 convert MS C++ dtype to MS python 2022-03-10 16:09:34 +08:00
xiao_yao1994 94df0869ad uni_backend: add ut ge test 2022-03-10 16:08:36 +08:00
i-robot 872cb74d3f
!30982 Vocab C++ Interface Alignment and SentencePieceVocab C++ interface alignment and Python interface refactoring
Merge pull request !30982 from 刘勇琪/master-vocab-sentencepiecevocab
2022-03-10 07:58:41 +00:00
lvmingfu dc9e33ce6e modify content order in rst part5 2022-03-10 15:57:29 +08:00
lby bed58d6d25 fix op prebuild compile failed 2022-03-10 15:52:29 +08:00
yeyunpeng2020 9b5c662262 fix crypto bug 2022-03-10 15:48:22 +08:00
lz 6789063e98 update micro examples shell 2022-03-10 15:48:17 +08:00
i-robot c76ec8d648
!31090 modify apiformat
Merge pull request !31090 from xumengjuan1/code_docs_x6
2022-03-10 07:39:58 +00:00
i-robot dda9b983d2
!31090 modify apiformat
Merge pull request !31090 from xumengjuan1/code_docs_x6
2022-03-10 07:39:56 +00:00
i-robot 9ebaa5ee95
!31031 Add some numpy method
Merge pull request !31031 from liuyang/ms_numpy
2022-03-10 07:37:20 +00:00
hezhenhao1 28e74b1e5f Fix sparse check and refactor the test cases of cg method. 2022-03-10 15:33:11 +08:00
i-robot 9fcab9184e
!30810 [MD] add OBSMindDataset
Merge pull request !30810 from liyong126/add_obs_mindrecord_dataset
2022-03-10 07:28:46 +00:00
xumengjuan1 0d8e88aba1 modify apiformat 2022-03-10 15:25:18 +08:00
i-robot afb33fff62
!30988 add Fracz depthwise case in TransDataSplit
Merge pull request !30988 from yuchaojie/op_select
2022-03-10 07:19:34 +00:00
i-robot d5ffb533c0
!31037 add model to gate
Merge pull request !31037 from qinzheng/gate
2022-03-10 07:19:16 +00:00
wangrao124 4d8f24c99c fix sparsetensor docs 2022-03-10 15:16:45 +08:00
i-robot 91ddeedef5
!31079 profiler pynative模式获取数据准备数据队列数据
Merge pull request !31079 from zangqx/zangqx_8
2022-03-10 06:57:22 +00:00