Commit Graph

59327 Commits

Author SHA1 Message Date
liangzhibo da060da2b9 enable constexpr to run as graph 2022-12-30 15:16:17 +08:00
i-robot 942a488d58
!47274 serving use device context
Merge pull request !47274 from zhoufeng/serving-use-device-context
2022-12-30 07:11:38 +00:00
i-robot 4343047f39
!46494 [MSLITE][Func] set debug info
Merge pull request !46494 from 赵英灼/debug_info
2022-12-30 06:51:53 +00:00
i-robot f65cfcaf4d
!46516 add cell reuse inline
Merge pull request !46516 from 王禹程/inline
2022-12-30 06:51:15 +00:00
i-robot f5206f67ee
!47345 fix sparse_docs && add sparsify chinese
Merge pull request !47345 from jachua/code_docs_sparse_ops
2022-12-30 06:50:55 +00:00
i-robot e9836cad4d
!46868 Handle the order problem between the _VirtualAssignAdd operator bprop and the optimizer.
Merge pull request !46868 from Margaret_wangrui/ReAutoMonad
2022-12-30 06:41:16 +00:00
i-robot a94d7e5605
!47355 部分warning提示信息场景不合理
Merge pull request !47355 from liuchuting/env_fix
2022-12-30 06:36:21 +00:00
i-robot 80bdbdebe9
!47327 Enable recompute api when using jit in pynative mode
Merge pull request !47327 from YuJianfeng/recompute_api
2022-12-30 06:25:02 +00:00
i-robot 9ee6b4e1da
!47341 fix processing illegal inputs bug of StandardLaplace Op
Merge pull request !47341 from panshaowu/master
2022-12-30 03:49:50 +00:00
i-robot 4a4b2a7ead
!47339 GPU算子补充数据类型 资料补充
Merge pull request !47339 from KXiong/code_docs_master
2022-12-30 03:47:31 +00:00
i-robot e9603eacb8
!47350 Add inputs' number check for OneHot
Merge pull request !47350 from TronZhang/add_check_for_onehot
2022-12-30 03:41:08 +00:00
jachua d98c405818 fix sparse_docs && add sparsify chinese 2022-12-30 11:24:10 +08:00
xiongkun 285db09870 tick 2022-12-30 10:46:18 +08:00
i-robot 8e7c5afde8
!47363 Fix document error
Merge pull request !47363 from huangxinjing/code_docs_fix_transformer_api2
2022-12-30 02:36:51 +00:00
i-robot 1024bb0e49
!47245 [AutoParallel]Fix opt shard bug
Merge pull request !47245 from lichen/fix_opt_shard_bug
2022-12-30 02:29:56 +00:00
i-robot e29893b807
!44682 [feat][assistant][I4XJIB]Add Bernoulli
Merge pull request !44682 from 桂宁馨/Bernoulli
2022-12-30 02:22:01 +00:00
yujianfeng b1899babb9 enable recompute api when using jit in pynative mode 2022-12-30 10:16:22 +08:00
i-robot d1d40d0847
!47133 支持通过变量(Tensor/Parameter)获取梯度值
Merge pull request !47133 from 李良灿/grad
2022-12-30 02:15:31 +00:00
i-robot 215053cdd9
!47323 close the wingman queue only when it is created
Merge pull request !47323 from wYann/data_queue_master
2022-12-30 02:13:09 +00:00
i-robot 843361102c
!47301 Orgqr问题单处理
Merge pull request !47301 from wujueying/master
2022-12-30 02:00:51 +00:00
i-robot 45b96b913a
!47208 ops softmin
Merge pull request !47208 from Henry Shi/ops_softmin
2022-12-30 01:51:29 +00:00
i-robot d5aa0b0588
!47324 modify format
Merge pull request !47324 from 俞涵/code_docs_1110
2022-12-30 01:43:25 +00:00
i-robot aa08c27fb9
!47225 fix lite dropout ops bug master
Merge pull request !47225 from wtcheng/master
2022-12-30 01:40:30 +00:00
huangxinjing 5b6a31549d Fix docstring error 2022-12-30 09:34:38 +08:00
i-robot af1e744061
!47351 open mix precision and small channel
Merge pull request !47351 from zhangyinxia/master
2022-12-30 01:32:42 +00:00
i-robot 233ba2a94e
!47315 DynamicGRU CPU operator development.
Merge pull request !47315 from Margaret_wangrui/GRUV2_CPU
2022-12-30 01:13:33 +00:00
i-robot 9b5be10df9
!47331 [MS]修改median算子的GPU kernel中MS_LOG(EXCEPTION)为MS_LOG(ERROR)
Merge pull request !47331 from wangtongyu6/median_gpu
2022-12-30 01:01:19 +00:00
i-robot 4e17ac8257
!47291 [MS]修复CPU后端median算子对global_median=True时axis非默认值未报错的问题
Merge pull request !47291 from wangtongyu6/fix_mish_bug
2022-12-30 01:01:04 +00:00
i-robot 4ab2ad6958
!47317 添加ops.multilabel_soft_margin_loss
Merge pull request !47317 from DavidFFFan/api
2022-12-29 12:58:10 +00:00
XinWang2021 26004aea0d Add Bernoulli 2022-12-29 20:51:44 +08:00
liuchuting fc58cdd7ba Warning information is incorrect in some scenarios. 2022-12-29 20:16:19 +08:00
Henry 7b92d9c569 ops softmin 2022-12-29 19:40:11 +08:00
liangcanli 249c721f5a add index of grad 2022-12-29 19:10:36 +08:00
huodagu 19af119abc modify note for communicate 2022-12-29 18:17:38 +08:00
panshaowu 5f8f4a0ea4 fix processing illegal inputs bug of StandardLaplace 2022-12-29 18:11:31 +08:00
zhangyinxia 0e5d2d570c add smallchanel mode 2022-12-29 18:08:38 +08:00
wyann22 439c656700 fix bug of data queue 2022-12-29 18:00:14 +08:00
i-robot aa8858ab05
!47337 modify the statements in rst files part2
Merge pull request !47337 from 宦晓玲/code_docs_1229
2022-12-29 09:35:11 +00:00
huanxiaoling 99e8f80185 modify the statements in rst files part2 2022-12-29 16:48:58 +08:00
i-robot 1c07138bb6
!47322 Support bool of scalar operation
Merge pull request !47322 from chenfei_mindspore/support-scalar-add-bool1
2022-12-29 08:45:24 +00:00
Margaret_wangrui 60c818fdb6 DynamicGRU CPU operator development. 2022-12-29 16:33:48 +08:00
i-robot b83c6c468c
!47095 Transfer attr to input in GE
Merge pull request !47095 from liangzelang/uniform_bak
2022-12-29 08:27:41 +00:00
i-robot db20cf40a8
!47335 takedown test_yolo5_dynamic_gpu_pynative and 310 testcases to ensure gate stability
Merge pull request !47335 from yanghaoran/takedown_testcases
2022-12-29 08:19:55 +00:00
yanghaoran 4bf7ff890a takedown test_yolo5_dynamic_gpu_pynative and 310 testcases to ensure gate stability 2022-12-29 16:12:29 +08:00
i-robot 1c5c98b184
!47320 modify the statements in rst files
Merge pull request !47320 from 宦晓玲/code_docs_1229
2022-12-29 08:02:19 +00:00
zhoufeng 13c0a0444f serving use device context
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-12-29 15:49:15 +08:00
i-robot d734bfb848
!47306 Fix RandomChoiceWithMask算子异常入参导致报错Floating point exception
Merge pull request !47306 from xiaohanzhang/fix_random_choice_with_mask
2022-12-29 07:43:44 +00:00
zhaoyingzhuo 7186468967 support hms model 2022-12-29 15:41:05 +08:00
i-robot 0a45f5e8ea
!47276 Fix mutable python api
Merge pull request !47276 from LiangZhibo/mutable
2022-12-29 07:17:16 +00:00
fandawei 7f1e73a354 add ops.multilabel_soft_margin_loss 2022-12-29 15:11:55 +08:00