Commit Graph

50788 Commits

Author SHA1 Message Date
i-robot 69202935e2
!40418 Handling bug in CombineLikeGraphs.
Merge pull request !40418 from Margaret_wangrui/batchnorm_combine_like_graphs
2022-08-16 09:38:20 +00:00
i-robot 39c5bf5d3a
!40453 correct the errors on webpage
Merge pull request !40453 from 宦晓玲/code_docs_0816
2022-08-16 09:30:20 +00:00
i-robot 1cc940133e
!37806 [assistant][ops][I4ZZRV] New GPU operator implementation, include ApplyProximalGradientDescent
Merge pull request !37806 from 康渊瑞/ApplyProximalGradientDescent
2022-08-16 08:40:03 +00:00
i-robot 606a988268
!40234 Optimiz no need grad node
Merge pull request !40234 from wanghenchang/mem-optimiz5
2022-08-16 08:29:08 +00:00
i-robot 9f5361e2dd
!40280 add reduce std operation vmap
Merge pull request !40280 from tan-wei-cheng-3260/develop-twc-master
2022-08-16 08:23:50 +00:00
i-robot c8ea17edef
!37657 [assistant][ops] Add Segment_max, Segment_min, Segment_mean, Segment_prod, Segment_sum
Merge pull request !37657 from GP/master
2022-08-16 08:13:16 +00:00
zhangyi 4950409570 correct the errors on webpage 2022-08-16 16:12:59 +08:00
i-robot cc14e844bd
!39990 Use the "best_split" tuning result in kernel_meta
Merge pull request !39990 from DeshiChen/0801_split_tune_bin
2022-08-16 07:37:32 +00:00
i-robot d297baee61
!40428 Fix Primitive Dtype Raise
Merge pull request !40428 from 王禹程/fix_type
2022-08-16 07:24:14 +00:00
i-robot 6a7aa688cc
!40343 fix top type
Merge pull request !40343 from 王禹程/fix_slice
2022-08-16 07:23:35 +00:00
i-robot 540130d75e
!40263 add somas param dump
Merge pull request !40263 from 王禹程/param_dump
2022-08-16 07:17:53 +00:00
i-robot 982f886668
!40422 fix somas error
Merge pull request !40422 from 王禹程/fix_somas
2022-08-16 07:16:18 +00:00
i-robot e016c16c0c
!40052 [MS][LITE]Add micro op
Merge pull request !40052 from gongdaguo1/m_add_micro_op
2022-08-16 07:14:09 +00:00
i-robot e1672d92b9
!36457 [assistant][ops] Fix NonMaxSuppressionWithOverlaps
Merge pull request !36457 from LHP-learning/NonMaxSuppressionWithOverlaps
2022-08-16 06:33:44 +00:00
i-robot 8558573afa
!40401 fix TypeError in GetDynShape
Merge pull request !40401 from 王禹程/fix_shape
2022-08-16 06:25:30 +00:00
i-robot 3f7c973cf2
!40367 update graph output addr and tensor shape
Merge pull request !40367 from zhengyuanhua/br3
2022-08-16 06:13:40 +00:00
zhengyuanhua ca26d3db66 update graph output addr and tensor shape 2022-08-16 13:05:16 +08:00
i-robot db26ba56e6
!35632 [assistant][ops][I48O6C] Add new sparse operator SparseConcat
Merge pull request !35632 from 李航/SparseConcat
2022-08-16 03:26:53 +00:00
i-robot 0d0029b333
!40299 clean code for inplaceupdate
Merge pull request !40299 from wangjun/clean_code_nocheck_master
2022-08-16 03:25:20 +00:00
i-robot c038f228f7
!35343 [assistant][ops] New GPU operator implementation, include MaxUnpool2D, MaxUnpool2DGrad
Merge pull request !35343 from 黎冠新/MaxUnPool2D
2022-08-16 03:23:42 +00:00
i-robot 4ab930876a
!40372 bug fixes: op conv3dtranspose's grad lost attr 'pad_list'
Merge pull request !40372 from 陈宇/dev_master_fix_grad_conv
2022-08-16 02:42:01 +00:00
i-robot 04eee30372
!40300 fix: disable warning when data is to small
Merge pull request !40300 from guozhijian/fix_shared_mem_warning
2022-08-16 02:28:32 +00:00
i-robot f410f67e67
!40351 Modifiy load infer.
Merge pull request !40351 from Margaret_wangrui/vmap_auto_monad
2022-08-16 02:07:09 +00:00
i-robot dd5047718e
!40106 Enable graph hasattr, getattr
Merge pull request !40106 from LiangZhibo/ms_attr
2022-08-16 02:03:48 +00:00
i-robot a7f1596da7
!40373 [MS][LITE] code docs lite python api fix v3
Merge pull request !40373 from luoyuan/code_docs_lite_py_api_fix_v3
2022-08-16 01:58:34 +00:00
i-robot a315a183ff
!40012 [feat] [assistant] [I501PV] Add new operator AdjustContrast
Merge pull request !40012 from 刘赫喃/AdjustContrast
2022-08-16 01:52:08 +00:00
reku1997 73b7a3de36 fix top type 2022-08-16 09:41:19 +08:00
i-robot 8ab98ed52f
!39482 Infer Shape for Lite Ops in GraphKernel
Merge pull request !39482 from jiaoy1224/lite
2022-08-16 01:38:51 +00:00
i-robot ed67b5122f
!39742 Support list clear,count,extend,reverse Method.
Merge pull request !39742 from lambert/list
2022-08-16 01:32:32 +00:00
i-robot 120ea7d9ca
!40286 Set Abstract for Return Node when MindIR and ONNX Import
Merge pull request !40286 from jiaorui/set-return-abstract
2022-08-16 01:25:06 +00:00
i-robot 004b872b6e
!40314 add ut for infer strategy
Merge pull request !40314 from yangzhenzhang/add-ut-for-infer-strategy
2022-08-16 01:22:36 +00:00
luoyuan 05c9ac7da9 [MS][LITE] code docs lite python api fix v3 2022-08-16 09:21:15 +08:00
i-robot 452f021e4b
!40376 Update ascend version
Merge pull request !40376 from ZPaC/update-ascend-version
2022-08-16 01:20:36 +00:00
i-robot fa93dcbd26
!40396 [Auto parallel] Dump auto parallel begin graphs
Merge pull request !40396 from Xiaoda/160-add-step-auto-begin-graphs
2022-08-16 01:20:25 +00:00
i-robot 756f1e4249
!40421 [MSLITE][CPU] asan compile bugfix
Merge pull request !40421 from Greatpan/asan_bugfix
2022-08-16 01:16:44 +00:00
i-robot 743ea9f307
!40332 gumbel softmax fix bug
Merge pull request !40332 from TuDouNi/master
2022-08-16 01:15:10 +00:00
i-robot 76ae40ca54
!39714 Add all datatype for some kernels.
Merge pull request !39714 from liqiliang/matrixbandpart-gpu
2022-08-16 01:06:56 +00:00
i-robot be9c08bf74
!38395 [assistant][ops][I4ZZTY] New GPU operator implementation, include Lerp
Merge pull request !38395 from wangxiaoli_xidian/Lerp
2022-08-15 19:52:30 +00:00
i-robot ff1d5d57fc
!37970 [assistant][ops] Add new GPU operator CholeskyGrad
Merge pull request !37970 from Wangsong95/choleskygrad_gpu
2022-08-15 18:11:37 +00:00
i-robot 593456a427
!40381 Add CTCLossGrad GPU Kernel
Merge pull request !40381 from zhujingxuan/CTCLoss
2022-08-15 16:28:04 +00:00
i-robot 9e227ba693
!40271 contributing_cn.md add link to pre-push readme_cn.md
Merge pull request !40271 from fengyixing/master
2022-08-15 13:26:22 +00:00
reku1997 acf3fc9837 fix dtype 2022-08-15 20:41:09 +08:00
i-robot 1289a3583e
!40364 add ckpt st
Merge pull request !40364 from changzherui/add_ckpt_st
2022-08-15 12:32:24 +00:00
greatpanc c220682266 asan complie bugfix 2022-08-15 20:29:36 +08:00
jonyguo cdbb62f0b1 fix: [shared memory] disable print warning when data is too small 2022-08-15 20:24:06 +08:00
i-robot 30dd25c647
!40327 add check for FRAC_ZN_RNN in CheckValidDeviceShape
Merge pull request !40327 from yuchaojie/op_select
2022-08-15 12:09:05 +00:00
twc 207c6925be add reduce std operation vmap 2022-08-15 19:40:21 +08:00
reku1997 88a4778c65 fix somas 2022-08-15 19:39:32 +08:00
i-robot e2bfd7e055
!40387 fix gpu layernorm grad error when col_dim is not a multiple of 4
Merge pull request !40387 from kisnwang/master
2022-08-15 11:28:03 +00:00
Margaret_wangrui 67ab96514c Handling bugs in CombineLikeGraphs. 2022-08-15 19:01:42 +08:00