Commit Graph

5522 Commits

Author SHA1 Message Date
Parallels df6217f720 bugfix for multi tcp clients connecting to one tcp server 2022-04-13 15:04:08 +08:00
i-robot 4442e0f654
!32711 [MD] fix mindrecord rename issue
Merge pull request !32711 from liyong126/fix_rename_mindrecord_issue
2022-04-13 06:58:28 +00:00
chauneahhin e9bbec3b4c [feat] [assistant] [I4CRJN] [I4CRJM] [I4CRJL] Add MatrixDiagV3, MatrixSetDiagV3 and MatrixDiagPartV3 2022-04-13 10:23:51 +08:00
i-robot fb4ac3e4cb
!32672 add ut for save_graphs
Merge pull request !32672 from huanghui/add-ut-for-save_graphs
2022-04-13 01:33:12 +00:00
liyong 830e76656a fix mindrecord rename issue 2022-04-12 19:36:24 +08:00
i-robot 1405c59a4f
!32853 fallback lossmonitor has_trained_epoch
Merge pull request !32853 from changzherui/fallback_lossmonitor
2022-04-12 02:34:11 +00:00
i-robot 2b80a81468
!32504 [MS][rewrite]remove if return & support multi-targets
Merge pull request !32504 from KXiong/master
2022-04-12 02:03:48 +00:00
huanghui f8b93ebc39 add ut for save_graphs 2022-04-12 09:13:00 +08:00
changzherui 865a5de03d fallback lossmonitor has_trained_epoch 2022-04-11 23:24:24 +08:00
xiongkun 317f59a0ae [MS][Rewrite]Move return out of if and support multiple targets
[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets
2022-04-11 20:39:42 +08:00
i-robot 602c0d2923
!32755 Add retrieve API for compute graph node
Merge pull request !32755 from chengang/add_retrieve_for_cgn_3
2022-04-11 12:07:38 +00:00
Parallels 1590480215 Add retrieve API for compute graph node 2022-04-09 11:15:49 +08:00
i-robot 92655adb3b
!32622 fix_white_list
Merge pull request !32622 from 冯一航/fix_white_list_master2
2022-04-09 02:34:34 +00:00
fengyihang 5572c797b8 test 2022-04-08 16:44:18 +08:00
i-robot 51e35f7faf
!32082 GraphKernel for Mindpsore-Lite
Merge pull request !32082 from DeshiChen/0328_graph_kernel_lite
2022-04-08 08:29:29 +00:00
i-robot 3416b3a94b
!32630 Modify Optimizer to support flatten parameters
Merge pull request !32630 from hewei/flatten_weights
2022-04-08 06:48:09 +00:00
i-robot c1bacb39dc
!32644 [MD] fix doc issue2 in master
Merge pull request !32644 from liyong126/fix_doc_issue2
2022-04-08 06:32:34 +00:00
i-robot 0af661659c
!32534 [MD][Autotune] Add rank to filename
Merge pull request !32534 from harshvardhangupta/rank_id_suffix_at_config
2022-04-08 02:51:17 +00:00
liyong 2172934177 fix doc issue2 2022-04-08 10:46:08 +08:00
i-robot efd13aa953
!32551 Change the types of input and output of tcp message handler
Merge pull request !32551 from chengang/add_retrieve_for_cgn
2022-04-08 01:25:14 +00:00
i-robot 4636851fc5
!32351 reinforce subtree support in Rewrite
Merge pull request !32351 from hangq/mscompression-pr
2022-04-08 01:24:27 +00:00
harshvardhangupta 6b8a76c59d add rank to filename 2022-04-07 16:12:06 -04: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
jonyguo b8205ee995 add testcase 2022-04-07 09:49:23 +08:00
liyong 3191160eca fix some issue 2022-04-06 17:48:55 +08:00
i-robot e611ca2907
!32524 [dataset][bugfix] Fix hang bug of output_types when dataset launch two-level pipeline + multiprocessing
Merge pull request !32524 from xiefangqi/md_fix_two_level_pipeline_hang
2022-04-06 09:13:29 +00:00
i-robot 41f1f48ed9
!32465 [Fallback][Control_flow] Ensure the information of the Interpret node is transmitted normally when function block jumps.
Merge pull request !32465 from Margaret_wangrui/fallback_control_flow_2
2022-04-06 07:06:45 +00:00
unknown a9e6a151da fix dataset two level pipeline hang problem 2022-04-06 12:39:48 +08:00
i-robot e09a674bcc
!32529 Fix optimizer limit for the Parallel Optimizer
Merge pull request !32529 from huangxinjing/fix_model_limit
2022-04-06 03:39:36 +00:00
dayschan 2026faa695 GraphKernel for MS-lite
1. move the lite_adapter files to lite directory.
created a directory "graph_kernel" in "mindspore/lite/tools".
we use 3 directory "converter", "runtime" and "common" to hold the different files.

2. modify lite makefiles to support GraphKernel.
a) define a micro "MSLITE_ENABLE_GRAPH_KERNEL" when graphkernel is enabled by building option "-K on".
b) converter's makefile: build the GraphKernel's core code and graph_kernel adapter for converter,
includes some backend's code of mindspore.
c) lite/src/CMakeLists: build graph_kernel adapter for benchmark

3. move the graph_kernel_pass_manager.cc from "graph_kernel/adapter" to "graph_kernel/core".
the original two graph_kernel_pass_manager files are similar, so we unify them.
2022-04-06 11:02:12 +08:00
Parallels 18eaf2d9dd Add return value for user defined message handler 2022-04-06 10:02:08 +08:00
Margaret_wangrui dcda778f8a [ME][Fallback][Control_flow] Ensure the information of the Interpret node is transmitted normally when function block jumps. 2022-04-06 09:27:55 +08:00
huangxinjing b16dbf2b5d 1. Fix optimizer check error, as the check is done by the class name, too naive
2. Add virutal assign add to the operator
2022-04-05 20:16:03 +08:00
hangangqiang 0e213ca36c reinforce subtree in Rewrite
reinforce Primitive op support in Rewrite
2022-04-02 16:14:18 +08:00
i-robot 41615d4833
!32099 Fix the error is reported when the file name is directly transferred
Merge pull request !32099 from 刘勇琪/master
2022-04-02 07:59:44 +00:00
i-robot b12fefbded
!32373 Add class Variable to set constant mutable
Merge pull request !32373 from YuJianfeng/mutable
2022-04-02 07:35:02 +00:00
i-robot feac726ec7
!32363 add AstFinder, AstReplacer, Observer, Observable and ClassNamer in Rewrite
Merge pull request !32363 from hangq/mscompression-pr-dev
2022-04-02 05:04:37 +00:00
liu-yongqi-63 b125369f1e Fix the error is reported when the file name is directly transferred 2022-04-02 11:51:57 +08:00
yujianfeng 507c2cb2a7 Add Variable to set constant mutable 2022-04-02 11:08:43 +08:00
i-robot b0043637d9
!30709 Delete DynamicKernel
Merge pull request !30709 from TuDouNi/gpu_cpu_delete_dynamic_kernel
2022-04-02 01:33:13 +00:00
i-robot a49b9877a9
!32381 Add APIs to support flatten weights
Merge pull request !32381 from hewei/flatten_weights
2022-04-01 12:59:40 +00:00
i-robot c4993cb3b6
!27361 [assistant][ops]New operator implementation, include Bucketize
Merge pull request !27361 from 傅嘉俊/Bucketize
2022-04-01 11:11:27 +00:00
i-robot 18d3e7c467
!32413 Add return value for tcp message handler
Merge pull request !32413 from chengang/add_retrieve_api
2022-04-01 09:33:53 +00:00
He Wei ba0e450078 Add APIs to support flatten weights
```
Cell.flatten_weights()

Tensor._flatten_tensors()
Tensor._is_flattened()
Tensor._get_flattened_tensors()
```
2022-04-01 15:56:38 +08:00
i-robot 3e7694ff85
!26342 [assistant][ops] Add FractionalMaxPool
Merge pull request !26342 from 徐喻琳/FractionalMaxPool
2022-04-01 03:44:30 +00:00
i-robot acce047dfe
!32341 add parallel ops about Invert CheckValid PopulationCount
Merge pull request !32341 from yangzhenzhang/add-parallel-operators
2022-04-01 02:53:58 +00:00
Parallels 7fa00586af Add return message for message handler 2022-04-01 10:48:12 +08:00
i-robot ed2ed45482
!32111 Support assert in constant scenarios
Merge pull request !32111 from huanghui/assert
2022-04-01 02:45:44 +00:00
i-robot d73ccd17f6
!32328 [MD][Offload] Reduce Offload UT Computation Time
Merge pull request !32328 from alashkari/update-ut
2022-03-31 14:55:28 +00:00
ttudu 4fe7b0d350 delete dynamic_kernel 2022-03-31 20:50:52 +08:00
i-robot 39b97d8641
!32224 fix the log info and exception message in profiler and summary
Merge pull request !32224 from maoyaomin/mym_fix
2022-03-31 12:18:11 +00:00
hangangqiang 082d5eeda9 add AstFinder, AstReplacer, Observer, Observable and ClassNamer in Rewrite 2022-03-31 19:00:32 +08:00
i-robot c3d7c425e9
!29856 [assistant][GriffinLim]
Merge pull request !29856 from chenchen/g2
2022-03-31 09:33:52 +00:00
i-robot 72414ff8d9
!31941 modify Strided_slice for master
Merge pull request !31941 from lilei/modify_stridedslice_for_master
2022-03-31 09:11:24 +00:00
yanghaoran c44de68591 takedown test_datasets_generator to ensure gate stability 2022-03-31 16:56:03 +08:00
yangzhenzhang c927da3b41 add parallel operators 2022-03-31 15:11:25 +08:00
“xuyulina” d147959bac [feat] [assistant] [I471DB] add new Ascend operator FractionalMaxPool 2022-03-31 15:11:13 +08:00
Arielxyx 8f9226666f cpu_0329 2022-03-31 14:49:29 +08:00
maoyaomin 99a3abe2bb fix the logger info and exception message in profiler and summary 2022-03-31 14:26:58 +08:00
i-robot 8b13840742
!32327 Add message sending API from compute graph node to meta server node
Merge pull request !32327 from chengang/add_sendmsg_api
2022-03-31 06:18:34 +00:00
chenx2ovo e19dc02b47 [feat][assistant][I3CECZ] add op griffinlim 2022-03-31 11:30:26 +08:00
i-robot fdb08994f0
!30974 add mindpore rewrite
Merge pull request !30974 from hangq/mscompression-pr
2022-03-31 02:59:06 +00:00
i-robot 9810fa53cb
!31899 [Auto-Par] [D-Rec] Add Mem & Redis coefficient on D-Rec cost model for Pangu-alpha
Merge pull request !31899 from FRHW-WANG/D-Rec-deliver
2022-03-31 02:12:26 +00:00
i-robot 8ea9ceaecd
!32231 fix: when return numpy in GeneratorDataset
Merge pull request !32231 from guozhijian/fix_generator_with_numpy
2022-03-31 01:21:20 +00:00
Rescue 60d895fcd8 Decrease test_map_offload.py computation time. 2022-03-30 16:40:19 +00:00
Parallels 4f2e9a77bf Add message sending api for compute graph node to meta server node 2022-03-31 00:39:25 +08:00
jonyguo 4378014ffb fix: when return numpy in GeneratorDataset 2022-03-30 20:21:41 +08:00
hangangqiang de196f3a25 add mindpore rewrite 2022-03-30 17:40:27 +08:00
huanghui c222f7d226 support asert 2022-03-30 14:54:38 +08:00
i-robot 6bf4f98752
!32089 me master 0328
Merge pull request !32089 from mindspore_ding/me_master_0328
2022-03-30 06:39:02 +00:00
i-robot b67ba47446
!30266 [assistant] [ops] [I4CRJJ] add new array operator Triu
Merge pull request !30266 from ruili/Triu
2022-03-30 03:00:48 +00:00
i-robot c6f8de9c4b
!32172 Add unregister API for compute graph node
Merge pull request !32172 from chengang/add_unreg
2022-03-30 02:29:19 +00:00
i-robot abf0c022a9
!26505 [assistant] [ops] [I48O8K] add new array operator RightShift
Merge pull request !26505 from 王超/rightshift
2022-03-29 13:14:24 +00:00
haoran.wang 3674e1d713 Add Mem & Redis coefficient for PanGu-alpha 2022-03-29 12:00:34 +00:00
i-robot 7906cef56f
!31989 [MD] fix GIL acquire issue
Merge pull request !31989 from liyong126/fix_gil_issue
2022-03-29 08:35:04 +00:00
i-robot e897c98b1f
!31988 Implementation of SquaredDifferenceInfo, ErfinvInfo, MaskedFillInfo, SplitVInfo, GammaInfo, KLDivLossInfo and LinSpaceInfo.
Merge pull request !31988 from liuluobin/ops_impl
2022-03-29 08:08:32 +00:00
dingpeifei c688f0a490 me master 0325 2022-03-29 15:54:49 +08:00
Parallels 300cf56b9d Add unregister API for compute graph node 2022-03-29 13:08:45 +08:00
i-robot 9d2ddbe0ee
!32080 Add cluster topology state
Merge pull request !32080 from chengang/support_topo_state
2022-03-29 03:46:40 +00:00
liyong f703f66f6c fix gis issue 2022-03-29 11:17:01 +08:00
liuluobin 6f914b8b3c Implementation of SquaredDifferenceInfo, ErfinvInfo, MaskedFillInfo, SplitVInfo, GammaInfo, KLDivLossInfo and LinSpaceInfo 2022-03-29 09:30:21 +08:00
i-robot a9cdbd5ae8
!32005 fix bugs of moe
Merge pull request !32005 from bichaoyang/master
2022-03-29 01:30:10 +00:00
larrygld aeb0b2090b [assistant][ops] Add array operators Triu 2022-03-28 21:25:29 +08:00
王超 0cf25e180f [assistant] [ops] [I48O8K] add new array operator RightShift 2022-03-28 18:51:44 +08:00
i-robot c2e0796bdb
!25339 [assistant][ops] Add new Tril
Merge pull request !25339 from 张凯磊/Tril
2022-03-28 09:26:13 +00:00
b00518648 93da6bab46 fix bugs of moe: only use a fewer dp in moe 2022-03-28 17:22:48 +08:00
i-robot 5c095e75fa
!32006 Fix exception when sending large messages
Merge pull request !32006 from chengang/fix_send_large_msg
2022-03-28 06:27:19 +00:00
Parallels f660b3c58e Add cluster topology state 2022-03-28 05:48:11 +00:00
i-robot 8add6a926c
!31925 modify interface of shard function
Merge pull request !31925 from wangjun/interface_modify_0325
2022-03-28 02:24:16 +00:00
i-robot a15f682803
!31603 support str.format
Merge pull request !31603 from lianliguang/supported-str-format
2022-03-28 01:33:58 +00:00
lilei 452362332e xmodify stridedslice for master 2022-03-28 09:24:13 +08:00
Parallels 7bcf3f7b03 Fix exception when sending large messages 2022-03-27 02:10:40 +00:00
Carry955 3d182380d8 [feat][assistant][I4862P] add new aicpu operator Tril 2022-03-26 19:36:29 +08:00
i-robot 5a4e25db92
!26226 [assistant][ops] Add NonDeterministicInts
Merge pull request !26226 from yyxhgg/NonDeterministicInts
2022-03-26 09:42:53 +00:00
i-robot d66af6eb86
!26399 [assistant][ops] Add CropAndResizeGradBoxes
Merge pull request !26399 from wangyantao/CropAndResizeGradBoxes
2022-03-26 09:41:38 +00:00
lianliguang 6304c2ef3d support str.format 2022-03-26 14:53:06 +08:00
lianliguang 424c16d116 fix abs(tensor) when tesnor data is a 0-dim number 2022-03-26 14:20:03 +08:00
wangjun 789539cbaa modify interface name for shard 2022-03-26 09:10:14 +08:00
i-robot 3f18180606
!31742 [MD][Autotune] Change autotune config
Merge pull request !31742 from harshvardhangupta/at_config_suggestion
2022-03-25 21:00:12 +00:00
wangyantao 668cdb936f [feat] [assistant] [I471CP] add new operator CropAndResizeGradBoxes 2022-03-26 00:30:34 +08:00
ZCX 0cb72a21f3 [feat] [assistant] [I471DI] add new Ascend operator NonDeterministicInts 2022-03-25 22:29:47 +08:00
harshvardhangupta 0086f4ee05 Modify the Dataset AutoTune config #31742 2022-03-25 09:03:38 -04:00
i-robot 40015e003f
!31896 fix isolated node error
Merge pull request !31896 from lianliguang/fix-isolated-node-bug
2022-03-25 11:52:21 +00:00
lizhenyu 812127940d add ut for recovery 2022-03-25 16:58:08 +08:00
lianliguang 3d7c56c4cc fix isolate node bug when using fallback interpret node 2022-03-25 16:41:16 +08:00
i-robot c6da65ecfa
!31879 Training support recovery
Merge pull request !31879 from zyli2020/worker_failover_bp
2022-03-25 07:06:55 +00:00
i-robot 1af8b365de
!31880 [MD] add OBSMindDataset
Merge pull request !31880 from liyong126/add_obs_mindrecord_dataset
2022-03-25 06:50:58 +00:00
i-robot 8589335879
!31889 Add some ut pipeline test case for C++ dataset
Merge pull request !31889 from liucunwei/dataset-lcw-0324
2022-03-25 03:27:37 +00:00
i-robot 5f343bcd09
!31824 add waring suggestion log and map op error check
Merge pull request !31824 from guozhijian/fix_more_info
2022-03-25 03:24:07 +00:00
lizhenyu 275f81c47b failover support exit process when timeout occur 2022-03-25 11:16:04 +08:00
liyong 419109cf0a add OBSMindDataset 2022-03-25 11:03:53 +08:00
liucunwei 03b32e4eab Add some ut pipeline test case for C++ dataset 2022-03-25 10:25:19 +08:00
i-robot 3c83d3f600
!31668 [Auto-Par] [D-Rec] Modify the name of the functions and variables of Parameter shared User strategy treatment & Add new treatment case of MatMul/Gather
Merge pull request !31668 from 王浩然/D-Rec-deliver
2022-03-25 02:11:41 +00:00
jonyguo 317c48a933 add log warning and op error check 2022-03-25 09:26:29 +08:00
7347157+joylvliang@user.noreply.gitee.com 39e70e8519 fix_bug_of_tensor_copy_canot_work_in_int64_with_D 2022-03-24 20:47:42 +08:00
i-robot 0b6f330d7e
!31666 [MS][LITE] new core ops api and lite adapter new api
Merge pull request !31666 from luoyuan/core2
2022-03-24 08:50:40 +00:00
i-robot aca631a73b
!31714 [MD] fix GIL acquire issue
Merge pull request !31714 from liyong126/fix_two_level_pipeline
2022-03-24 08:31:12 +00:00
yanghaoran e0ee78497d takedown tcptest.sendlargemessages to ensure gate stability 2022-03-24 15:20:30 +08:00
haoran.wang fdfbe2dedc Modify the name of the funtions and variables of Parameter shared User strategy treatment 2022-03-24 06:16:55 +00:00
luoyuan 3e6e4bfdd3 add core ops api and adapter new mindapi 2022-03-24 10:47:40 +08:00
liyong bff0fbc76f fix GIL acquire Misuse 2022-03-24 08:45:30 +08:00
i-robot 4110c3d6d6
!31646 [dataset][bugfix] 修复config 接口typeerror的问题
Merge pull request !31646 from xiefangqi/md_fix_interface_comments
2022-03-23 02:45:01 +00:00
i-robot f59de99ed6
!31654 [ME]Support raise in constant scenarios.
Merge pull request !31654 from Margaret_wangrui/raise
2022-03-23 02:28:37 +00:00
Margaret_wangrui 6d10adc9c5 [ME]Support raise in constant scenarios. 2022-03-22 19:33:47 +08:00
i-robot a50223f93a
!31680 [assistant][Fade] bug fix
Merge pull request !31680 from QingfengLi/fade
2022-03-22 07:58:59 +00:00
i-robot ecde0749bb
!31576 dynamic shape CPU & GPU
Merge pull request !31576 from TuDouNi/dynamic_shape_gpu_cpu_2
2022-03-22 07:27:50 +00:00
i-robot 32ecb8cbea
!31664 fix grpc not found in gpu serving
Merge pull request !31664 from zhoufeng/xiu-ba-ge
2022-03-22 06:10:24 +00:00
i-robot 200a77c3d1
!31393 fix csr/coo docs and checks
Merge pull request !31393 from wangrao124/pr_0316
2022-03-22 05:15:38 +00:00
ttudu adb18b82ca dynamic shape CPU & GPU 2022-03-22 13:03:31 +08:00
chenx2ovo c50a4611ec [fix][assistant][I3CEGF] fix can not compute bool tensor 2022-03-22 10:20:01 +08:00
xiefangqi f81c7967ec fix config interface comments 2022-03-22 10:04:12 +08:00
i-robot 3b24d825bf
!31578 Fix exception for sending big message using TCP client.
Merge pull request !31578 from chengang/fix_rpc_big_msg
2022-03-22 01:27:29 +00:00
i-robot 9bfa6ebc58
!31611 code check clean
Merge pull request !31611 from yuchaojie/code-clean
2022-03-22 01:20:44 +00:00
zhoufeng 55f6d075e8 fix grpc not found in serving
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-21 22:06:46 +08:00
i-robot 264bed91a4
!31594 Add ps execution mode implementation
Merge pull request !31594 from ZPaC/add-dist-execution-mode
2022-03-21 13:07:24 +00:00
yux1ng 0b6b9e02cb [feat][assistant][I4XJG3] add new Ascend operator Identity 2022-03-21 20:06:53 +08:00
i-robot 4bb2fbdb5f
!30695 Support third-party modules
Merge pull request !30695 from huangbingjian/import_module
2022-03-21 08:36:39 +00:00
yuchaojie 42818b17f6 code check clean 2022-03-21 16:32:22 +08:00
i-robot 4dd3a94d27
!31571 clean code
Merge pull request !31571 from kisnwang/clean_code
2022-03-21 08:31:38 +00:00
ZPaC 506989abb8 Add ps execution mode implementation 2022-03-21 14:35:25 +08:00
huangbingjian a62484c5ad Added recognition of third-party libraries 2022-03-21 14:10:23 +08:00
i-robot 91d9585df7
!31346 add vmap ut and st
Merge pull request !31346 from Erpim/vmap_v12
2022-03-21 03:49:08 +00:00
kswang 70b85a16cb clean code 2022-03-21 09:54:06 +08:00
Erpim 0e7e1f8400 add vmap st and ut 2022-03-21 09:38:38 +08:00
i-robot af1f1b346d
!31509 [MD] fix mindrecord commit issue
Merge pull request !31509 from liyong126/fix_mindrecord_issue
2022-03-20 11:16:31 +00:00
i-robot 048d089f9a
!31520 test ut
Merge pull request !31520 from gaoyong10/dynamic_shape_01
2022-03-20 04:24:23 +00:00
Parallels d3bcc66d15 Fix sending large message using rpc. 2022-03-20 10:42:52 +08:00
gaoyong10 89c98f8b73 Add ut for dynamic shape and control flow. 2022-03-19 19:48:44 +08:00
zhoufeng da11e0f150 change debug.a to object
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-19 15:39:49 +08:00
liyong 00371d523f fix mindrecord issue 2022-03-19 12:04:27 +08:00
i-robot dc5f77f585
!31298 build libmindspore_backend.so
Merge pull request !31298 from zhoufeng/backend-frontend-decoupling
2022-03-18 09:41:51 +00:00
wangrao124 5e5415f617 fix csr/coo 2022-03-18 16:46:38 +08:00
i-robot c0c5b8c143
!31480 Reduce UT CPP profiler tests time
Merge pull request !31480 from zetongzhao/reduce_profiler_test_time
2022-03-17 19:10:57 +00:00
zetongzhao 694ede05cf change set_dataset 2022-03-17 13:13:01 -04:00
i-robot d37ee6e729
!31173 Stream Assign Refactor
Merge pull request !31173 from jiaorui/refactor-stream
2022-03-17 11:39:11 +00:00
zhoufeng b7bb53ff73 build libmindspore_backend.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-17 19:14:45 +08:00
i-robot 2e516c735b
!28640 [assistant] [ops] Add the FillV2 operator
Merge pull request !28640 from 爱科学的小松鼠/OpFill
2022-03-17 09:48:14 +00:00
i-robot c2a50f81df
!31398 fix code check for minddata
Merge pull request !31398 from guozhijian/fix_code_check
2022-03-17 06:49:43 +00:00
hu-daiwang 3b093696e7 [feat] [assistant] [I48O6L] add the fillV2 operator 2022-03-17 11:19:59 +08:00
jiaorui 91bd673538 refactor 2022-03-17 10:50:12 +08:00
i-robot e6dadfd999
!31159 Add st and ut testcase for pass tuple_transform
Merge pull request !31159 from chenfei_mindspore/master-develop
2022-03-17 02:01:44 +00:00
i-robot c3d15a079e
!31325 Training supports failover
Merge pull request !31325 from zyli2020/worker_failover_bp
2022-03-17 01:37:30 +00:00
jonyguo 11079eabbb fix: code check 2022-03-17 08:23:12 +08:00
i-robot 8e1f6d6b9b
!31268 Move UT CPP Helper Functions
Merge pull request !31268 from zetongzhao/ut_cpp_helper
2022-03-16 18:20:24 +00:00
i-robot 1d6834ce4d
!31334 [MD][Autotune] Modify the generated autotune config to improve readability
Merge pull request !31334 from harshvardhangupta/modify_at_config
2022-03-16 18:18:57 +00:00
lizhenyu 545707b80c Training supports failover 2022-03-16 23:34:29 +08:00
zetongzhao ab5f79f522 move common helper function 2022-03-16 10:30:43 -04:00
chenfei 3872e29c3b add ut for tuple trans 2022-03-16 21:33:54 +08:00
i-robot 88691d054e
!31321 Convert AbstractList to AbstractTuple recursively
Merge pull request !31321 from hewei/fix_opt_perf
2022-03-16 07:09:52 +00:00
i-robot c2212f88b4
!31164 Fix the global norm missing insert allreduce
Merge pull request !31164 from huangxinjing/fx_global_norm_error
2022-03-16 06:46:13 +00:00
i-robot 72ea797e4d
!30339 [BUG][MD][FUNC]RandomInvert
Merge pull request !30339 from yangwm/randominvert
2022-03-16 06:39:53 +00:00
i-robot 8e8391dadb
!30429 BUG][MD][FUNC]RandomAutoContrast
Merge pull request !30429 from yangwm/autocontrast
2022-03-16 06:38:54 +00:00
He Wei 51c147ab12 Convert AbstractList to AbstractTuple recursively 2022-03-16 09:59:27 +08:00
i-robot bf03f0e030
!31252 Implementation of element wise parallel ops
Merge pull request !31252 from liuluobin/element_wise_ops
2022-03-16 01:32:29 +00:00
i-robot 5f75c701d5
!31332 Fix bug in terminating a failed pipeline
Merge pull request !31332 from h.farahat/fix_reset
2022-03-15 20:17:05 +00:00
i-robot 272d25b291
!31137 Test SkipFirstEpochSampler
Merge pull request !31137 from zetongzhao/test_skip_first_epoch_sampler
2022-03-15 18:26:28 +00:00
harshvardhangupta accc32da6c modify the at config file 2022-03-15 13:49:00 -04:00
i-robot 12d8906e2e
!30253 Support more ops for dump flag
Merge pull request !30253 from huanghui/enhance-dump-flag
2022-03-15 16:49:11 +00:00
hesham 3d16a4dee2 Fix bug in terminating a failed pipeline 2022-03-15 11:35:28 -04:00
i-robot 059c939854
!31269 Fix ut debug mode compile
Merge pull request !31269 from qujianwei/master
2022-03-15 12:35:38 +00:00
liuluobin f13d342986 Implementation of element wise parallel ops 2022-03-15 19:24:17 +08:00
i-robot 313a247ae8
!31178 upgrade Ascend package 11 Mar 22
Merge pull request !31178 from shenwei41/upgrade_ascend_20220311
2022-03-15 11:08:32 +00:00
i-robot 3be552ca39
!31156 test centos ut
Merge pull request !31156 from luoyang/test_centos
2022-03-15 09:38:15 +00:00
shenwei41 f1fde6a262 upgrade Ascend package 11 Mar 22 2022-03-15 16:31:27 +08:00
huangxinjing 31f55b6525 1. The main gol: Fix mixing inserting the AllReduce when where is no mirror appeared
2. remove pattern match error as the origin pattern match will find no operator if there is only one parameter
2022-03-15 15:54:06 +08:00
qujianwei d5eb5090d9 fix ut compile in debug mode 2022-03-15 11:04:37 +08:00
i-robot 01078763df
!31227 don't handle reshape when using adafactor optimizer in auto parallel
Merge pull request !31227 from yangzhenzhang/adafactor-parallel-skip-handle-reshape
2022-03-15 02:47:31 +00:00
huanghui 4482acf586 Support API set_dump for more type of ops 2022-03-15 10:24:15 +08:00
i-robot d4fc47ef0c
!31211 Clean iterators before forking
Merge pull request !31211 from h.farahat/pytest_problem
2022-03-15 01:47:28 +00:00
i-robot 4b15a46a49
!30858 Refactor cpu kernel factory.
Merge pull request !30858 from TronZhang/refactor_cpu_factory
2022-03-15 01:33:14 +00:00
yangzhenzhang 1f98ffb79c adafactor parallel skip handle reshape 2022-03-15 09:18:19 +08:00
i-robot 6be7c42052
!31191 [MD] more tests for failover reset
Merge pull request !31191 from Mohammad Motallebi/failover_more_tests
2022-03-14 21:50:37 +00:00
zetongzhao 9d4c8e29f9 add test for skip first epoch sampler 2022-03-14 15:01:08 -04:00
h.farahat 318e6b8803 fix segfault 2022-03-14 14:55:21 -04:00
mohammad 583eb32723 [MD] Add more UT and a ST for failover reset 2022-03-14 13:52:09 -04:00
luoyang 74d8969b91 ut failed with pillow>=9.0.0, need more validation 2022-03-14 23:58:09 +08:00
i-robot a33611ce27
!31192 Support sync and async message sending mode for TCP client
Merge pull request !31192 from chengang/add_send_sync
2022-03-14 07:55:49 +00:00
i-robot dcb5cd670c
!30953 Dynamic Weight Decay
Merge pull request !30953 from wanyiming/dynamic_wd
2022-03-14 06:03:24 +00:00
i-robot c2c02b094a
!31204 modify virtualdataset bug for master
Merge pull request !31204 from lilei/modify_virtualdataset_for_master
2022-03-14 03:33:25 +00:00
TronZhang db2931516e refactor cpu factory 2022-03-14 10:05:56 +08:00