Commit Graph

58851 Commits

Author SHA1 Message Date
huangyong 84140de08f upgrade ascend 20221129 master
cherry pick 1.10 update

upgrade ascend 20221122

filter out matmul if it is fp16->fp32 with a fp32 bias

modify jjfeng comment
2022-12-20 10:03:35 +08:00
i-robot 5cc85b0467
!46933 data sync before get tensor value
Merge pull request !46933 from looop5/data_sync_master
2022-12-19 06:32:27 +00:00
i-robot 74be123e43
!43841 [assistant][ops] ApplyCenteredRmsProp Add dtype
Merge pull request !43841 from Joseph_Lee/ApplyCenteredRmsProp
2022-12-19 06:23:59 +00:00
i-robot 24854285fe
!46884 issue:I5C2X7 Mul doc refresh
Merge pull request !46884 from zhangzhaoju/master_mul
2022-12-19 06:20:49 +00:00
i-robot 6801f66f07
!46848 move composite random_op.py to function random_func.py
Merge pull request !46848 from changzherui/move_composite_to_function
2022-12-19 06:19:39 +00:00
i-robot 79694611d9
!46849 reconfigure to acl kernel when tbe single op compile failed
Merge pull request !46849 from laiyongqiang/tbe_acl
2022-12-19 06:16:58 +00:00
i-robot 0f4d44edeb
!46828 acl adapter
Merge pull request !46828 from liubuyu/master
2022-12-19 06:07:49 +00:00
i-robot cba0eb2e7d
!46867 [MS][LITE] modify opencl cmake to support cross-platform like windows.
Merge pull request !46867 from fatmouse007/for_gpu
2022-12-19 04:19:38 +00:00
i-robot d5bf1e13ea
!46860 fix windows compile of floatstatus
Merge pull request !46860 from yanzhenxiang2020/fix_windows_msvc
2022-12-19 03:03:42 +00:00
i-robot f8d84298d7
!46928 Add tuple unfold to tuple function.
Merge pull request !46928 from ZPaC/tuple-unfold-to-tuple
2022-12-19 02:51:02 +00:00
i-robot f6f0adb95c
!46895 Fix bug initialize bug for pynative+jit under auto-parallel
Merge pull request !46895 from liuluobin/master_fix_init
2022-12-19 02:36:23 +00:00
Lai Yongqiang 958bb9a678 reconfigure to acl kernel when tbe single op compile failed 2022-12-19 10:25:13 +08:00
i-robot a02d514318
!46886 [MS][LITE] matmul cut opt
Merge pull request !46886 from Greatpan/matmul_cut_opt_master_v3
2022-12-19 02:22:49 +00:00
i-robot 0f47d5c6b7
!46873 add adaptor
Merge pull request !46873 from xiaoyao/acl
2022-12-19 01:57:56 +00:00
i-robot c2374d7879
!46944 remove ohos package from lite release, will add the real one back later
Merge pull request !46944 from yanghaoran/takedown_testcases
2022-12-19 01:54:05 +00:00
i-robot 216dabe670
!46841 Repair that split can be called normally when the GeneratorDataset input is an iterator
Merge pull request !46841 from 刘勇琪/master-decrypt-column
2022-12-19 01:13:00 +00:00
i-robot a69df792d0
!46924 fix bug for none op
Merge pull request !46924 from zhupuxu/fix_bug_for_none_op
2022-12-19 01:06:22 +00:00
ZPaC 94cce13f5c Add tuple unfold to tuple function. 2022-12-18 22:06:22 +08:00
i-robot 7edef0eddd
!46914 Dont expand input output type and format
Merge pull request !46914 from ZPaC/dont-expand-input-output-in-type-transform-pass
2022-12-18 11:02:33 +00:00
liuluobin 7a7ade6402 Fix bug initialize bug for pynative+jit under auto-parallel 2022-12-18 16:13:12 +08:00
i-robot 93563b99e7
!46912 fix the bug of pass insert type transform
Merge pull request !46912 from ZPaC/skip-nodes
2022-12-18 02:20:48 +00:00
yanzhenxiang2020 3e91b8935e fix windows compile of floatstatus 2022-12-17 20:42:34 +08:00
i-robot 78d2192e08
!46602 for Tensor api: H
Merge pull request !46602 from 于振华/tensor_api_H_1208
2022-12-17 10:56:21 +00:00
zhangzhaoju 50739c226b issue:I5C2X7 Mul doc refresh 2022-12-17 18:44:53 +08:00
i-robot 0e7349830f
!46296 Add bprop meta_funcgraph
Merge pull request !46296 from YuJianfeng/bprop_meta_fg
2022-12-17 10:23:52 +00:00
i-robot dfe218f8c8
!46942 [MS][kernel]fix cdist grad kernel bug
Merge pull request !46942 from 张学同/assign_sub
2022-12-17 09:28:33 +00:00
yanghaoran 5f3dd24481 remove ohos package from lite release, will add the real one back later 2022-12-17 15:36:15 +08:00
i-robot 5273229e69
!46569 [feat][assistant][I4XJGZ]add CrossEntropy
Merge pull request !46569 from 桂宁馨/CrossEntropy
2022-12-17 07:13:32 +00:00
limingqi107 e285ea50bd fix the bug of pass insert type transform 2022-12-17 15:08:01 +08:00
ZPaC 61b5f954d0 Dont expand input output type and format 2022-12-17 15:07:28 +08:00
zhangxuetong 2103d9f371 fix cdist grad bug 2022-12-17 14:55:46 +08:00
i-robot c2f3751a17
!46930 Tensor tostring support uint64_t
Merge pull request !46930 from caifubi/master-pynative-bugfix
2022-12-17 04:46:32 +00:00
lby 4247a954db acl adapter 2022-12-17 12:31:34 +08:00
i-robot e4c167e682
!44038 [assistant][ops]AvgPool, AvgPoolGrad test
Merge pull request !44038 from Joseph_Lee/AvgPool
2022-12-17 04:13:38 +00:00
yujianfeng d889d78ee0 Add bprop meta_funcgraph 2022-12-17 10:19:53 +08:00
i-robot 97fd0dbe96
!46910 Code refine for embedding cache and adam optimizer
Merge pull request !46910 from zyli2020/dev
2022-12-16 11:01:30 +00:00
liu-yongqi-63 2e7f636606 Repair that split can be called normally when the GeneratorDataset input is an iterator 2022-12-16 17:52:39 +08:00
i-robot a381f51732
!46620 add new api GetTrainableParams in lite-training
Merge pull request !46620 from zhangyanhui/code_mas
2022-12-16 09:44:49 +00:00
looop5 267db0bbb7 data sync before get tensor value 2022-12-16 17:40:15 +08:00
i-robot 9ad974af8b
!46908 modify format
Merge pull request !46908 from 俞涵/code_docs_1110
2022-12-16 09:37:32 +00:00
i-robot b4c5a60160
!46902 [docs][API] Update adjoint docs
Merge pull request !46902 from shaojunsong/code_docs_adjoint
2022-12-16 09:32:12 +00:00
i-robot 30743eb8b1
!46857 fix duplicated graph compile in offload
Merge pull request !46857 from luoyang/fix-offload-perf
2022-12-16 09:31:59 +00:00
caifubi 1b350f3ea4 support uint64_t tensor to string 2022-12-16 17:20:08 +08:00
i-robot 4903aa6ed4
!46840 adapter to new interface for infer regestration
Merge pull request !46840 from chengbin/infer
2022-12-16 09:19:51 +00:00
i-robot 411a3c7e35
!45884 [Golden-Stick] support quant lenet model lite inference
Merge pull request !45884 from yangruoqi713/gs
2022-12-16 08:46:26 +00:00
i-robot bcbda941d2
!46858 Fix problems with document
Merge pull request !46858 from 刘勇琪/code_docs_master
2022-12-16 08:43:36 +00:00
zhupuxu 7712125416 fix bug for none op
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2022-12-16 16:22:59 +08:00
i-robot 53a3e1d53d
!46906 Fix bug of exception raise in msvc
Merge pull request !46906 from chenfei_mindspore/runtime-err-fix
2022-12-16 08:19:29 +00:00
江南明洲 25bb7400bf AvgPool 2022-12-16 15:48:45 +08:00
greatpan 34732b04ad matmul cut opt v3 2022-12-16 15:35:05 +08:00