jjfeing
|
dfd894c190
|
add trace in backend ascend
|
5 years ago |
mindspore-ci-bot
|
0241aa8797
|
!9106 Fix bot warning
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
|
5 years ago |
mindspore-ci-bot
|
0694c2d31c
|
!9194 add node trace when build operator failed
From: @jjfeing
Reviewed-by: @kisnwang,@zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
mindspore-ci-bot
|
6c287c28ca
|
!8998 Add TraceManager around frontend opt
From: @irmo
Reviewed-by:
Signed-off-by:
|
5 years ago |
jjfeing
|
b05916b597
|
add trace when bulid operator failed
|
5 years ago |
huanghui
|
bda74495f3
|
Add trace mangager around front opt
|
5 years ago |
zhouyuanshen
|
88513a223a
|
fix-bot-warning
|
5 years ago |
mindspore-ci-bot
|
2370828043
|
!8586 fix GatherD and add Randperm for aicpu
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
|
5 years ago |
mindspore-ci-bot
|
18f58f7db4
|
!9146 fix maxpoolgrad bug
From: @zhao_ting_v
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
|
5 years ago |
mindspore-ci-bot
|
1070ed7ec1
|
!9144 fix remove cast internal node error
From: @kisnwang
Reviewed-by: @limingqi107,@chujinjin
Signed-off-by: @chujinjin
|
5 years ago |
mindspore-ci-bot
|
cf0bca06eb
|
!9081 int32->int64 support
From: @yepei6
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
|
5 years ago |
mindspore-ci-bot
|
dee28017ce
|
!9082 fix some problems of warpctc network in pynative mode
From: @lvchangquan
Reviewed-by:
Signed-off-by:
|
5 years ago |
lvchangquan
|
5afd5d6934
|
fix some problem of warpctc network in pynative mode
|
5 years ago |
kswang
|
a3760b5b2d
|
fix remove front cast error
|
5 years ago |
zhaoting
|
2f92179d6b
|
fix maxpoolgrad bug and clean codedex
|
5 years ago |
mindspore-ci-bot
|
ebf0fe9f39
|
!9087 change feature flag of paraemter when assgin a feature to parameter weight
From: @lianliguang
Reviewed-by: @kisnwang,@guoqi1024
Signed-off-by: @guoqi1024
|
5 years ago |
mindspore-ci-bot
|
3e2eb70fc0
|
!8669 Split op extending PrimitiveWithCheck
From: @tom__chen
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
442217314d
|
!8861 [MS][GPU][DynamicShapeUpdate] Converting UnsortedSegmentMax from normal to dynamic shape op
From: @danishnxt
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
28772d4fb7
|
!9132 Fix bug for SparseGatherV2 GPU and add dynamic shape testcase
From: @TFbunny
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
9b0ec824c4
|
!9096 DynamicShapeOp int64 support and bug fix
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
|
5 years ago |
mindspore-ci-bot
|
b76c7cc7bf
|
!9025 ReLU gpu op supports int32 and int64
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @tom__chen
|
5 years ago |
tom__chen
|
4fa6238dde
|
change Split op to extend PrimitiveWithCheck
|
5 years ago |
TFbunny
|
419f8bf72a
|
fix dynamic shape and add testcase for SparseGatherV2 GPU
|
5 years ago |
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:
|
5 years ago |
Jonathan Yan
|
9f70ebac64
|
Cast/ReLU dynamic shapelsgpu op supports int32 and int64
|
5 years ago |
mindspore-ci-bot
|
cc92c276ad
|
!9086 nop node infer shape
From: @liubuyu
Reviewed-by:
Signed-off-by:
|
5 years ago |
Payne
|
9cbb9bc428
|
complete the int64 support of gpu batchnorm fold2 grad operation
|
5 years ago |
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
|
5 years ago |
LianLiguang
|
687cd623f9
|
change feature map flag
|
5 years ago |
liubuyu
|
04136bdf66
|
nop node infer shape
|
5 years ago |
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:
|
5 years ago |
mindspore-ci-bot
|
3fa7233f68
|
!9072 fix topk fussion help tensor size = 4096*2
From: @jjfeing
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by:
|
5 years ago |
Peilin Wang
|
1dd302ae93
|
int64 support and typo fix
fixed typo
fix pylint
|
5 years ago |
zhouyuanshen
|
f6e87143c6
|
add support to op L2Loss on gpu
|
5 years ago |
TFbunny
|
5e19a642f9
|
fix and add testcase for dynamic shape scatteradd/update transpose
|
5 years ago |
mindspore-ci-bot
|
e6ebb310eb
|
!8928 [MS][GPU][CUDA] - New GPU kernel -> LinSpace
From: @danishnxt
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
c3b057bd69
|
!8825 [MS][GPU] GatherV2_Dynamic_BugFix
From: @danishnxt
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
dabb82ec7a
|
!8846 host cpu support dynamic shape
From: @liubuyu
Reviewed-by: @jjfeing
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
ebef1df00b
|
!8994 split dropout op and expand dropout
From: @zengzitao
Reviewed-by:
Signed-off-by:
|
5 years ago |
jjfeing
|
8fb7d11ecb
|
fix topk help 4096
|
5 years ago |
liubuyu
|
9f5ab8f76f
|
host cpu support dynamic shape
|
5 years ago |
yanzhenxiang2020
|
082cb4e7fd
|
add Randperm/GatherDGrad and fix GatherD for aicpu
|
5 years ago |
danishnxt
|
a17f76dd1d
|
Initial Commit - GPU LinSpace
comment fix
docString fix
added asserts in test file atop np checks
lint
lint-2
lint3
|
5 years ago |
mindspore-ci-bot
|
c78683a411
|
!8981 gatherv2 pad optimizer in dynamic shape scene
From: @yao_yf
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
|
5 years ago |
yao_yf
|
444cb99b40
|
gather_v2 pad optimizer pass
|
5 years ago |
zengzitao
|
3ef0e9f053
|
substitute dropout by cudnnuniformreal and dropout
|
5 years ago |
mindspore-ci-bot
|
d79961e11c
|
!9000 add trace info for cpu
From: @kisnwang
Reviewed-by: @jjfeing,@chujinjin
Signed-off-by: @jjfeing
|
5 years ago |
mindspore-ci-bot
|
38f647e122
|
!8991 Optimize log level to DEBUG in array reduce gpu kernel
From: @zpac
Reviewed-by: @cristoval,@kisnwang
Signed-off-by: @cristoval
|
5 years ago |
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
|
5 years ago |
mindspore-ci-bot
|
8945884137
|
!8990 close BatchMatmul and ReduceSum in graph kernel
From: @looop5
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
|
5 years ago |