cavis/libnd4j/include/helpers
Yurii Shyrma 753ce28a92
Shyrma sqrtm (#429)
* - start working on implementation of sqrtm op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - improving householder procedure

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further polishing householder stuff

Signed-off-by: Yurii <iuriish@yahoo.com>

* - polishing hh pivoting qr procedure

Signed-off-by: Yurii <iuriish@yahoo.com>

* - polishing BiDiagonalUp procedure

Signed-off-by: Yurii <iuriish@yahoo.com>

* - polishing householder sequence class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - polishing jacobi svd class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - polishing svd stuff 1

Signed-off-by: Yurii <iuriish@yahoo.com>

* - polishing svd stuff 2

Signed-off-by: Yurii <iuriish@yahoo.com>

* - implementation and testing class which performs Hessenberg decomposition of square matrix

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add static method to JacobiSVD class which makes the continuous Givens rotation generation algorithm

Signed-off-by: Yurii <iuriish@yahoo.com>

* - implementation and testing auxiliary methods of Schur decomp class

Signed-off-by: Yurii <iuriish@yahoo.com>

* some references here and there

Signed-off-by: raver119 <raver119@gmail.com>

* - trying figure out difference between eigen and our Schur alg

Signed-off-by: Yurii <iuriish@yahoo.com>

* - testing fixing bugs in Schur decomposition op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - start to implement class which performs calculation of eigen values and vectors

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add to EigenValsAndVecs method which calculates complex eigen vectors

Signed-off-by: Yurii <iuriish@yahoo.com>

* - testing and fixing bugs in EigenValsAndVecs class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - implementation and testing triangularSolver class

Signed-off-by: Yurii <iuriish@yahoo.com>

* Added a 2D routine for triangular systems solve.

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

* Refactored triangularSolve2D routine and tests.

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

* Refactored another test for triangularSolve2D.

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

* Refactored test for triangularSolve for vector-bar case.

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

* Refactored triangularSolve2D routine and tests.

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

* - implementation of FullPivLU class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - fix bugs in FullPivLU::solve method

Signed-off-by: Yurii <iuriish@yahoo.com>

* - correct permutation vector in FullPivLU::solve

Signed-off-by: Yurii <iuriish@yahoo.com>

* - correct include headers

Signed-off-by: Yurii <iuriish@yahoo.com>

* - implementation of Sqrtm class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - testing and fixing bugs in Sqrtm class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - include sqrtm classes to cuda folder, investigate in what places synchronization doesn't work

Signed-off-by: Yurii <iuriish@yahoo.com>

* Added implementation for cuda triangularSolve2D and also refactored triangularSolve2D for cpu.

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

* Eliminated waste implementations.

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

* - make offset calculation faster in t<> methods

Signed-off-by: Yurii <iuriish@yahoo.com>

* - rename refference T& NDArray::t<> method

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further work on cuda sqrtm

Signed-off-by: Yurii <iuriish@yahoo.com>

* - provide correct synchronization to device in Sqrtm class

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add tests for sqrtm op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - correct fails which appeared while testing on jenkins

Signed-off-by: Yurii <iuriish@yahoo.com>

* - trying to find out mistake in svd::deflation method

Signed-off-by: Yurii <iuriish@yahoo.com>

* Revert "- trying to find out mistake in svd::deflation method"

This reverts commit 19d37baddbc509028e4bc67bc932fe7449becdb6.

* Revert "- trying to find out mistake in svd::deflation method"

This reverts commit 19d37baddbc509028e4bc67bc932fe7449becdb6.

Signed-off-by: Yurii <iuriish@yahoo.com>

* - change call semantic of r<> and t<> methods

Signed-off-by: Yurii <iuriish@yahoo.com>

* - ged rid of ambiguity in * operator overloads for windows buikd

Signed-off-by: Yurii <iuriish@yahoo.com>

* - get rid of ambiguity in * operator overloads for windows build 2

Signed-off-by: Yurii <iuriish@yahoo.com>

* - get rid of ambiguity in * operator overloads for windows build 3

Signed-off-by: Yurii <iuriish@yahoo.com>

* - resolve conflicts with master

Signed-off-by: Yurii <iuriish@yahoo.com>

* cmakelists updated

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* - minor fix in merge cpu helper - make use of reference getter

Signed-off-by: Yurii <iuriish@yahoo.com>

Co-authored-by: raver119 <raver119@gmail.com>
Co-authored-by: shugeo <sgazeos@gmail.com>
2020-05-14 18:06:13 +03:00
..
benchmark benchmarks fixes (#321) 2020-03-16 10:31:06 +03:00
cpu Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
cuda Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
cuda_off Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
impl Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
ArrayUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
AttentionHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BenchmarkHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BitwiseUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BlasHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantShapeHelper.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
ConstantTadHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaLaunchHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DebugHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DebugInfo.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
EigenValsAndVecs.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
EnumUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
FullPivLU.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
GradCheck.h Shyrma gru bp (#377) 2020-04-16 08:09:04 +03:00
HessenbergAndSchur.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
LoopKind.h Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
Loops.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
Loops.hpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LoopsCoordsHelper.h - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
MKLDNNStream.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MmulHelper.h MatMul for gemm/gemv calls (#365) 2020-04-10 17:57:02 +03:00
OmpLaunchHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpArgsHolder.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpBenchmark.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpTracker.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
PointersManager.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
RandomLauncher.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeBuilders.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeUtils.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
SimpleReadWriteLock.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
Sqrtm.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
StringUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
TAD.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
biDiagonalUp.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
cublasHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
data_gen.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
files.h Various fixes (#43) 2019-11-14 19:38:20 +11:00
helper_generator.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_hash.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_ptrmap.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_random.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hhColPivQR.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hhSequence.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
householder.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
jacobiSVD.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
logger.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
mman.h Few Workspace tweaks (#409) 2020-04-23 15:50:30 +03:00
shape.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
svd.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
threshold.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
unicode.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00