Commit Graph

50830 Commits

Author SHA1 Message Date
i-robot a0115ddea2
!40445 fix prim adapter bug
Merge pull request !40445 from zjun/fix_pad_list
2022-08-17 02:26:59 +00:00
i-robot b24d619624
!40466 Fix OneHot Vmap
Merge pull request !40466 from jiaoy1224/onehot
2022-08-17 02:01:44 +00:00
i-robot 43d964f8fe
!40283 PyNative Ascend Task Sink
Merge pull request !40283 from caifubi/master-pynative-task-sink
2022-08-17 01:51:50 +00:00
i-robot 431cc66e72
!40442 clear warning
Merge pull request !40442 from 冯一航/clear_warning
2022-08-17 01:51:04 +00:00
i-robot 79bdbbaca9
!40477 optimize process of free dynamic input memory
Merge pull request !40477 from zhengyuanhua/br3
2022-08-17 01:47:14 +00:00
i-robot b046863b0a
!40383 bug fix for mindspore rpath
Merge pull request !40383 from liubuyu/master
2022-08-17 01:41:04 +00:00
i-robot 774a449c7b
!40449 fix sync stream failed when gpu process exiting
Merge pull request !40449 from zhoufeng/xiu-ba-ge
2022-08-17 01:24:36 +00:00
i-robot b3d74f7270
!40444 [docs]add docs of value_and_grad
Merge pull request !40444 from chenzhuo/code_docs_master
2022-08-17 01:16:52 +00:00
i-robot 80ea5fb8f7
!39078 [assistant][ops] Add SparseToDenseV2
Merge pull request !39078 from fth_xdu/rr
2022-08-17 01:12:48 +00:00
i-robot ba031c7277
!40032 Add linearize ms_function test case
Merge pull request !40032 from ZhengXuegui/test_linearize
2022-08-16 19:27:02 +00:00
i-robot 4f6a4716d9
!39329 [MS][Lite][Task] solve compile problem
Merge pull request !39329 from 刘力力/master_develop
2022-08-16 13:37:53 +00:00
i-robot a9eea29c22
!40414 fix kernel build info is nullptr
Merge pull request !40414 from liubuyu/bug_fix
2022-08-16 13:28:12 +00:00
caifubi 2d6fbcd9b3 PyNative Ascend Task Sink 2022-08-16 21:00:37 +08:00
i-robot c406faa1f9
!36193 [assistant][ops] New GPU operator implementation, include MaxUnpool3D, MaxUnpool3DGrad
Merge pull request !36193 from 黎冠新/MaxUnpool3D_new
2022-08-16 13:00:17 +00:00
zhengyuanhua cb2f59d05b optimize process of free dynamic input memory 2022-08-16 21:00:09 +08:00
i-robot a7f580ac66
!40436 Update size for recv actor
Merge pull request !40436 from ZPaC/fix-size-issue
2022-08-16 12:43:36 +00:00
i-robot 3e76550fb2
!40092 [lite]mslite-server add example
Merge pull request !40092 from 徐安越/master4
2022-08-16 12:42:00 +00:00
i-robot e2c21c4784
!39661 Ref parameter do not need copy when it is only used by load.
Merge pull request !39661 from gaoyong10/dynamic_shape_04
2022-08-16 12:09:11 +00:00
i-robot 9700b04c42
!39573 support operator "&" and "|" for scalar and tensor
Merge pull request !39573 from zhouxulin2/bitwise
2022-08-16 11:48:03 +00:00
i-robot b456ec7b87
!40443 add dtype support for eltwise op
Merge pull request !40443 from zhujingxuan/elwise
2022-08-16 11:41:02 +00:00
i-robot 90c9f1f6ed
!35551 dynamic_gru_gpu operator
Merge pull request !35551 from yao_yf/dynamic_gru_v2
2022-08-16 11:35:52 +00:00
lby 787e66b422 bug fix 2022-08-16 19:25:56 +08:00
i-robot 2fcc176ae9
!39616 auto_parallel_dataset_process_in_cpp
Merge pull request !39616 from yao_yf/auto_parallel_dataset_process_in_cpp
2022-08-16 11:20:13 +00:00
Yang Jiao 1bda84d34c fix onehot 2022-08-16 19:11:52 +08:00
zhoufeng 7412ea1f55 fix sync stream failed when gpu process exiting
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-08-16 19:10:38 +08:00
i-robot 766ba92cf7
!38002 GPU optimize build
Merge pull request !38002 from VectorSL/upgrade-cuda
2022-08-16 11:05:24 +00:00
zjun 48da997e9c Fix bug
Signed-off-by: zjun <zhangjun0@huawei.com>
2022-08-16 18:52:11 +08:00
al_raya 0caaa95873 Add SparseToDenseV2 2022-08-16 18:19:47 +08:00
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
xuanyue 082c3db9fd mslite-server add example 2022-08-16 15:51:21 +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
lby a0fcfb08f5 fix kernel_build_info is nullptr 2022-08-16 15:21:12 +08: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
zhujingxuan ac0dfbb50a add dtype support for eltwise op 2022-08-16 11:52:14 +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