shugeo
330a69d4e2
Shugeo solve ls (#203)
* lstsq op. Initial commit.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Least squares linear problem solve op (lstsq). Cpu draft implementation.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Fixed shape routine and tests.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Added test for lstsq op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Rectification for lstsq op implementation.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Corrected test to avoid numerical inconsistensy.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Added prints for check computing.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Corrected tests to use evalueate facility instead.
Signed-off-by: shugeo <sgazeos@gmail.com>
* CPU implementation of MatrixSolveLs op and tests.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Added cuda implementation for helpers with lstsq op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Refactored tests for lstsq op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Added processing for empty inputs.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Merged tests.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Refactored lstsq op for fast case.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Fixed test.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Refactored lstsq op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Fixed some issues with solve.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Fixed lstsq op to avoid erros.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Added kernel for giagonal factor
Signed-off-by: shugeo <sgazeos@gmail.com>
* lstsq wrapper and triangular_solve fixed
* Added proper processing empty inputs and test.
Signed-off-by: shugeo <sgazeos@gmail.com>
* SequenceMask test
* Build fixed
* Added proper processing of empty inputs with solve op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Mapping added
* Added check of input shapes with solve op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Added a couple of tests for lstsq op and minor changes with cuda helper for one.'
Signed-off-by: shugeo <sgazeos@gmail.com>
* Tests on
* Refactored test for lstsq op.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Fixed test
* Added another approach for lstsq op aka solve_ls.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Finished cpu part for solve_ls op helpers.
* Added helper for low triangular matrix inversion.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Refactored alternate solve_ls cpu implementation.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Removed alternate approach for solve_ls op. Added multithreading with matrix inversion.
Signed-off-by: shugeo <sgazeos@gmail.com>
* Assert fixed
* Refactored multithreading for inverse matricies.
Signed-off-by: shugeo <sgazeos@gmail.com>
Co-authored-by: Alexander Stoyakin <alexander.stoyakin@gmail.com>
2020-02-28 11:37:26 +03:00
..
2020-02-28 11:37:26 +03:00
2020-02-28 11:37:26 +03:00
2020-02-24 07:51:01 +03:00
2019-12-02 21:37:21 +03:00
2019-09-11 20:12:09 +03:00
2019-12-24 18:30:54 +03:00
2019-07-20 23:20:41 +10:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-27 18:37:04 +03:00
2019-06-06 15:21:15 +03:00
2019-12-02 21:37:21 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2020-01-20 21:32:46 +03:00
2020-02-17 10:23:05 +03:00
2020-02-20 11:43:26 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-07-20 23:05:21 +10:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-10-10 16:40:56 +03:00
2019-09-11 20:12:09 +03:00
2019-12-03 09:40:45 +03:00
2019-06-06 15:21:15 +03:00
2019-08-05 11:27:05 +10:00
2019-07-20 23:20:41 +10:00
2019-08-28 18:20:44 +03:00
2019-07-20 23:20:41 +10:00
2020-01-04 13:27:50 +03:00
2019-07-20 23:07:42 +10:00
2019-06-06 15:21:15 +03:00
2019-12-02 21:37:21 +03:00
2019-10-04 21:16:34 +03:00
2020-02-17 10:23:05 +03:00
2019-11-28 21:08:51 +03:00
2019-12-24 18:30:54 +03:00
2019-06-06 15:21:15 +03:00
2019-10-23 12:11:25 +03:00
2019-08-31 20:57:39 +03:00
2020-01-20 12:29:36 +03:00
2019-06-06 15:21:15 +03:00
2019-06-27 18:37:04 +03:00
2019-12-20 22:35:39 +03:00
2019-06-06 15:21:15 +03:00
2019-12-20 22:35:39 +03:00
2020-02-28 11:37:26 +03:00
2020-02-28 11:37:26 +03:00
2019-11-13 17:04:59 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-09-02 16:25:58 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-12-02 21:37:21 +03:00
2019-06-27 18:37:04 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-27 18:37:04 +03:00
2020-01-04 13:27:50 +03:00
2020-02-28 11:37:26 +03:00
2019-06-06 15:21:15 +03:00
2020-01-06 22:35:05 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-08-17 14:15:08 +03:00
2019-11-20 21:11:04 +02:00
2019-06-06 15:21:15 +03:00
2019-11-26 20:29:09 +03:00
2019-07-20 23:20:41 +10:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-08-15 20:35:15 +03:00
2020-02-04 08:59:11 +03:00
2020-01-04 13:27:50 +03:00
2019-06-06 15:21:15 +03:00
2019-08-05 11:27:05 +10:00
2019-07-20 23:05:21 +10:00
2019-06-06 15:21:15 +03:00
2019-06-27 18:37:04 +03:00
2020-02-24 08:22:41 +03:00
2020-01-22 10:48:03 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00