shugeo 41ff907bc6
Shugeo solve linear (#191)
* linear equations systems solve op. Initial commit.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Fixed compiling issues.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Linear equations systems solve. The next stage commit.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Added test for linear equations systems solve operation.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Added additional test and fixed lower matrix retrievance.

* Implementation for solve of the systems of linear equations."

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored permutation generation.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Added restore for permutations batched with cuda helper for solve op.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Finished cuda implementation for solve op helpers.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored cpu helpers for solve op.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Fix gtest output on Windows

* Fixed issue with permutation matrix for cuda implementation.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Fixed issue with permutation matrix for cpu implementation.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Eliminated waste comments.

Signed-off-by: shugeo <sgazeos@gmail.com>

* LinearSolve added

* Mapping added

* Javadoc added

* Refactored implementation of triangular_solve helpers and tests for solve matrix equations generally.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Added a test for solve op.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Solve test added

* Fix for TF import

Co-authored-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>
Co-authored-by: raver119 <raver119@gmail.com>
Co-authored-by: Alexander Stoyakin <alexander.stoyakin@gmail.com>
2020-02-04 08:59:11 +03:00
..
2019-12-20 22:35:39 +03:00
2019-12-24 20:56:49 +03:00
2019-11-13 17:04:59 +03:00
2019-08-17 14:15:08 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-11-13 17:04:59 +03:00
2020-01-04 13:45:07 +11:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-11-13 17:04:59 +03:00
2019-12-03 09:40:45 +03:00
2019-11-21 21:17:30 +02:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-09-11 20:12:09 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-11-13 17:04:59 +03:00
2020-01-04 15:27:16 +03:00
2019-11-13 17:04:59 +03:00
2019-11-13 17:04:59 +03:00
2020-01-22 10:46:33 +03:00
2019-12-24 18:30:54 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2020-01-20 12:29:36 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2020-02-04 08:59:11 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2019-12-03 09:40:45 +03:00
2019-12-20 22:35:39 +03:00
2020-01-04 13:27:50 +03:00
2020-01-22 13:59:36 +03:00
2020-01-06 22:35:05 +03:00
2019-11-13 17:04:59 +03:00
2019-06-27 18:37:04 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2020-01-24 10:11:09 +03:00
2019-11-13 17:04:59 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2020-02-04 08:59:11 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-13 17:04:59 +03:00
2019-12-20 22:35:39 +03:00
2019-06-06 15:21:15 +03:00
2019-11-13 17:04:59 +03:00

This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.