Commit Graph

42307 Commits

Author SHA1 Message Date
wYann 5e52be56b8 fix resource free issue 2022-04-07 16:49:36 +08:00
i-robot 1eafa0e1cd
!32618 upgrade Ascend package 06 Apr 22 on master
Merge pull request !32618 from shenwei41/upgrade_ascend_20220406_master
2022-04-07 08:45:30 +00:00
xumengjuan1 dfdbc0e50b modify doc 2022-04-07 15:31:00 +08:00
i-robot acbf28158a
!32647 optimizes the documentation of chinese API of Log
Merge pull request !32647 from zhangfanghe/code_docs_zfh_master_407
2022-04-07 07:06:48 +00:00
limingqi107 d78f9bbee5 fix the execution hang in the model parallelism 2022-04-07 14:49:19 +08:00
luoyang 064cd9b999 fix boost bert timeout 2022-04-07 14:45:20 +08:00
looop5 1f40505ccc refine error and warning log 2022-04-07 14:43:35 +08:00
i-robot 61fb74ac6b
!32639 Add owner of graph util
Merge pull request !32639 from ZPaC/owner-of-graph-util
2022-04-07 06:15:17 +00:00
He Wei 723543eb5d Modify Optimizer to support flatten parameters
1. Provide method to create Parameter from Tensor without copy;
2. Adapt optimizer.py to support flattened parameters;
3. Add unit test cases for parameter and optimizer.
2022-04-07 14:11:32 +08:00
Margaret_wangrui a33b048156 [Fallback][Control_flow] Handling the issue of interpret nodes transform information as phi nodes. 2022-04-07 14:03:56 +08:00
i-robot 04c067500d
!32629 Fix learning rate scalar translate failed.
Merge pull request !32629 from linqingke/boost
2022-04-07 03:37:24 +00:00
zhangfanghe 610ce2650f optimizes the documentation of chinese API of Log. 2022-04-07 11:27:19 +08:00
i-robot 4d7c7be8d4
!32560 WeNet-ASR net add dynamic_ops tests
Merge pull request !32560 from huoxinyou/wenet_dynamic_ops
2022-04-07 03:25:40 +00:00
i-robot dff6b9b0fc
!32634 add testcase: when return numpy in GeneratorDataset
Merge pull request !32634 from guozhijian/add_testcase
2022-04-07 03:16:46 +00:00
shenwei41 d5189fe674 upgrade upgrade Ascend package 06 April 22 2022-04-07 11:07:51 +08:00
ZPaC 3921383b63 Add owner of graph util 2022-04-07 10:27:34 +08:00
i-robot 4adf5064fc
!32414 RL add gpu kernel: batch read write
Merge pull request !32414 from VectorSL/read_write_op
2022-04-07 02:16:34 +00:00
twc 8ba0f747fb fix I50PAP memory leak 2022-04-07 10:10:20 +08:00
twc 3179fed252 fix issue I4Z7WC、I502P8、I502TN、I5031D、I503MS、I503SO、I502L2 2022-04-07 10:10:05 +08:00
hanhuifeng2020 bff52aac5a [DynamicShape][GPU]fix a bug that the dropout op continued to create new Generators under dynamic shape 2022-04-07 10:09:33 +08:00
i-robot 4a54173681
!32601 fix cootensor indices check in ascend: use int32 dtype
Merge pull request !32601 from wangrao124/fix_coo_check
2022-04-07 02:08:56 +00:00
i-robot 76f0e16327
!32605 Update output size of reshape op when dynamic shape
Merge pull request !32605 from zhengzuohe/reshape_output_update
2022-04-07 02:05:44 +00:00
VectorSL 0f9148ea5b add tensorsqueue gpu kernel 2022-04-07 10:02:54 +08:00
z00512249 fa226a8003 add tensor_scatter_arithmetic_binary_op st 2022-04-07 09:58:04 +08:00
i-robot 3e98778aca
!32597 use conda-forge channel in conda create
Merge pull request !32597 from xulei/scripts
2022-04-07 01:57:30 +00:00
huoxinyou 8b79199d7e WeNet-ASR net add dynamic_ops tests 2022-04-07 09:50:44 +08:00
i-robot 58c9fcb5b2
!32602 [MD] fix doc issue in master
Merge pull request !32602 from liyong126/code_docs_fix_doc_issue
2022-04-07 01:50:37 +00:00
jonyguo b8205ee995 add testcase 2022-04-07 09:49:23 +08:00
zengzitao 4b464f860c fix compile bug in master 2022-04-07 09:47:44 +08:00
xulei 0703b9d134 use conda-forge channel in conda create 2022-04-07 09:47:09 +08:00
i-robot 876b2feadf
!32406 [MD] fix datast some issues
Merge pull request !32406 from liyong126/fix_some_issues
2022-04-07 01:44:18 +00:00
i-robot 9aa47bf93b
!32584 Do rpc nodes fusion.
Merge pull request !32584 from ZPaC/do-rpc-node-fusion
2022-04-07 01:44:18 +00:00
i-robot 6f4976d619
!32498 enable multi thread when run maxpool forward to obtain index
Merge pull request !32498 from zhangbuxue/use_multi_thread_when_run_maxpool_forward_to_obtain_index
2022-04-07 01:42:21 +00:00
i-robot 38f4e20ca2
!32481 remove redundant error log in auto parallel
Merge pull request !32481 from yao_yf/auto_parallel_log_level
2022-04-07 01:30:08 +00:00
linqingke 517cedd429 fix learning rate scalar failed. 2022-04-07 09:29:17 +08:00
luoyang b8c1de61a1 fix DetectFirstBatch exit late 2022-04-07 09:22:05 +08:00
i-robot f291ea14cf
!32510 [MSLITE] fix tensorrt bug for bert, add realdiv and gelu op
Merge pull request !32510 from Liu_Xuu/trt_0330_bert
2022-04-07 01:21:12 +00:00
zhujingxuan 5303f20e89 Refactor testcases for scatter_nd. 2022-04-07 09:16:58 +08:00
hezhenhao1 33beadec59 Add CPU implementation of ScatterNdMul operator. 2022-04-07 09:13:00 +08:00
i-robot 6dc2e7d0e1
!32593 fix: compile error on windows
Merge pull request !32593 from guozhijian/fix_compile_error_on_windows
2022-04-07 01:11:25 +00:00
wilfChen 825ee3d57f add cusparse library 2022-04-07 09:09:34 +08:00
i-robot a6d8b185e7
!32616 set value node fracz group
Merge pull request !32616 from jjfeing/master
2022-04-07 01:07:59 +00:00
i-robot 8bb30dce67
!32591 optimize the cpu kernel select error info
Merge pull request !32591 from limingqi107/bug_fix3
2022-04-06 18:35:19 +00:00
i-robot 7cd2dcbdfd
!32591 optimize the cpu kernel select error info
Merge pull request !32591 from limingqi107/bug_fix3
2022-04-06 18:35:17 +00:00
i-robot 391d3d9f7c
!32368 add TensorScatterMul and opt TensorScatterBianryOp's old codes
Merge pull request !32368 from zhuzhongrui/pub_master
2022-04-06 16:40:58 +00:00
i-robot 3b49c670ae
!32368 add TensorScatterMul and opt TensorScatterBianryOp's old codes
Merge pull request !32368 from zhuzhongrui/pub_master
2022-04-06 16:40:55 +00:00
i-robot afdaede9d2
!31921 Fix LF coredump while start timeout
Merge pull request !31921 from zhangzhaoju/master_fl_dts
2022-04-06 14:10:28 +00:00
i-robot f90e5c855e
!31921 Fix LF coredump while start timeout
Merge pull request !31921 from zhangzhaoju/master_fl_dts
2022-04-06 14:10:24 +00:00
i-robot 7b98c48116
!32536 Fix EnableDebugger called so many times for dump issue
Merge pull request !32536 from parastooashtari/master
2022-04-06 13:23:10 +00:00
i-robot 6a331b7b6e
!32506 Trans tuple add to make tuple
Merge pull request !32506 from chenfei_mindspore/master
2022-04-06 13:18:14 +00:00