Commit Graph

22 Commits

Author SHA1 Message Date
zhujingxuan e9c267d268 reduce testcase size 2022-06-09 15:53:52 +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
hezhenhao1 b63e4b8b20 Fix bprop of cg method, support to return CSRTensor. 2022-03-10 21:24:39 +08:00
hezhenhao1 28e74b1e5f Fix sparse check and refactor the test cases of cg method. 2022-03-10 15:33:11 +08:00
hezhenhao1 bad551d210 Add support of cg backward in pynative mode. 2022-03-10 09:13:21 +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 16a1c3c76e Add bicgstab method and its test cases. 2022-01-17 11:52:03 +08:00
zhujingxuan 7e16e6d8cb add float32 to Batch Gmres 2021-11-30 17:25:40 +08:00
zhujingxuan 2aa8dc28cf add float32 testing 2021-11-29 10:53:31 +08:00
zhujingxuan 142480b08e fix cpu graph mode 2021-11-26 09:51:07 +08:00
zhujingxuan 3f2479aca0 move test cases 2021-11-22 10:23:28 +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
zhujingxuan 54c3bfac79 gmres 2021-11-15 17:16:42 +08:00