mindspore-ci-bot
4b7e9975a0
!10090 [MS][GPU][CI Alarm] Fixed CI Alarm for Pad GPU kernel + code clean up
From: @danishnxt
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
1c43115eef
!9540 [MS][API] - Update BroadcastTo to be able to support dynamic -1
From: @danishnxt
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
a83e058f42
!9858 [MS][GPU][API] UnsortedScatterND_int64_Support
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman,@robingrosman
Signed-off-by:
5 years ago
mindspore-ci-bot
eb22cf7e5a
!10073 [MS][CompositeOp][API] TensorDot pr fix
From: @danishnxt
Reviewed-by: @tom__chen
Signed-off-by:
5 years ago
danishnxt
ac109b601a
pad_CI_Alarm fix
typo fix
test addition for half - pad value checking
5 years ago
mindspore-ci-bot
904f61b7fd
!9857 [MS][GPU] SparseApplyFtrl_int64_Support
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
danishnxt
b0b768335e
PR 10072 fix + new sts
lintfix
doc fix + code cleaned
doc update 2
5 years ago
zhaoting
edf3083510
add CPU unsortedsegmentsum
5 years ago
mindspore-ci-bot
b645f7959d
!9749 [MS][API] UnsortedSegmentMax_Min added check for bug fix - num_segments
From: @danishnxt
Reviewed-by:
Signed-off-by:
5 years ago
danishnxt
d1fcfaf0f2
First commit - scatter_nd_int64_update
lint fix - no lint required for previous code
fix int64 templates
removed extra files
5 years ago
danishnxt
bc84e9b4e7
range check - UortedSegmin/max num_seg tensors
added in checks in PythonAPI to trigger Value errors in case of non dyn
added required check for python API
ST update + op check update
revert segSum change
updated gatherV2 and SplitOp check
added shape -1 sanity check - splitOp
slight refactor in unseg-Min/Max
lintfix
lint fix
5 years ago
mindspore-ci-bot
a3d4dded12
!9979 BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
From: @david-he91
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
dd5fce4ffb
!10014 apply dynamic shape for ComputeAccidentalHits
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
hedongdong
6cc9d2c087
BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
5 years ago
mindspore-ci-bot
f75280f6c2
!10006 support int32 dtype of Mul cpu op
From: @wuxuejian
Reviewed-by: @kisnwang,@c_34
Signed-off-by: @c_34
5 years ago
yanzhenxiang2020
e9eb1ebac8
fix shape of ComputeAccidentalHits
5 years ago
mindspore-ci-bot
f8aada52be
!9990 Fix scalar tensor print
From: @huangbingjian
Reviewed-by: @zhunaipan,@ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
mindspore-ci-bot
f3b41531b7
!9985 Add Squeeze New
From: @ZhengQihao3f3f3f
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
b401a5fb07
!9750 add int64 support to UniformCandidateSampler GPU
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
5 years ago
mindspore-ci-bot
568545f2d5
!9855 Add int64 support to GPU transpose
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
5 years ago
zhengqihao
43a2e1d56d
Add Squeeze
5 years ago
HuangBingjian
311e7be605
fix scalar tensor shape=[]
5 years ago
wuxuejian
cc9fef2baa
support int32 dtype of Mul cpu op
5 years ago
mindspore-ci-bot
5f2c84f3cb
!9867 Add graph kernel testcases
From: @looop5
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
5 years ago
mindspore-ci-bot
a9dab042a4
!9706 Remove unused interfaces in graph_kernels.py and change remaining to inner interfaces
From: @looop5
Reviewed-by: @ckey_dou
Signed-off-by:
5 years ago
danishnxt
67c528386e
update BroadcastTo
typo in API
added init type check + fix doc
fixes
lint
added prim_attr setter in python API
revert back one
changed self.shape / add prim attr
fix
5 years ago
TFbunny
01903eb770
add int64 support to transpose GPU
5 years ago
looop5
4d8205cd93
Delete unused interface in graph_kernels.py
5 years ago
looop5
56fa56b173
add graph kernel testcases
5 years ago
danishnxt
55c455df9e
first commit - updated op + STs
lint fix
5 years ago
mindspore-ci-bot
d68708960e
!9620 [MS][GPU] UnsortedSegmentMax_int64_Support
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by:
5 years ago
mindspore-ci-bot
e20be19548
!9476 Change Tensor shape from int to size_t for GPU Argmax
From: @TFbunny
Reviewed-by:
Signed-off-by:
5 years ago
jonwe
d982fec2ff
ReLU/ReLUGrad int8/32/64 support
5 years ago
TFbunny
5263588b2c
add int64 support to UniformCandidateSampler GPU
5 years ago
mindspore-ci-bot
bb241214f8
!9747 add int64 support for indices of GPU gatherNd
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
5 years ago
mindspore-ci-bot
0c2856c632
!9617 Add new operator layer_norm_grad_grad
From: @david-he91
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
1fd251ff8d
!9738 Fix stanard normal cpu op occasional failure
From: @yuanwei66
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by:
5 years ago
hedongdong
8bfeadf26e
Add new operator layer_norm_grad_grad
5 years ago
mindspore-ci-bot
be4e91339f
!9661 gpu relu optimize
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
yuanwei66
5c402c9d1a
fix standard_normal test occasional failure
5 years ago
danishnxt
0be02c4756
UnsortedSegMax_Int64_support
lint fix
style fix
style fix 2
5 years ago
TFbunny
d274f425c7
change tensor shape from int to size_t for GPU Argmax
5 years ago
TFbunny
f54bd166a6
add int64 support for indices of GatherND gpu
5 years ago
mindspore-ci-bot
9483666e60
!9701 add CPU OnesLike and ZerosLike
From: @zhao_ting_v
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
mindspore-ci-bot
0aa7197ef8
!9694 ZerosLike dynamic shape support
From: @peilin-wang
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
2b7e96960f
!9695 Add supports to reduceany and reduceall on gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wilfchen,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
zhaoting
3b9e9068c7
add CPU OnesLike and ZerosLike
5 years ago
wilfChen
c1d3bd2160
relu optimize
5 years ago
Peilin Wang
d9fb28b9fc
zeroslike dynamic shape no opt
fix ci
fix ci
fix ci
fix ci
5 years ago
zhouyuanshen
e9aca01620
add support to reduceAny and reduceAll on gpu
5 years ago