Commit Graph

45876 Commits

Author SHA1 Message Date
i-robot 627ca3722d
!35087 fix error links and code formats
Merge pull request !35087 from lvmingfu/code_docs_master26
2022-05-28 08:05:32 +00:00
wang_shaocong 2d815d0f9f [MSLITE] Support to convert gatherND 2022-05-28 16:04:05 +08:00
limingqi107 f94d3838d0 runtime performance optimize-add batch data arrow fusion pass 2022-05-28 15:49:10 +08:00
lby 8aabd90519 fix op fusion 2022-05-28 15:45:52 +08:00
i-robot 087d122f9f
!34980 [ME] raise only supports some Python standard exception types.
Merge pull request !34980 from Margaret_wangrui/raise_type
2022-05-28 07:38:22 +00:00
zhuyuxiao dc8cb8513c add support on CPU platform for op: svd 2022-05-28 15:36:43 +08:00
huanghui 96376ec2d0 Do not use OMPI_COMM_WORLD_RANK when log module init 2022-05-28 15:36:01 +08:00
yefeng 19cae13d11 model pool use Hqueue 2022-05-28 15:34:55 +08:00
gaoyong10 cd044f7446 AdaptiveMaxPool2d op. 2022-05-28 15:34:27 +08:00
i-robot 2f5baafdea
!35064 Resolve Memory leak problem
Merge pull request !35064 from zhangzhaoju/master_jdk_change
2022-05-28 07:24:07 +00:00
i-robot 21fcad9a04
!35072 take down testcases that are passing all the time
Merge pull request !35072 from yanghaoran/master
2022-05-28 07:19:04 +00:00
zhujingxuan afb850fea1 Add Tensor api for GPU operator cosh 2022-05-28 15:13:32 +08:00
i-robot 96bfdbbd68
!34998 fix doc string
Merge pull request !34998 from hezhenhao1/code_docs
2022-05-28 07:06:59 +00:00
NBUFabio 6c9f39c47e [feat] [assistant] [I54KH8] [I54KHA] add new operator Relu and ReluGrad 2022-05-28 15:06:21 +08:00
lvmingfu e166f9326e fix error links and code formats for master 2022-05-28 14:59:56 +08:00
lh735291378 431d082bc1 减少init.py结尾空行
解决冲突
2022-05-28 14:59:44 +08:00
ling dc0d5185b8 tan docs 2022-05-28 14:46:34 +08:00
i-robot 221f51e2f5
!35051 [MS][Lite][Task] add kernel graph related files to cloud infer framework
Merge pull request !35051 from 刘力力/feature_cloud_infer_runtime_develop_kernel_graph_merge
2022-05-28 06:44:56 +00:00
zhujingxuan 55a6357f9d Refactor code style for core ops 2022-05-28 14:42:22 +08:00
jiaorui ada1645891 insert geswitch for load 2022-05-28 14:41:48 +08:00
greatpan a785740258 avx512 self feel, support groupnorm op 2022-05-28 14:37:19 +08:00
i-robot c46f1a1b99
!35080 [MSLITE][CPU] avx512 hardward self feel function, layernorm op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !35080 from Greatpan/avx512_sf_layernorm
2022-05-28 06:34:28 +00:00
i-robot e444551da5
!35052 [MSLITE][CPU] avx512 hardward self feel function, softmax op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !35052 from Greatpan/avx512_sf_softmax
2022-05-28 06:34:15 +00:00
i-robot 6658de4ed6
!33765 [assistant][ops] Add NonZero
Merge pull request !33765 from 张渝/NonZero
2022-05-28 06:31:14 +00:00
i-robot 4067d81a9c
!35065 scheduler exit in mccl
Merge pull request !35065 from ZPaC/fix-mccl-scheduler-error
2022-05-28 06:28:44 +00:00
i-robot d8d5a6b297
!34882 [MS][LITE][parallel predict] add model: wide_deep
Merge pull request !34882 from yefeng/320-add_model
2022-05-28 06:23:19 +00:00
i-robot c1ad27c0da
!35096 Refactor code style for cpu kernels
Merge pull request !35096 from zhujingxuan/fix_cpu
2022-05-28 06:18:59 +00:00
i-robot cf3c64dfb3
!35086 [MSLITE][CPU] avx512 hardward self feel function, cast and fill op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !35086 from Greatpan/avx512_sf_cast_fill
2022-05-28 06:18:58 +00:00
VectorSL 2994413656 fix codex 2022-05-28 14:18:34 +08:00
lianliguang 7819fab99c fix bug of calculate slice size 2022-05-28 14:10:59 +08:00
lianliguang ca7bbe7828 fix bug of tuple value is not convert all tuple 2022-05-28 12:32:13 +08:00
zhujingxuan e08630bca4 Refactor code style for cpu kernels 2022-05-28 11:45:23 +08:00
i-robot a19c2f806c
!34995 update vmap doc
Merge pull request !34995 from Erpim/code_docs_vmap
2022-05-28 03:39:54 +00:00
i-robot 7a1bd3bd27
!35009 Add a separate tcp client for cluster control messages
Merge pull request !35009 from chengang/disable_hb_resp
2022-05-28 03:35:42 +00:00
jiaorui 2f1fe3e26b set host shape 2022-05-28 11:31:34 +08:00
chenfei 6764844bff add deform offset grad api 2022-05-28 11:23:54 +08:00
i-robot 6f1e7f8c4d
!35041 disable side effect op for expander fallback
Merge pull request !35041 from r1chardf1d0/ex
2022-05-28 03:22:40 +00:00
wilfChen 33719c68ba code clean 2022-05-28 11:19:18 +08:00
i-robot 2f71ed63bb
!35046 Support scalar tensor as input of ClipByNorm
Merge pull request !35046 from JoyLvliang/fix_scalar_tensor_calculate_wrong_in_ClipByNorm
2022-05-28 03:18:59 +00:00
Xiao Tianci f34f053aea add PadToSize transform 2022-05-28 11:07:51 +08:00
ZPaC ab4353206f Support rpc dynamic shape. 2022-05-28 11:07:00 +08:00
Arielxyx db3fa41c30 [feat][assistant][I4XJFZ] add new function Mv 2022-05-28 11:04:54 +08:00
greatpan 22fa98d63d avx512 self feel, support cast and fill op 2022-05-28 11:04:44 +08:00
zhousiyi aa40dcce7d remove eliminate ununsed parameter action 2022-05-28 02:54:16 +00:00
maning202007 e48dd288fe Fix the summary datagraph show at the end of training 2022-05-28 10:51:14 +08:00
liu lili 474d708336 mindspore lite: add kernel graph and session basic related files 2022-05-28 10:44:17 +08:00
hezhenhao1 59a6dcfa26 fix doc string 2022-05-28 10:41:55 +08:00
i-robot 5661e0edfd
!34963 Add limit for Fills in vmap feature
Merge pull request !34963 from yelihua/dev
2022-05-28 02:40:59 +00:00
reku1997 ec524d8c44 Optimize Tensor Conflict Computing 2022-05-28 10:35:55 +08:00
liutongtong f6c8053c2b add model.fit and refactor callbacks 2022-05-28 10:33:39 +08:00