shugeo 2717b25931 Shugeo qr (#153)
* Added qr op implementation. Initial version.

* Fixed doc for qr op.

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

* Implementation of QR decomposition. CPU platform version.

* Added a pair of tests for qr op testing.

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

* QR implementation.

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

* Corrected norm using.

* Properly calculated intermediate results with QR decomposition.

* Another step to implement QR algorithm by householder.

* Cpu implementatio for QR decomposition. The first working edition.

* Corrected test to QR decomposition.

* Added tad multithreading with QR implementation.

* Finished cpu implementation for QR decomposition helpers.

* Refactored tests and improved multithreading.

* Refactored QR cpu implementation and update cuda implementation helpers.

* Cuda QR helper implementation. The first working edition.

* Eliminated waste prints.

* Restore multithreading with cuda implementation.

* Ops names corrected

* Refactored qr op helpers to optimize.

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

* Eliminated waste manual ticking.

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

* Refactored memory allocation to avoid waste memory usage.

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

* Refactored matrixMinor method both for cuda and cpu platforms.

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

* Refactored method of vmul to use raw buffers instead type conversion.

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

* Refactored temporary array of matricies.

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

Co-authored-by: Alexander Stoyakin <alexander.stoyakin@gmail.com>
Co-authored-by: raver119 <raver119@gmail.com>
2020-01-22 13:59:36 +03:00
..
2019-12-20 22:35:39 +03:00
2020-01-04 13:27:50 +03:00
2019-11-21 21:17:30 +02:00
2019-09-09 16:27:45 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2019-11-21 21:17:30 +02:00
2019-12-24 17:01:03 +03:00
2019-12-20 22:35:39 +03:00
2019-09-11 20:12:09 +03:00
2019-06-27 18:37:04 +03:00
2019-09-11 21:04:43 +03:00
2019-12-03 09:40:45 +03:00
2019-09-11 20:12:09 +03:00
2019-09-11 20:12:09 +03:00
2019-09-11 21:04:43 +03:00
2019-12-20 22:35:39 +03:00
2019-09-11 20:12:09 +03:00
2019-11-26 20:29:09 +03:00
2019-11-26 20:29:09 +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-08-20 18:28:43 +03:00
2019-09-02 11:25:48 +03:00
2019-09-11 20:12:09 +03:00
2020-01-22 10:46:33 +03:00
2019-12-24 18:30:54 +03:00
2019-12-20 22:35:39 +03:00
2019-12-20 22:35:39 +03:00
2020-01-20 21:32:46 +03:00
2019-09-02 11:25:48 +03:00
2019-12-20 22:35:39 +03:00
2019-09-11 21:04:43 +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-09-11 20:12:09 +03:00
2019-12-20 22:35:39 +03:00
2019-09-11 21:04:43 +03:00
2019-09-11 20:12:09 +03:00
2019-09-11 20:12:09 +03:00
2019-12-20 22:35:39 +03:00
2019-12-03 09:40:45 +03:00
2019-09-11 20:12:09 +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-09-02 11:25:48 +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-09-11 20:12:09 +03:00
2019-06-27 18:37:04 +03:00
2019-11-26 20:29:09 +03:00
2019-12-20 22:35:39 +03:00
2019-11-28 21:08:51 +03:00
2019-11-28 21:08:51 +03:00
2019-08-14 16:52:34 +03:00
2019-11-20 21:11:04 +02: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-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-09-11 20:12:09 +03:00
2019-09-11 20:12:09 +03:00

This folder contains CUDA-specific implementations for operations.