Commit Graph

8216 Commits

Author SHA1 Message Date
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
i-robot c62112ba89
!30938 mindspore support compile with gcc-9 and gcc-8
Merge pull request !30938 from xulei/ms_gcc-9
2022-03-14 01:12:25 +00:00
lilei 690c58ebcf modify virtualdataset bug for master 2022-03-13 10:49:15 +08:00
i-robot 8b7d7a1e1a
!31141 [MD][Offload] Offload RandomSharpness Op Pure Sharpness Support & UT
Merge pull request !31141 from alashkari/fix-random-sharpness
2022-03-11 21:06:13 +00:00
Rescue face5e51a0 Added sharpness without randomness support and sharpnes op ut.
fix pad issue
2022-03-11 17:30:49 +00:00
i-robot 8b86cbc672
!31117 fix sparse pynative segfault & windows st
Merge pull request !31117 from 杨林枫/fix_sparse
2022-03-11 09:00:51 +00:00
i-robot 603ff25afb
!31177 Add ut for fallback python buildin function with tensor input
Merge pull request !31177 from LiangZhibo/syntax
2022-03-11 08:38:53 +00:00
i-robot 3c0e34ada0
!30855 Support user-defined classes by ms_class decorators
Merge pull request !30855 from huangbingjian/ms_class_dev
2022-03-11 08:37:12 +00:00
xulei bb10249d49 support gcc-8 and gcc-9 2022-03-11 16:12:41 +08:00
liangzhibo a3f183bdad Add test case for fallback buildin function with constant tensor 2022-03-11 15:35:29 +08:00
i-robot a4ef8ba8a9
!30895 test_resnet_imagenet_and_thor_8p并清理thor文件
Merge pull request !30895 from 王程浩/master
2022-03-11 07:21:11 +00:00
i-robot f3b753807b
!30929 Add AkgKernel for lite_adapter
Merge pull request !30929 from DeshiChen/0307_akgkernel
2022-03-11 07:01:10 +00:00
i-robot 3375003da9
!31158 Add registration and heartbeat message from compute graph node to meta server node
Merge pull request !31158 from chengang/add_pb_to_node
2022-03-11 06:55:03 +00:00
i-robot c2a5cc1486
!31040 Produce parallel operators for Argmin/max, SquareSumAll and UnsortedSegmentProd
Merge pull request !31040 from Bert0108/reduce_operators_arg
2022-03-11 06:15:56 +00:00
i-robot 7f9056ad69
!30211 [MS]Add Higher Order Differentiation
Merge pull request !30211 from chenzhuo/taylor_v1
2022-03-11 06:09:07 +00:00
Parallels 5fe6d42fe1 Add registration and heartbeat message from compute graph node to meta server node 2022-03-11 11:42:08 +08:00
i-robot 113ca84e1a
!31057 Update ms hybrid test cases
Merge pull request !31057 from zichun_ye/ms_doc_update
2022-03-11 02:40:04 +00:00
i-robot 4b0d2a45d7
!31132 Enable testcase in d.
Merge pull request !31132 from gaoyong10/dynamic_shape_02
2022-03-11 01:59:25 +00:00
i-robot a064d0855b
!30728 add ci test for unify backend
Merge pull request !30728 from xiaoyao/master
2022-03-11 01:50:03 +00:00
i-robot eecf6db426
!31121 [MD] revert OBSMindDataset
Merge pull request !31121 from liyong126/revert_OBSMindDataset
2022-03-11 01:21:10 +00:00
i-robot 216e7c6a92
!31041 add check for conv2d
Merge pull request !31041 from yangzhenzhang/add-check-for-conv2d
2022-03-11 01:20:52 +00:00
i-robot 67d10ce3be
!31066 Fix a bug where ROIAlign and CropAndResize distributed op do not support GPU
Merge pull request !31066 from liuluobin/fix_roialign
2022-03-11 01:16:46 +00:00
i-robot e14d0ca36b
!31124 Split test cases of bfgs method.
Merge pull request !31124 from hezhenhao1/fix_scipy
2022-03-11 01:10:00 +00:00
i-robot 3f3c9480dc
!31127 Fix bprop of cg method, support to return CSRTensor.
Merge pull request !31127 from hezhenhao1/fix_cg
2022-03-11 01:03:59 +00:00
gaoyong10 3664793fde skip parameter output of kernel graph. 2022-03-10 23:22:45 +08:00
i-robot 687f40a32f
!31050 Dynamic shape for control flow.
Merge pull request !31050 from gaoyong10/dynamic_shape_01
2022-03-10 13:25:05 +00:00
hezhenhao1 b63e4b8b20 Fix bprop of cg method, support to return CSRTensor. 2022-03-10 21:24:39 +08:00
Zichun Ye 61469ad999 update ms hybrid test cases
fix ms hybrid doc

revert changes
2022-03-10 20:31:56 +08:00
yanglf1121 108fcd750e fix sparse segfault in pynative bprop 2022-03-10 20:17:18 +08:00
huangbingjian 4f7c9cb27f Support user-defined classes through ms_class decorators. 2022-03-10 20:12:54 +08:00
hezhenhao1 892c091582 Split test cases of bfgs method. 2022-03-10 20:02:16 +08:00
i-robot 99910ef27f
!31088 convert C++ data to python when run fallback function
Merge pull request !31088 from lianliguang/add-fallback-builtin-function
2022-03-10 11:56:01 +00:00
chenzhuo 3b12614d7a add taylor higher order differentiation 2022-03-10 19:26:14 +08:00
yangzhenzhang c00d29f223 rebase 2022-03-10 19:17:06 +08:00
gaoyong10 a94285147d Dynamic shape support control flow. 2022-03-10 19:10:58 +08:00
liyong 50fc6f5736 Revert "!30810 [MD] add OBSMindDataset "
This reverts commit 9fcab9184e, reversing
changes made to afb33fff62.
2022-03-10 19:10:11 +08:00
dayschan 601fb25cb7 Add AkgKernel for lite_adapter
Implements a temporary solution of InferShape for GraphKernel ops by
saving shape/type/format in custom attributes and decode them in InferShape function.
2022-03-10 18:19:28 +08:00
liuluobin 8f045d02e3 Fix a bug where ROIAlign and CropAndResize distributed op do not support GPU 2022-03-10 17:31:36 +08:00
i-robot 4623b599b9
!31091 Fix sparse check and refactor the test cases of cg method.
Merge pull request !31091 from hezhenhao1/fix_cg
2022-03-10 09:14:21 +00:00
cheng-hao-wang f127db121b modify file and clean src_thor` 2022-03-10 17:00:20 +08:00
lianliguang d9390afad1 convert MS C++ dtype to MS python 2022-03-10 16:09:34 +08:00
xiao_yao1994 94df0869ad uni_backend: add ut ge test 2022-03-10 16:08:36 +08:00
i-robot 872cb74d3f
!30982 Vocab C++ Interface Alignment and SentencePieceVocab C++ interface alignment and Python interface refactoring
Merge pull request !30982 from 刘勇琪/master-vocab-sentencepiecevocab
2022-03-10 07:58:41 +00:00
i-robot 9ebaa5ee95
!31031 Add some numpy method
Merge pull request !31031 from liuyang/ms_numpy
2022-03-10 07:37:20 +00:00
hezhenhao1 28e74b1e5f Fix sparse check and refactor the test cases of cg method. 2022-03-10 15:33:11 +08:00
i-robot 9fcab9184e
!30810 [MD] add OBSMindDataset
Merge pull request !30810 from liyong126/add_obs_mindrecord_dataset
2022-03-10 07:28:46 +00:00
Bert0108 bfc5e4345c add distributed operators for argmax/min sqauresumall and unsortedsetmentprod 2022-03-10 14:44:37 +08:00
i-robot 5ee246e07c
!31038 fix miss x definition in test case
Merge pull request !31038 from xychow/fix-test-case-m
2022-03-10 03:45:23 +00:00
liuyang_655 139ee01205 add some numpy method 2022-03-09 22:43:38 -05:00