Commit Graph

6084 Commits

Author SHA1 Message Date
i-robot debf4d8ece !21785 Fix Programming Specifications of Crowd Contributing Code
Merge pull request !21785 from xiaotianci/fix_crowd_contributing
2021-08-17 07:53:50 +00:00
i-robot 16d5427743 !21863 update the method for get rank_id
Merge pull request !21863 from yelihua/new-dev
2021-08-16 12:13:01 +00:00
Xiao Tianci aae886bcd7 fix crowd contributing code 2021-08-16 19:33:10 +08:00
i-robot 692b39f306 !21821 RL add buffer sample update
Merge pull request !21821 from VectorSL/buffer-sample-update
2021-08-16 09:16:28 +00:00
i-robot ecb2f35665 !21818 add logs when query running jobs
Merge pull request !21818 from laiyongqiang/fusion_dbg
2021-08-16 06:13:58 +00:00
VectorSL 680d319290 update buffer sample gpu 2021-08-16 14:05:51 +08:00
yelihua a6dc9a0a07 get rank id when set hccl env for single card train 2021-08-16 13:44:02 +08:00
i-robot fca1cb34c8 !21490 Ascend control use vm
Merge pull request !21490 from chenfei_mindspore/ascend-control-use-vm
2021-08-16 03:34:54 +00:00
i-robot 223f500bab !21803 mindir: support control flow switch layer
Merge pull request !21803 from lanzhineng/mindir_control_flow
2021-08-16 02:15:16 +00:00
liyong c5fefa7523 fix ut bug 2021-08-16 09:15:48 +08:00
lanzhineng 93a1956978 mindir:support switchlayer 2021-08-15 11:40:05 +08:00
LaiYongqiang c6f5a02237 add logs when querying job 2021-08-14 16:45:05 +08:00
i-robot 2151b927ba !21682 RL add buffer cpu kernel
Merge pull request !21682 from VectorSL/push-buffer-op-cpu
2021-08-14 01:37:30 +00:00
i-robot 69e8603a2b !21774 handle replace in updatestate_eliminate
Merge pull request !21774 from huangbingjian/replace_dev
2021-08-13 11:56:20 +00:00
VectorSL d7232b6630 add buffer cpu kernels 2021-08-13 18:22:18 +08:00
i-robot 724ba3c0bf !21731 Add expanders in c++ code
Merge pull request !21731 from DeshiChen/0809_expander
2021-08-13 10:19:34 +00:00
chenfei d6bc8c2fe3 ascend control in vm
inner test case fix

rm MS_CTX_MULTIGRAPH in ME func grpah cloner

add logs
2021-08-13 17:45:45 +08:00
i-robot 7996b4ec2d !21650 add Shift cpu OP
Merge pull request !21650 from zhujingxuan/master
2021-08-13 09:03:21 +00:00
i-robot 530da3e37e !21527 fix_reshape_reshape_in_auto_parallel
Merge pull request !21527 from yao_yf/fix_reshape_reshape_in_auto_parallel
2021-08-13 08:29:15 +00:00
huangbingjian 88059b76ee handle replace in updatestate_eliminate 2021-08-13 15:54:48 +08:00
i-robot f99effd430 !21755 Fix batch usability problem
Merge pull request !21755 from xiefangqi/md_fix_batch_usability
2021-08-13 07:21:49 +00:00
i-robot d1112f8e9c !17631 [assistant][FrequencyMasking]
Merge pull request !17631 from QingfengLi/FreqMask
2021-08-13 06:48:06 +00:00
i-robot 6afcd815d2 !21362 add pynative profiling codes based on ascend and gpu
Merge pull request !21362 from lvchangquan/profiling_refactor
2021-08-13 06:18:31 +00:00
i-robot 114f419d0a !21710 fix cropandresize, randomchoicewithmask and pad in CPU
Merge pull request !21710 from huangbo/pclint_fix_master
2021-08-13 01:27:17 +00:00
i-robot 2a9f1bf768 !21714 unify softplus data description and verification
Merge pull request !21714 from zhangbuxue/unify_softplus_data_description_and_verification
2021-08-12 13:39:28 +00:00
i-robot d8d7e261f6 !21683 move useless testcases from level0 to level1
Merge pull request !21683 from yanghaoran/master
2021-08-12 13:02:03 +00:00
xiefangqi e4894a1bf1 fix batch usability problem 2021-08-12 20:12:43 +08:00
i-robot 8c2b6d0e17 !21675 RL add buffer gpu kernel
Merge pull request !21675 from VectorSL/push-buffer-op-gpu
2021-08-12 11:31:30 +00:00
i-robot 2650aae9ba !21351 complex support
Merge pull request !21351 from zhouyaqiang0/complex_support
2021-08-12 09:39:15 +00:00
huangbo77 984e004b44 fix cropandresize and randomchoicewithmask 2021-08-12 16:56:29 +08:00
dayschan 9add26ad99 Add expanders in c++ code
transplant the op expander code from python to c++, base on LiteGraph.
the c++ expander will be called in priority if it was registered in OpExpanderFactory.

add two examples, BiasAdd and ExpandDims.
remove BiasAdd from python expanders.
since the ExpandDims is also imported by other ops (e.g. BatchNorm), we don't remove it now.
2021-08-12 16:22:56 +08:00
zhujingxuan c7febdcca4 add Shift cpu OP 2021-08-12 15:36:57 +08:00
chenx2ovo 53615010a3 [feat][assistant][I3CEGG] add new data OP FrequencyMasking 2021-08-12 15:28:30 +08:00
buxue f4ea9bd616 unify softplus data description and verification 2021-08-12 13:07:04 +08:00
yao_yf e233880e41 fix reshape depend reshape in auto parallel 2021-08-12 11:45:28 +08:00
i-robot bff5cbda9c !21670 fix: null numpy field in mindrecord will cause read error
Merge pull request !21670 from guozhijian/fix_null_numpy_field_in_mr
2021-08-12 03:39:34 +00:00
zhouyaqiang b81ba100b7 add complex number support 2021-08-12 10:36:43 +08:00
i-robot f936fe9c2e !21661 support more high rank for activation op
Merge pull request !21661 from zhangbuxue/support_more_high_rank_for_activation_op
2021-08-12 02:28:33 +00:00
i-robot 63445ff6fd !21627 alltoall exception handle
Merge pull request !21627 from zhoufeng/alltoall_exception
2021-08-12 01:40:22 +00:00
i-robot 6320bf6b7b !21676 check strategy for conv2d
Merge pull request !21676 from yangzhenzhang/check-strategy-for-conv2d
2021-08-12 01:29:37 +00:00
i-robot 73b55cff72 !20794 add adafactor
Merge pull request !20794 from jiangzhenguang/add_adafactor_optimizer
2021-08-12 01:27:03 +00:00
yanghaoran 64d34104e5 move useless testcases from level0 to level1 2021-08-11 23:11:34 +08:00
VectorSL 6b4f02af58 add gpu buffer kernel 2021-08-11 22:00:05 +08:00
yangzhenzhang d18c813ee4 check strategy for conv2d 2021-08-11 19:12:48 +08:00
zhoufeng 03a56f2bb0 alltoall exception handle
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-08-11 17:30:49 +08:00
jonyguo 42b3512a1b fix: when field is none in mr 2021-08-11 17:11:38 +08:00
buxue 2808460567 support more high rank for activation op 2021-08-11 16:49:04 +08:00
i-robot 9eb414b768 !19389 ascend compile reconstruct
Merge pull request !19389 from liubuyu/compile_re
2021-08-11 07:19:11 +00:00
i-robot 9211814983 !21606 mindir: support control flow_ while
Merge pull request !21606 from lanzhineng/mindir_control_flow
2021-08-11 01:26:35 +00:00
i-robot 8947a11e49 !21544 [GraphKernel] fix bert and add graph kernel ops.
Merge pull request !21544 from chenlei_autodiff/add_sin
2021-08-11 01:04:12 +00:00