Commit Graph

132 Commits

Author SHA1 Message Date
yanghaoran 4df9da6d59 takedown test_solve_triangular to ensure gate stability 2023-02-21 19:02:17 +08:00
yanghaoran 11267a92cd takedown testcases to ensure gate stability 2023-02-02 15:54:27 +08:00
yanghaoran 7536f894da takedown testcases to ensure gate stability 2023-02-01 10:22:41 +08:00
i-robot 3919d24881
!47231 minimize支持LAGRANGE算法
Merge pull request !47231 from 黄晓/scipy_lagrange_1227
2023-01-04 01:15:31 +00:00
muxiyin b69ca89c17 sup minimize lagrange 2022-12-28 17:48:47 +08:00
张清华 bc38782b94 [JIT Fallback] Support return Python dict in top func graph. 2022-12-22 09:34:01 +08:00
yanghaoran ec2fde3f81 takedown testcases to ensure gate stability 2022-12-08 10:51:48 +08:00
wangchangheng b04ccc94c8 fixed function performance bug 2022-12-01 20:50:50 +08:00
zjun cd23fe4880 Opitimize python call, decrease python code call
3d9da15bad

Delete dynamic shape
f3b6f40fcb

Fix vm
e15020c133

Add async
327736875e

Repalce weight param name by its id
800553cd75

Delete already run
dff3173368

Signed-off-by: zjun <zhangjun0@huawei.com>
2022-11-11 23:40:51 +08:00
zong_shuai 1bc763dfaf debug 2022-10-27 16:32:42 +08:00
zhujingxuan 0bdfd3e052 add dynamic support for solve triangular 2022-10-13 17:05:36 +08:00
i-robot 1662ba3d05
!42543 [MS][SciPy][LBFGS] Code structure reconstruction
Merge pull request !42543 from zhaiyukun/lbfgs_code_refactoring
2022-09-27 23:11:10 +00:00
ConnZhai 5c03870774 lbfgs code refactoring 2022-09-27 10:50:41 +08:00
fakeen c93c59cf6a commit choleskygrad without cpu impl 2022-09-23 11:12:34 +08:00
liruoxuan 4cae11fc0d [feat][assistant][ops][I40FJE] add Eig operator 2022-09-15 13:16:08 +08:00
ConnZhai b7a62f07bf fix issue I5QIIZ 2022-09-14 09:21:31 +08:00
ConnZhai b9a887215b Support LBFGS in scipy 2022-09-02 10:43:18 +08:00
yanghaoran 1bea98c821 takedown test_linalg.py::test_gmres_against_scipy to ensure gate stability 2022-08-27 16:49:29 +08:00
yanglf1121 027fac9b3c support sparse userdefined bprop 2022-08-01 09:48:17 +08:00
yanghaoran 47f09dd958 takedown test_bfgs_graph to ensure gate stability 2022-06-23 14:45:19 +08:00
zhujingxuan e9c267d268 reduce testcase size 2022-06-09 15:53:52 +08:00
liqiliang 4be416f40f Add a gpu kernel, MatrixBandPart. 2022-05-14 10:46:38 +08:00
z00512249 fb1b4324d7 refactor matrix_set_diag_v3 for gpu backend. 2022-05-11 14:34:21 +08:00
liqiliang a67193ccb4 Add a cpu kernel, MatrixBandPart. 2022-05-10 14:51:53 +08:00
hezhenhao1 c7452b1c9a Separate test_trsm_grad case. 2022-05-09 14:49:34 +08:00
chauneahhin e9bbec3b4c [feat] [assistant] [I4CRJN] [I4CRJM] [I4CRJL] Add MatrixDiagV3, MatrixSetDiagV3 and MatrixDiagPartV3 2022-04-13 10:23:51 +08:00
z00512249 7a54f2d90d fix scipy sparse gmres level1 test error 2022-04-02 14:54:39 +08:00
z00512249 0ea895bc84 add gmres dense bprop 2022-03-22 20:01:38 +08:00
i-robot 6a07fffcac
!31635 opt gmres code
Merge pull request !31635 from zhuzhongrui/pub_master
2022-03-22 01:30:27 +00:00
z00512249 b6081059aa opt gmres code 2022-03-21 19:31:41 +08:00
hezhenhao1 36d4328392 Add tese cases where b is (N, 1) for cg grad. 2022-03-21 14:21:58 +08:00
z00512249 b9cdc238d9 fix add sparse gmres tests 2022-03-17 14:57:32 +08:00
yanghaoran 44aba14913 takedown test_gmres_agains_scipy to ensure gate stability 2022-03-17 09:46:25 +08:00
z00512249 95a34dcbfa add sparse gmres api && check && bprop 2022-03-16 11:25:10 +08:00
hezhenhao1 af79596baf CSRTensor test cases do not support mac and window. 2022-03-14 14:06:40 +08:00
i-robot e14d0ca36b
!31124 Split test cases of bfgs method.
Merge pull request !31124 from hezhenhao1/fix_scipy
2022-03-11 01:10:00 +00:00
hezhenhao1 b63e4b8b20 Fix bprop of cg method, support to return CSRTensor. 2022-03-10 21:24:39 +08:00
hezhenhao1 892c091582 Split test cases of bfgs method. 2022-03-10 20:02:16 +08:00
hezhenhao1 28e74b1e5f Fix sparse check and refactor the test cases of cg method. 2022-03-10 15:33:11 +08:00
i-robot 98888f6cd8
!31036 Add support of cg backward in pynative mode.
Merge pull request !31036 from hezhenhao1/master
2022-03-10 02:59:24 +00:00
hezhenhao1 bad551d210 Add support of cg backward in pynative mode. 2022-03-10 09:13:21 +08:00
z00512249 b368237340 fix Cholesky bprop implement to support symmetric 2022-03-08 14:54:45 +08:00
hezhenhao1 9682769a02 Add grad implementation and test cases for cg method. 2022-03-08 10:12:23 +08:00
hezhenhao1 885210b634 Add CSRTensor support and test cases for cg method. 2022-03-02 19:22:11 +08:00
hezhenhao1 a141c8c8e3 Fix grads of Eigh and SolveTriangular operator in PYNATIVE mode. 2022-02-28 18:06:55 +08:00
i-robot 3e246484f0
!30539 Fix bug of grad implementation of solve_triangular.
Merge pull request !30539 from hezhenhao1/fix_trsm_grad
2022-02-25 02:52:43 +00:00
hezhenhao1 9468e2dc84 Fix bug of grad implementation of solve_triangular. 2022-02-24 19:56:34 +08:00
z00512249 8bba3a063a fix scipy st utils to creat_sys_pos_martix 2022-02-24 19:52:19 +08:00
hezhenhao1 bcb936373e Apply value and type checking for all functions in mindspore.scipy module. 2022-02-23 14:04:39 +08:00
zhujingxuan c99aa71ba6 move error test to daily build 2022-02-21 20:41:55 +08:00