Commit Graph

1130 Commits

Author SHA1 Message Date
HulkTang c36b477568 Run ops one by one in pynative bp graph 2020-11-29 15:48:21 +08:00
mindspore-ci-bot 2a03fa79f9 !9161 add pynative st
From: @echo_hua
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
2020-11-28 17:15:17 +08:00
mindspore-ci-bot 2370828043 !8586 fix GatherD and add Randperm for aicpu
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
2020-11-28 16:54:13 +08:00
wanghua 4acdcad5d6 add st test_pynative_control_flow.py 2020-11-28 15:14:55 +08:00
changzherui 91301a6d1a modify export file name 2020-11-28 09:59:41 +08:00
mindspore-ci-bot 9f82393b24 !9137 Add Beta distribution
From: @peixu_ren
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
2020-11-28 08:45:20 +08:00
danishnxt 450f1ee886 First Commit - UnsortedSegMin Kernel + DynamicSupport
lint fix + SegMAX st fix

removing unreq whitspace

lint fix

lint fix2
2020-11-27 18:29:30 -05:00
mindspore-ci-bot 3e2eb70fc0 !8669 Split op extending PrimitiveWithCheck
From: @tom__chen
Reviewed-by: 
Signed-off-by:
2020-11-28 06:50:40 +08:00
mindspore-ci-bot 442217314d !8861 [MS][GPU][DynamicShapeUpdate] Converting UnsortedSegmentMax from normal to dynamic shape op
From: @danishnxt
Reviewed-by: 
Signed-off-by:
2020-11-28 06:49:39 +08:00
peixu_ren 37d40bc495 Add Beta distribution 2020-11-27 17:07:54 -05:00
mindspore-ci-bot 28772d4fb7 !9132 Fix bug for SparseGatherV2 GPU and add dynamic shape testcase
From: @TFbunny
Reviewed-by: 
Signed-off-by:
2020-11-28 06:04:20 +08:00
mindspore-ci-bot 9b0ec824c4 !9096 DynamicShapeOp int64 support and bug fix
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
2020-11-28 06:01:12 +08:00
mindspore-ci-bot 2e31899101 !9095 [MS][DynamicShape][API] Fixes for UnsortedSegementSum DynamicShape support API + InferImpl func
From: @danishnxt
Reviewed-by: 
Signed-off-by:
2020-11-28 05:58:07 +08:00
mindspore-ci-bot b76c7cc7bf !9025 ReLU gpu op supports int32 and int64
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @tom__chen
2020-11-28 05:54:11 +08:00
tom__chen 4fa6238dde change Split op to extend PrimitiveWithCheck 2020-11-27 15:33:20 -05:00
jonwe 6ae8573803 Equal op dynamic shape 2020-11-27 14:59:53 -05:00
TFbunny 419f8bf72a fix dynamic shape and add testcase for SparseGatherV2 GPU 2020-11-27 12:45:29 -05:00
mindspore-ci-bot f28b73f231 !9040 ExpandDims dynamic shape
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-11-27 23:41:20 +08:00
mindspore-ci-bot 28e6c7f29e !9034 [MS][DynamicShape] - Converting P.Square to DynamicShape op
From: @danishnxt
Reviewed-by: @robingrosman
Signed-off-by:
2020-11-27 23:25:45 +08:00
mindspore-ci-bot b0496aaa10 !8673 Add min/max_shape to ScatterAdd/Update and Transpose and add new dynamic shape testcases
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
2020-11-27 22:13:32 +08:00
Jonathan Yan 9f70ebac64 Cast/ReLU dynamic shapelsgpu op supports int32 and int64 2020-11-27 07:03:50 -05:00
jonwe 36ea519009 ExpandDims dynamic shape 2020-11-27 06:24:04 -05:00
mindspore-ci-bot 40222f59a7 !9043 Add support to op L2Loss on gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
2020-11-27 17:05:42 +08:00
mindspore-ci-bot 715ca637e1 !9107 ps testcast
From: @chopin_syp
Reviewed-by: @xsmq,@kisnwang
Signed-off-by: @kisnwang
2020-11-27 16:31:54 +08:00
mindspore-ci-bot 67505ef198 !9050 Mix bugs in Categorical distribution
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
2020-11-27 16:28:23 +08:00
shenyeping 6da2169439 ps 2020-11-27 12:17:12 +08:00
danishnxt cfc3542261 First Commit SegMax changes + typo in SegSum InferImpl
UnsortedSegmentMax update + new STs

switch to lambda function

SegmentSum - InferImpl min/max shape pushback fix

lint fix

revert segSum due to sep pr + addressing comments:
2020-11-26 22:06:52 -05:00
Peilin Wang 1dd302ae93 int64 support and typo fix
fixed typo

fix pylint
2020-11-26 20:47:20 -05:00
zhouyuanshen f6e87143c6 add support to op L2Loss on gpu 2020-11-27 09:34:47 +08:00
mindspore-ci-bot 0aa63f21c5 !9039 register FastGelu for activation
From: @shibeiji
Reviewed-by: 
Signed-off-by:
2020-11-27 09:10:09 +08:00
danishnxt 6f64fffdb4 Adding API fix for handling dynamic_shape correctly plus STs for SegSum dyn_shape
Updating InferImpl function

adding check to inferImpl function

lint

lint2
2020-11-26 18:50:36 -05:00
TFbunny 5e19a642f9 fix and add testcase for dynamic shape scatteradd/update transpose 2020-11-26 17:33:49 -05:00
mindspore-ci-bot e6ebb310eb !8928 [MS][GPU][CUDA] - New GPU kernel -> LinSpace
From: @danishnxt
Reviewed-by: 
Signed-off-by:
2020-11-27 05:26:59 +08:00
danishnxt 64a6769d3f Update Square Op to support Dynamic Shape 2020-11-26 12:49:15 -05:00
mindspore-ci-bot c3b057bd69 !8825 [MS][GPU] GatherV2_Dynamic_BugFix
From: @danishnxt
Reviewed-by: 
Signed-off-by:
2020-11-27 01:07:32 +08:00
mindspore-ci-bot dabb82ec7a !8846 host cpu support dynamic shape
From: @liubuyu
Reviewed-by: @jjfeing
Signed-off-by:
2020-11-26 21:21:34 +08:00
mindspore-ci-bot 32aa790f43 !9071 add testcase for ps
From: @chopin_syp
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
2020-11-26 20:34:47 +08:00
mindspore-ci-bot ebef1df00b !8994 split dropout op and expand dropout
From: @zengzitao
Reviewed-by: 
Signed-off-by:
2020-11-26 20:31:51 +08:00
mindspore-ci-bot 9130660a2f !9055 add yolov3 export file and fix bert exprt bug
From: @yuzhenhua666
Reviewed-by: @liangchenghui
Signed-off-by:
2020-11-26 20:27:20 +08:00
shenyeping c191deff1d ps 2020-11-26 18:17:40 +08:00
yuzhenhua a1db640211 fix bert bug and add export file for yolov3 and add test file for maskrcnn 2020-11-26 18:04:47 +08:00
liubuyu 9f5ab8f76f host cpu support dynamic shape 2020-11-26 17:50:17 +08:00
yanzhenxiang2020 082cb4e7fd add Randperm/GatherDGrad and fix GatherD for aicpu 2020-11-26 16:58:20 +08:00
mindspore-ci-bot d6f6269ff1 !8310 fix example of categorical and rnntloss
From: @yanzhenxiang2020
Reviewed-by: @c_34
Signed-off-by: @c_34
2020-11-26 16:28:15 +08:00
mindspore-ci-bot 5d0a4f3995 !9005 add st testcase for heterogeneous_excutor
From: @mindspore_boy
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @guoqi1024
2020-11-26 16:09:26 +08:00
danishnxt a17f76dd1d Initial Commit - GPU LinSpace
comment fix

docString fix

added asserts in test file atop np checks

lint

lint-2

lint3
2020-11-26 02:33:55 -05:00
shibeiji cd850bd210 register activation operator fast_gelu 2020-11-26 14:55:39 +08:00
Xun Deng a058881b90 fix minor bug in catgorical distribution 2020-11-25 23:08:41 -05:00
zengzitao 3ef0e9f053 substitute dropout by cudnnuniformreal and dropout 2020-11-26 10:36:02 +08:00
danishnxt 241c8f3d96 GatherUpdate
test file finishing pending

Update to GatherV2_Bug_Fix

lint fix

lint fix - 2

lint fix

Update to GatherV2 - fixed default inferImpl func + CudeStreamSync

lint fix

SyncDevice

added dynamic shape init_size input

lint
2020-11-25 17:49:27 -05:00
peixu_ren 93d4ef428f Add Gamma distribution 2020-11-25 09:40:46 -05:00
mindspore-ci-bot a0e4db6aae !9016 delete input_mask_from_dataset option in transformer's config
From: @yuchaojie
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @linqingke
2020-11-25 20:52:55 +08:00
mindspore-ci-bot 7aaca7d721 !8970 add control flow st testcase
From: @zhiyuan_mei
Reviewed-by: @chenfei52,@youui
Signed-off-by: @youui
2020-11-25 20:26:28 +08:00
yanzhenxiang2020 dca109c9a5 fix example of categorical and rnntloss 2020-11-25 20:25:20 +08:00
yuchaojie f13388ee6b delete input_mask_from_dataset option in transformer's config 2020-11-25 17:52:30 +08:00
yinwei b5e289333e add st testcase 2020-11-25 15:46:56 +08:00
mindspore-ci-bot 21b501bb94 !8752 Add Poisson distribution
From: @peixu_ren
Reviewed-by: 
Signed-off-by:
2020-11-25 10:03:47 +08:00
peixu_ren 01f5da0a14 Add Poisson distribution 2020-11-24 11:55:39 -05:00
jonwe 9a6ced3cc7 DinNoNan gpu kernel supports int8/uint8 2020-11-24 11:38:03 -05:00
meizhiyuan b80c289caa control_flow case 2020-11-24 21:17:28 +08:00
mindspore-ci-bot 5353cd196b !8935 remove quantization_aware option in Mobilenetv2-quant config
From: @yuchaojie
Reviewed-by: @chenfei52
Signed-off-by:
2020-11-24 20:18:21 +08:00
yuchaojie 9051c56436 remove quantization_aware option in Mobilenetv2-quant config 2020-11-24 16:03:21 +08:00
mindspore-ci-bot 0ad2c31b56 !8453 Add GPU p2p kernels
From: @zpac
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
2020-11-24 15:24:03 +08:00
mindspore-ci-bot c60f413ee2 !8933 modify Resnet50-quant data_load_mode value
From: @yuchaojie
Reviewed-by: @sanjaychan,@chenfei52
Signed-off-by: @sanjaychan
2020-11-24 15:09:52 +08:00
ZPaC db3a2d60cb GPU supports p2p nccl interfaces 2020-11-24 14:17:53 +08:00
mindspore-ci-bot d8b26d9425 !8874 add st testcases
From: @zsj_mind
Reviewed-by: 
Signed-off-by:
2020-11-24 14:12:01 +08:00
zhushujing 2bd37b79c8 add new testcase for access control
Signed-off-by: zhushujing <zhushujing@huawei.com>
2020-11-24 11:22:30 +08:00
mindspore-ci-bot 0793198891 !8917 Add grad definition for sigmoidGrad.
From: @david-he91
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
2020-11-24 10:39:36 +08:00
yuchaojie c32139f3fa modify Resnet50-quant data_load_mode value 2020-11-24 10:10:35 +08:00
mindspore-ci-bot 6a04c21456 !8875 Fix some bug about GatherD and GatherDGrad op on gpu
From: @yuan_shen_zhou
Reviewed-by: 
Signed-off-by:
2020-11-24 09:46:50 +08:00
mindspore-ci-bot d915fd9b96 !8592 change repeat_elements to a composite op
From: @tom__chen
Reviewed-by: 
Signed-off-by:
2020-11-23 23:15:23 +08:00
hedongodng 0279323b99 add grad definition for sigmoidGrad operation 2020-11-23 20:08:46 +08:00
zhouyuanshen e1026961f7 fix some bug in gather and gathergrad op 2020-11-23 16:24:45 +08:00
mindspore-ci-bot e3371a01d5 !8751 Fix minor bugs in bijector and distribution
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by:
2020-11-23 08:50:57 +08:00
mindspore-ci-bot 82456e3f2b !8749 batchnorm2d test case for use_batch_statistics is false
From: @jonwe
Reviewed-by: @robingrosman
Signed-off-by:
2020-11-21 00:54:57 +08:00
mindspore-ci-bot 7689062c7d !8727 Clean code for gnmt_v2 network
From: @gaojing22
Reviewed-by: @yingjy,@guoqi1024
Signed-off-by: @yingjy
2020-11-20 11:16:33 +08:00
mindspore-ci-bot 044c7d183c !8803 Validate SampledSoftmaxLoss Args
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-11-20 10:58:39 +08:00
gaojing a23ddaf409 clean_code 2020-11-19 21:07:47 -05:00
jonwe 036e28bb96 batchnorm2d use_batch_statistics false test case 2020-11-19 16:23:23 -05:00
tom__chen a52cd685fc change repeat_element op to a composite op 2020-11-19 15:42:22 -05:00
Jonathan Yan 22cb2814e8 validate SampledSoftmaxLoss args 2020-11-19 12:43:58 -05:00
Peilin Wang 3d4d5ec77f initial commit for gpu dynamic shape testing op
fix ci

fix ci
2020-11-19 11:22:39 -05:00
wanyiming dad47cf2dd mod_comments 2020-11-19 16:03:40 +08:00
mindspore-ci-bot 99fc0a4e64 !8526 Add 'in_channel' and 'out_channel' to cell_attr_register
From: @wanyiming
Reviewed-by: @kingxian
Signed-off-by: @kingxian
2020-11-19 15:41:53 +08:00
Xun Deng b5e05472ce fix minor bugs in bijector and distribution utils, fix docs issues 2020-11-18 21:13:47 -05:00
mindspore-ci-bot b07f6383cb !8674 Fix doc example for ScatterUpdate and support int8/uint8
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-11-19 07:34:36 +08:00
mindspore-ci-bot fb0e866ad1 !8269 forward unique dynamic shape
From: @yao_yf
Reviewed-by: 
Signed-off-by:
2020-11-18 18:53:46 +08:00
yao_yf 31819bb4a7 support forward unique 2020-11-18 15:22:14 +08:00
mindspore-ci-bot 3b946d4eb2 !8678 expand logsoftmax and grad, delete cast in softmax and fix layernorm compute dsl
From: @zengzitao
Reviewed-by: @gaoxiong1,@ryanww
Signed-off-by: @ryanww
2020-11-18 14:27:37 +08:00
TFbunny fb1a65c469 add int8 and uint8 support to scatteradd and fix doc example 2020-11-17 14:41:50 -05:00
mindspore-ci-bot 1bd0ed450c !8630 fix mul broadcast and tanhgrad bug
From: @zhao_ting_v
Reviewed-by: @kisnwang,@wuxuejian
Signed-off-by: @liangchenghui
2020-11-17 14:42:08 +08:00
zengzitao 266bfa50bf expand logsoftmax and logsoftmax_grad, delete softmax's cast and fix layernorm op 2020-11-17 09:57:58 +08:00
mindspore-ci-bot 52eb2d3401 !8477 Add Cauchy distribution
From: @shallydeng
Reviewed-by: @zichun_ye
Signed-off-by:
2020-11-16 23:24:00 +08:00
mindspore-ci-bot 0d00f6c14e !7039 Add equal op for cpu
From: @xcnick
Reviewed-by: 
Signed-off-by:
2020-11-16 21:08:41 +08:00
zhaoting 6d8fb56ea8 fix mul broadcast and tanhgrad bug 2020-11-16 19:55:05 +08:00
mindspore-ci-bot b411c05de0 !8495 Adapt DynamicGRUV2 forward for Ascend new backend.
From: @liu_xiao_93
Reviewed-by: 
Signed-off-by:
2020-11-16 19:13:16 +08:00
mindspore-ci-bot 20ee16daf9 !8625 Add Ascend st testcases for graph kernel
From: @looop5
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
2020-11-16 19:04:31 +08:00
looop5 f5f66abd06 Add testcases in Ascend back-end for graph kernel 2020-11-16 16:40:12 +08:00
mindspore-ci-bot efd3e6a168 !8566 add dynamic for cache ops
From: @fangzehua
Reviewed-by: 
Signed-off-by:
2020-11-16 14:30:58 +08:00
mindspore-ci-bot 9c957072e2 !8097 Remove redundant phi nodes
From: @ginfung
Reviewed-by: 
Signed-off-by:
2020-11-16 14:06:52 +08:00