Commit Graph

18380 Commits

Author SHA1 Message Date
mindspore-ci-bot 0133a00049 !12218 【MD】【BUG】fix grpc build error for MD
From: @xulei2020
Reviewed-by: @pandoublefeng,@heleiwang
Signed-off-by: @pandoublefeng
2021-02-07 17:09:29 +08:00
mindspore-ci-bot c2b5490375 !12216 modify transformer st
From: @yuchaojie
Reviewed-by: @xsmq,@linqingke
Signed-off-by: @linqingke
2021-02-07 17:01:36 +08:00
mindspore-ci-bot 028dcf85ae !12217 [MS][LITE][GPU]arithmetic broadcast support n>1
From: @chenzupeng
Reviewed-by: @ddwsky,@zhanghaibo5
Signed-off-by: @ddwsky,@zhanghaibo5
2021-02-07 16:52:56 +08:00
mindspore-ci-bot 951b3e0981 !11704 【GraphKernel】Refactor GraphKernelExpander (1st submission)
From: @dayschan
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
2021-02-07 16:48:10 +08:00
mindspore-ci-bot a3057441d6 !12165 add input data type check for ps cache mode
From: @zyli2020
Reviewed-by: @cristoval
Signed-off-by:
2021-02-07 16:43:24 +08:00
mindspore-ci-bot d14ac1c964 !12210 add softmax and reducer coder
From: @zhujingxuan
Reviewed-by: 
Signed-off-by:
2021-02-07 16:34:27 +08:00
mindspore-ci-bot 027152b6ac !12005 [MS][LITE] add tf parsers
From: @cjh9368
Reviewed-by: 
Signed-off-by:
2021-02-07 15:49:22 +08:00
mindspore-ci-bot b4fef2a454 !11979 [MSLITE] Add implementation for IntReduceSum and fix bug of tanh.
From: @wang_shaocong
Reviewed-by: 
Signed-off-by:
2021-02-07 15:49:20 +08:00
xulei2020 9bbe8411e0 fix grpc build error for MD 2021-02-07 15:17:22 +08:00
zhujingxuan 68ebf04d05 add softmax and reducer coder 2021-02-07 14:49:20 +08:00
chenzupeng d109577222 arithmetic broadcast support n>1 2021-02-07 14:45:55 +08:00
yuchaojie 4050fc5b10 modify transformer st 2021-02-07 14:43:16 +08:00
mindspore-ci-bot ab0010acfc !12178 [MSLITE]add example/test dir for micro
From: @wangchengyuan
Reviewed-by: 
Signed-off-by:
2021-02-07 14:18:13 +08:00
mindspore-ci-bot 20c61ad83e !12117 [MSLITE] MAX_SHAPE_SIZE COMM_SHAPE_SIZE
From: @ling_qiao_min
Reviewed-by: 
Signed-off-by:
2021-02-07 14:03:59 +08:00
mindspore-ci-bot 05f52c538c !12204 fix mciro copyright && namespace
From: @zoloft
Reviewed-by: @wangchengyuan,@zhang_xue_tong
Signed-off-by: @wangchengyuan
2021-02-07 14:01:43 +08:00
lizhenyu 6649153c49 add input data type check for ps cache mode 2021-02-07 12:35:04 +08:00
mindspore-ci-bot fd18382853 !11759 [Numpy-Native] Add new numpy-native interfaces and graph support of some ops to mindspore.numpy
From: @yanglf1121
Reviewed-by: @liangchenghui
Signed-off-by:
2021-02-07 11:12:41 +08:00
ling 873ce2a31b [MSLITE] MAX_SHAPE_SIZE COMM_SHAPE_SIZE 2021-02-07 10:54:04 +08:00
mindspore-ci-bot 79df1a6e92 !12061 added http client
From: @anancds
Reviewed-by: 
Signed-off-by:
2021-02-07 10:48:39 +08:00
dayschan e0e6c39eae Refactor GraphKernelExpander (1st submission)
Decoupled from the front-end interfaces.
1. Removed the call to "Renormalize".
   Completed the infer-format in model_builder.
   Only used the device shape and device format to
   infer an abstract shape without considering padding.
2. Removed the call to python's Primitive interfaces.
   The "Renormalize" relies on the PrimitivePy, so they can be
   removed together. After that, the functions "ConstAttrToInput",
   "DeleteAttrInInput" and related can be removed.
3. Reuse the AkgKernelJsonGenerator in GraphKernelExpander.
   1) set the attribute "extract_opinfo_from_anf" to true, so that
   the generator can handle the basic operator with anf info.
   2) added a function "extract_expand_info" in expander.py
   to convert the json into a more friendly format. The attrs
   was converted to a dict instead of a list.
4. Scalars only support DefaultFormat.
   Removed the argument "format" from graph_builder.value
5. Moved the expander op list from graph_kernel_helper.cc to graph_kernel_expander.cc
2021-02-07 10:48:23 +08:00
mindspore-ci-bot 219774d904 !12172 [MS][Lite]Image segmentation update 1.0.1 to 1.1.0 aar
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
2021-02-07 10:45:39 +08:00
z00512249 1feca36a45 fix mciro copyright && namespace 2021-02-07 10:31:18 +08:00
wang_shaocong cd07228ce9 [MSLITE] Add implementation for intReduceSum and fix bug of tanh 2021-02-07 10:26:03 +08:00
chengyuanwang e1b72a9ac0 add example/test dir for micro 2021-02-07 10:07:16 +08:00
mindspore-ci-bot a3d9720620 !12059 fix fastercnn convert checkpoint script
From: @qujianwei
Reviewed-by: @c_34,@linqingke
Signed-off-by: @linqingke
2021-02-07 10:06:27 +08:00
mindspore-ci-bot 5bbf009829 !12108 [GraphKernel] Set attribute to node safely.
From: @tronzhang
Reviewed-by: @ckey_dou
Signed-off-by:
2021-02-07 10:05:49 +08:00
mindspore-ci-bot 9b7a3c0ec2 !12173 fix the example of MultiFieldEmbeddingLookup operator.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-02-07 09:50:33 +08:00
mindspore-ci-bot 11b2d4c8aa !12112 add mciro opcoders
From: @zoloft
Reviewed-by: 
Signed-off-by:
2021-02-07 09:44:58 +08:00
cjh9368 a0787721d0 support tf parsers 2021-02-07 09:11:01 +08:00
chendongsheng 40f2571f7e added http client 2021-02-06 21:50:44 +08:00
mindspore-ci-bot 4ca4a148eb !12201 update version
From: @shenwei41
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @lilongfei15
2021-02-06 16:31:49 +08:00
shenwei41 7035f00802 update version 2021-02-06 16:01:34 +08:00
mindspore-ci-bot 5cd97cef87 !12198 Revert Pull Request !11074
From: @xsmq
Reviewed-by: @c_34,@lilongfei15
Signed-off-by: @lilongfei15
2021-02-06 15:58:22 +08:00
mindspore-ci-bot 2cfd913e2b !11830 Add cpu operator profiling and heterogeneous timeline
From: @gzhcv
Reviewed-by: 
Signed-off-by:
2021-02-06 15:45:04 +08:00
gongxiaoqing 7f538b51e7 回退 'Pull Request !11074 : replace tdt with acltdt interface' 2021-02-06 14:42:14 +08:00
mindspore-ci-bot 26d4b99019 !11056 Modifying profiling_Options parameter
From: @zyhstack
Reviewed-by: @lilongfei15,@xsmq
Signed-off-by: @xsmq
2021-02-06 13:23:21 +08:00
mindspore-ci-bot c2582dcab9 !11074 replace tdt with acltdt interface
From: @ms_yan
Reviewed-by: @lilongfei15
Signed-off-by:
2021-02-06 13:22:39 +08:00
mindspore-ci-bot 9382fe64d8 !11954 modify hccl op number per-stream
From: @zhoufeng54
Reviewed-by: @lilongfei15,@xsmq
Signed-off-by: @xsmq
2021-02-06 13:21:49 +08:00
mindspore-ci-bot 500bbf5da7 !12164 update graphengine
From: @shenwei41
Reviewed-by: 
Signed-off-by:
2021-02-06 13:04:53 +08:00
jjfeing 502be04491 upgrade 0204 2021-02-06 10:51:43 +08:00
mindspore-ci-bot 4d9551e129 !12046 modify Gelu、FastGelu to GeLU and FastGeLU
From: @jinyaohui
Reviewed-by: 
Signed-off-by:
2021-02-06 09:57:48 +08:00
mindspore-ci-bot 4b8d983bf7 !12193 fix Conv2d incorrect in_channel size error message
From: @tom__chen
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
2021-02-06 05:44:17 +08:00
mindspore-ci-bot 8e592d9673 !11971 Python Datasets cleanup
From: @hfarahat
Reviewed-by: 
Signed-off-by:
2021-02-06 05:26:29 +08:00
mindspore-ci-bot 593dfba463 !12194 Fix cache_admin return code with the new packaging method
From: @lixiachen
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-02-06 05:10:14 +08:00
tom__chen d3330a1087 fix incorrect in_channel size error messages 2021-02-05 11:45:22 -05:00
Lixia Chen e5023e5c44 pass return code to the upper layer 2021-02-05 11:06:50 -05:00
hesham 4bbc3445f1 datasets.py cleanup 2021-02-05 09:50:27 -05:00
mindspore-ci-bot 5a2f472790 !12153 Add type support to StridedSlice GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2021-02-05 22:47:03 +08:00
mindspore-ci-bot 09db51a797 !12188 Revert 'Pull Request !12038 : Frontend operator attribute modification'
From: @xsmq
Reviewed-by: @zhoufeng54,@lilongfei15
Signed-off-by: @lilongfei15
2021-02-05 20:14:44 +08:00
gongxiaoqing 2f71ccdee1 回退 'Pull Request !12038 : Frontend operator attribute modification' 2021-02-05 18:45:36 +08:00