z00512249
|
a1b8c2f065
|
while inplace op for cpu backend
|
4 years ago |
i-robot
|
84d2e54871
|
!26959 TensorArray CPU
Merge pull request !26959 from VectorSL/tensor-array-cpu
|
4 years ago |
VectorSL
|
cb3d25c8f0
|
add cpu tensor array
|
4 years ago |
zhujingxuan
|
a18b9e703e
|
move testcases
|
4 years ago |
z00512249
|
872d8b37da
|
fix lu factor and solve for cpu backend
|
4 years ago |
wenbean
|
13409f519f
|
Unify GPU/CPU ops input/output(col/rolmajor), modify related testcases, add linalg function and testcases
|
4 years ago |
wenbean
|
9b305b231d
|
Add GPU eigenvalues/eigenvector for symmetric mtrix(real and complex)
add cuda ops real to complex(imag is 0j)
cpu/gpu eigh ops alreas returns complex eigenvalues for complex input
retuns real eigenvalues for real input
|
4 years ago |
z00512249
|
36032e7ee2
|
add cholesky, cho_factor primitive and backend gpu implements
|
4 years ago |
hezhenhao1
|
4c12385050
|
Fix bug: AbsGrad support int as input.
|
4 years ago |
i-robot
|
3caa6cb09e
|
!25898 split generic matrix/symmetric matrix eigenvalues to eig/eigh(same with scipy)
Merge pull request !25898 from wuwenbing/master
|
4 years ago |
i-robot
|
fb155743a7
|
!25921 Fix: cpu real_div support fp16.
Merge pull request !25921 from hezhenhao1/add_fp16
|
4 years ago |
i-robot
|
b6833ec3f2
|
!25872 add solve_triangular
Merge pull request !25872 from zhujingxuan/solve_triangular
|
4 years ago |
hezhenhao1
|
14785097fd
|
Fix: cpu real_div support fp16.
|
4 years ago |
wenbean
|
45f9c7bfb7
|
use workspace memery for symmetric matrix eigenvalue/eigenvectors
split generic matrix decompress with symmetric matrix to eig and eigh ops
|
4 years ago |
zhujingxuan
|
ec809b6134
|
add solve_triangular
|
4 years ago |
i-robot
|
4771a2006e
|
!25800 Suport solve complex64/ complex128 Eigen Value and eigen vectros
Merge pull request !25800 from wuwenbing/master
|
4 years ago |
hezhenhao1
|
e2b6c926bf
|
Support float64 for CPU OP, including Sqrt, Abs, AbsGrad, AddN.
|
4 years ago |
i-robot
|
bc025e907d
|
!25686 fix cholesky fatcor and solve for cpu backend
Merge pull request !25686 from zhuzhongrui/pub_master
|
4 years ago |
wuwenbing
|
8bc2b409ab
|
Suport solve complex64/ complex128 Eigen Value and eigen vectros
|
4 years ago |
i-robot
|
d5fbfd1389
|
!25738 Add MatrixInverse (by eigen) CPU op and testcase.
Merge pull request !25738 from hezhenhao1/add_inv
|
4 years ago |
z00512249
|
9d13db2ac3
|
fix cholesky factor and solve for cpu backend
|
4 years ago |
i-robot
|
ba6f67badf
|
!25728 add scatter nd update int64 and float64 support
Merge pull request !25728 from zhujingxuan/master
|
4 years ago |
hezhenhao1
|
c3194ed4ab
|
Add MatrixInverse (by eigen) CPU op and testcase.
|
4 years ago |
i-robot
|
0b50de7b34
|
!25596 Add Eigh deomposition (by eigen ) cpu op and testcase
Merge pull request !25596 from wuwenbing/master
|
4 years ago |
zhujingxuan
|
ed24ad8f94
|
add scatter nd update int64 and float64 support
|
4 years ago |
wuwenbing
|
4203251f81
|
Add Eigh deomposition (by eigen ) cpu op and testcase
|
4 years ago |
i-robot
|
3452d6e55d
|
!25527 Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select.
Merge pull request !25527 from hezhenhao1/add_double
|
4 years ago |
zhujingxuan
|
fb1805de30
|
add GPU trsm 2d matrix support
|
4 years ago |
hezhenhao1
|
92aee7c6fe
|
Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc.
|
4 years ago |
z00512249
|
d3726b435d
|
fix lu api bugs
|
4 years ago |
i-robot
|
91675add3e
|
!25480 add unit_diagonal option for solve triangular
Merge pull request !25480 from zhujingxuan/solve_tri
|
4 years ago |
zhaosida
|
b75197dd66
|
fix test adamweightdecay st
|
4 years ago |
zhujingxuan
|
7441353d9e
|
add unit_diagonal option for solve triangular
|
4 years ago |
liqiliang
|
f0fc8b1239
|
Add the QR decomposition for cpu kernel.
|
4 years ago |
zhujingxuan
|
28987d787d
|
add trsm
|
4 years ago |
zhujingxuan
|
8ebad6168e
|
add double type support for matmul cpu op
|
4 years ago |
zhujingxuan
|
4f80161af3
|
add cpu solve triangular op
|
4 years ago |
i-robot
|
9f6ed1b94d
|
!25010 add lu && lu_solver && cholesky cpu kernel
Merge pull request !25010 from zhuzhongrui/pub_master
|
4 years ago |
z00512249
|
4756067da5
|
add lu && cholesky && releated solver to master
|
4 years ago |
i-robot
|
4268cf5de0
|
!25026 support dynamic shape for cpu kernel of mae net
Merge pull request !25026 from fangzehua/dynamic_mae_1014
|
4 years ago |
fangzehua
|
53009276d1
|
add cpu dynamic memory
|
4 years ago |
z00512249
|
a8d6f6e78c
|
create an eigen dir for cpu kernel backend
|
4 years ago |
chenhaozhe
|
12fab451e8
|
fix test cases about models
|
4 years ago |
huanghui
|
ba66c0d491
|
add security isolate for save_graphs
|
4 years ago |
i-robot
|
63e2098f83
|
!22984 fix bug
Merge pull request !22984 from zhaosida/zsd_pangu
|
4 years ago |
zhaosida
|
6423b6304c
|
fix bug
|
4 years ago |
zhujingxuan
|
b2ec7f2db6
|
add rank cpu kernel
|
4 years ago |
i-robot
|
db4d43e340
|
!22752 Codedex and PClint in master
Merge pull request !22752 from huangbo/master_codedex
|
4 years ago |
huangbo77
|
b83c43d309
|
codedex fix
|
4 years ago |
simson
|
f00e22342b
|
modify resizebilineargrad input type
|
4 years ago |