Peilin Wang
ce26d2e987
intitial commit
fix ci
fix ci
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
Corleone
82de371987
update matmul implementation for GPU
5 years ago
TFBunny
88b5458f78
add new GPU kernel ReciprocalGrad
5 years ago
TFBunny
6a58479e42
add dynamic shape and testcases to GPU biasadd
5 years ago
TFBunny
c994eab732
add dynamic shape and testcases to MatMul & BatchMatMul
5 years ago
mindspore-ci-bot
9f44599abd
!9806 equal op gpu kernel support int64/uint8
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
5 years ago
mindspore-ci-bot
811a785555
!10886 GPU update bert scripts
From: @VectorSL
Reviewed-by: @gaoxiong1,@c_34,@gaoxiong1
Signed-off-by: @c_34
5 years ago
VectorSL
0c97835662
update control flow int adamweightdecay for bert
5 years ago
mindspore-ci-bot
1bb9342aa0
!8100 New add matrix inverse ops.
From: @linqingke
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
ee07285420
!10580 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
From: @david-he91
Reviewed-by: @linqingke,@liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
5 years ago
linqingke
96183f8b12
new add matrix inverse.
5 years ago
mindspore-ci-bot
2dc275be06
!9842 Add SquaredDifference kernel for GPU
From: @he-botao
Reviewed-by: @c_34
Signed-off-by:
5 years ago
hebotao
f4ae9cdbc4
Add SquareDifference kernel for GPU
添加测试用例
添加测试用例
添加测试用例
添加测试用例
清除告警
添加测试用例
添加测试用例
清除告警
5 years ago
zhouyuanshen
1ba7fd1c44
support squaresumall on gpu
5 years ago
hedongdong
352a362878
Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
5 years ago
jonwe
54e5025c1a
equal op gpu kernel
5 years ago
huangxinjing
12f5367b5f
add equal function
5 years ago
VectorSL
6c6e2e5478
add trace for gpu error/excpt log
5 years ago
Jonathan Yan
d7bb5cd058
Fix CI Alarms
5 years ago
mindspore-ci-bot
9fb7aff589
!9356 Fix infer type for Isnan isfinite isinfinite
From: @VectorSL
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
5 years ago
VectorSL
3366d66034
fix isnan isfinite isinfinite infer type
5 years ago
mindspore-ci-bot
eb7cbd49ac
!8595 Add Cholesky op at GPU back-end
From: @peixu_ren
Reviewed-by: @zichun_ye,@wilfchen
Signed-off-by:
5 years ago
peixu_ren
af6ded28e3
Add Cholesky op at GPU back-end
5 years ago
peixu_ren
05f44ab834
Fix an error that uniform_a should be less than uniform_b
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
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
zengzitao
3ef0e9f053
substitute dropout by cudnnuniformreal and dropout
5 years ago
jonwe
9a6ced3cc7
DinNoNan gpu kernel supports int8/uint8
5 years ago
mindspore-ci-bot
71af3bf1ac
!8283 Minimum Op and Mul Op support dynamic shape
From: @jonwe
Reviewed-by:
Signed-off-by:
5 years ago
Jonathan Yan
5a8238a09c
mul v1
5 years ago
mindspore-ci-bot
f2652858ed
!8456 gpu kernel support int64
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @cristoval
5 years ago
wilfChen
07d8622c7e
modify dynamic shape condition to fit ME
5 years ago
danishnxt
9dba65c424
TensorDot Conv: P -> C
5 years ago
wilfChen
e4e9362bd0
gpu suppor dynamic shape
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
peixu_ren
9a81b50e43
Refactor Cholesky to CholeskyTrsm
5 years ago
peixu_ren
b8abcf858a
Add expm1 op at GPU back-end
5 years ago
mindspore-ci-bot
9c2704030f
!7872 Add log1p operator at GPU back-end and move erf and erf to the unary_op list
Merge pull request !7872 from peixu_ren/custom_pp_ops
5 years ago
mindspore-ci-bot
5ef3d02ce3
!7696 Add calculation of triangle matrix determinant op at GPU back-end
Merge pull request !7696 from peixu_ren/custom_gpu
5 years ago
mindspore-ci-bot
4ebc55b29e
!7841 Add supports to ACosGrad and AsinGrad on gpu
Merge pull request !7841 from zhouyuanshen/ACosGrad_and_AsinGrad
5 years ago
mindspore-ci-bot
f3e8798b40
!7879 fix bug that asin/acos not support fp16 on gpu
Merge pull request !7879 from zhouyuanshen/asin_acos_fp16
5 years ago
zhouyuanshen
1804c042ec
fix bug that asin/acos not support fp16 on gpu
5 years ago
zhouyuanshen
8481fd59d8
Add supports to ACosGrad and AsinGrad
5 years ago
peixu_ren
dfe5a951eb
Add log1p operator at GPU back-end and move erf and erf to the unary_op list
5 years ago
peixu_ren
99f2927c21
Add calculation of triangle matrix determinant op at GPU back-end
5 years ago
mindspore-ci-bot
5b28016b4d
!7735 fix gpu multinomial seed issue and GRAPH_MODE
Merge pull request !7735 from baihuawei/fixmultinomial
5 years ago
baihuawei
05dcec0583
fix multinomial
5 years ago
danishnxt
06a9b4aa37
Commit1_TensorDot
linting errors fix
comments cleanup
typo fix in doc
added more tests, fixed some formatting
changed expected dx values for linter
pylint const data fix
5 years ago
zhouyuanshen
f49bd92b88
support asin and acos with dtype float on gpu
5 years ago