Commit Graph

36 Commits

Author SHA1 Message Date
hezhenhao1 43ffa30789 add det method and st test cases. 2022-01-13 20:57:08 +08:00
z00512249 da492e82d9 motify lu pivots's shape 2022-01-12 17:09:07 +08:00
z00512249 2f6a5b697e add batched lu op for gpu backend 2022-01-11 10:27:56 +08:00
z00512249 c38539a3c2 fix lu batched for cpu backend 2022-01-10 18:58:59 +08:00
i-robot 15bc71dca2
!28509 Fix the expressions which are not supported the graph mode.
Merge pull request !28509 from hezhenhao1/fix_scipy
2022-01-05 01:13:20 +00:00
hezhenhao1 4e3bcefcc3 Fix the expressions which are not supported the graph mode. 2022-01-04 18:49:19 +08:00
z00512249 1a077e713e fix lu op for pivots 2022-01-04 11:35:30 +08:00
wenbean d2230bf2d1 Support Int matrix in eigh 2021-12-27 20:34:39 +08:00
hezhenhao1 b4776cfab1 Remove debug message for BFGS method. 2021-12-25 15:53:15 +08:00
i-robot 5503deea2e !26998 add float32 to Batch Gmres
Merge pull request !26998 from zhujingxuan/master
2021-12-01 01:32:31 +00:00
i-robot 9cb5120594 !26936 move testcases to scipy_st
Merge pull request !26936 from zhujingxuan/move_tesecases
2021-12-01 01:23:57 +00:00
zhujingxuan 7e16e6d8cb add float32 to Batch Gmres 2021-11-30 17:25:40 +08:00
zhujingxuan a18b9e703e move testcases 2021-11-30 10:52:02 +08:00
zhujingxuan 2aa8dc28cf add float32 testing 2021-11-29 10:53:31 +08:00
i-robot f85dea2959 !26662 fix lu kernel
Merge pull request !26662 from zhuzhongrui/gmres
2021-11-27 07:18:46 +00:00
z00512249 872d8b37da fix lu factor and solve for cpu backend 2021-11-26 16:24:01 +08:00
zhujingxuan 142480b08e fix cpu graph mode 2021-11-26 09:51:07 +08:00
i-robot 6f559516ea !26560 move all itertive Gmres code into Cell
Merge pull request !26560 from zhujingxuan/master
2021-11-22 09:19:14 +00:00
i-robot 24b3e346a4 !26558 Add debug message for BFGS method.
Merge pull request !26558 from hezhenhao1/fix_bfgs_bug
2021-11-22 06:08:33 +00:00
zhujingxuan 3f2479aca0 move test cases 2021-11-22 10:23:28 +08:00
hezhenhao1 a527f43699 Add debug message for BFGS method. 2021-11-19 15:36:45 +08:00
wenbean 13409f519f Unify GPU/CPU ops input/output(col/rolmajor), modify related testcases, add linalg function and testcases 2021-11-19 14:40:27 +08:00
z00512249 fe9442761c add cpu op fp64 register to fix bugs of gmres for backend cpu 2021-11-18 16:57:01 +08:00
i-robot 5c2d1bad14 !26406 Delete a bfgs test case.
Merge pull request !26406 from hezhenhao1/master
2021-11-17 03:17:32 +00:00
hezhenhao1 954dc51a9d Delete a bfgs test case. 2021-11-17 09:13:55 +08:00
z00512249 c3f823cb3e scipy gmres batched interface 2021-11-16 21:10:08 +08:00
i-robot 260e6e8214 !25794 gmres
Merge pull request !25794 from zhujingxuan/master
2021-11-16 06:49:43 +00:00
z00512249 36032e7ee2 add cholesky, cho_factor primitive and backend gpu implements 2021-11-15 21:19:56 +08:00
zhujingxuan 54c3bfac79 gmres 2021-11-15 17:16:42 +08:00
hezhenhao1 93decfffae Add cg method and test cases. And refactor the st test. 2021-11-15 10:49:58 +08:00
hezhenhao1 fb0bdc0caf Add test cases for bfgs method. 2021-11-11 09:15:30 +08:00
hezhenhao1 35a06c9b8b Add test cases with float64 as input type and support graph mode for BFGS. 2021-11-08 21:16:20 +08:00
hezhenhao1 32fbcc3f5b Add inv method and test cases in mindspore.scipy. 2021-11-08 11:44:14 +08:00
liqiliang 88762e3759 Remove a st of bfgs. 2021-11-05 11:45:40 +08:00
zhujingxuan f128914f33 add safe_normalize 2021-11-03 17:21:17 +08:00
liqiliang dd829f53f9 Add BFGS, line_search and block_diag algorithms in scipy. 2021-11-01 16:06:41 +08:00