i-robot
|
68ff04ac82
|
!27186 pass lambda function to out_shape and out_dtype
Merge pull request !27186 from looop5/out_shape
|
4 years ago |
z00512249
|
a1b8c2f065
|
while inplace op for cpu backend
|
4 years ago |
looop5
|
ae5532fb9e
|
pass lambda function to out_shape and out_dtype
|
4 years ago |
i-robot
|
f5215745f4
|
!27121 Apply Autodiff in Custom Op
Merge pull request !27121 from jiaoy1224/arithmetic
|
4 years ago |
Yang Jiao
|
5acce31c72
|
apply autodiff in custom
|
4 years ago |
i-robot
|
9a5814b6a4
|
!26937 fix pytest mark decorator for platform_x86_cpu
Merge pull request !26937 from liangyongxiong/tests
|
4 years ago |
liangyongxiong
|
05174c2115
|
fix pytest mark decorator for platform_x86_cpu
|
4 years ago |
i-robot
|
84d2e54871
|
!26959 TensorArray CPU
Merge pull request !26959 from VectorSL/tensor-array-cpu
|
4 years ago |
i-robot
|
9cb5120594
|
!26936 move testcases to scipy_st
Merge pull request !26936 from zhujingxuan/move_tesecases
|
4 years ago |
VectorSL
|
cb3d25c8f0
|
add cpu tensor array
|
4 years ago |
huangbingjian
|
66309632c1
|
fix the negative axis problem of reduce_eliminate
|
4 years ago |
zhujingxuan
|
a18b9e703e
|
move testcases
|
4 years ago |
i-robot
|
f85dea2959
|
!26662 fix lu kernel
Merge pull request !26662 from zhuzhongrui/gmres
|
4 years ago |
z00512249
|
872d8b37da
|
fix lu factor and solve for cpu backend
|
4 years ago |
VectorSL
|
710289a72d
|
add tensor array
|
4 years ago |
i-robot
|
30d182ac18
|
!26626 fix reduce ops axis multiple bug in GPU
Merge pull request !26626 from zhangbuxue/fix_reduce_ops_axis_multiple_bug_in_GPU
|
4 years ago |
buxue
|
89a688f3be
|
fix reduce ops axis multiple bug in GPU
|
4 years ago |
hezhenhao1
|
accc6368aa
|
Add support float64 as input type for ReduceProd GPU op.
|
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 |
i-robot
|
11ed323e66
|
!26336 update akg, refine document of Custom op
Merge pull request !26336 from looop5/update_akg_11_16
|
4 years ago |
looop5
|
9c4fe8b6bf
|
update akg, refine document of Custom op
|
4 years ago |
i-robot
|
dc5278516c
|
!26130 add cholesky, cho_factor primitive and backend gpu implements
Merge pull request !26130 from zhuzhongrui/gmres
|
4 years ago |
z00512249
|
36032e7ee2
|
add cholesky, cho_factor primitive and backend gpu implements
|
4 years ago |
zuochuanyong
|
1f289803e9
|
fix LessEqual bug
|
4 years ago |
i-robot
|
95f0c98747
|
!26186 Fix bug: AbsGrad support int as input.
Merge pull request !26186 from hezhenhao1/master
|
4 years ago |
hezhenhao1
|
4c12385050
|
Fix bug: AbsGrad support int as input.
|
4 years ago |
looop5
|
58e27d87bc
|
add Custom, custom_op_info_register, CustomRegOp to __init__
|
4 years ago |
i-robot
|
9a3b52eda7
|
!25726 Add Pynative Test Cases for Custom AOT, Pyfunc
Merge pull request !25726 from jiaoy1224/arithmetic
|
4 years ago |
Yang Jiao
|
2b112ef656
|
add custom pynative test cases
|
4 years ago |
hezhenhao1
|
cb13783059
|
Add fp64 as input type fot GPU op of ReduceMin and ReduceMean.
|
4 years ago |
i-robot
|
a58eb682d6
|
!25778 Custom op supports no reg info
Merge pull request !25778 from looop5/reg_info_commit
|
4 years ago |
looop5
|
b89d744e80
|
Custom op supports no reg info
|
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
|
55a83cf31e
|
!25859 Support int32 as input type for Abs of GPU op, float64 as input type for isFinite GPU op.
Merge pull request !25859 from hezhenhao1/gpu_support
|
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
|
d61b089f6b
|
Support int32 as input type for Abs of GPU op, float64 as input type for IsFinite GPU op.
|
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 |