cavis/libnd4j/include/helpers/cpu
Yurii Shyrma 66b84b38cf
Shyrma mmul (#58)
* - get rid of some copy procedures in mmulHelper ops

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

* - further work on embedding cuda api for batched gemm (cublasGemmBatchedEx) in our mmulHelper class

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

* - further work on cuda batched gamm api

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

* - write own cuda kernel performing batched gemm

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

* missing include in MmulHelper

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

* - forgot to keep in code previous correct kernels for mmulNxN, since it may happen that new onw will fail for some reason in future

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

* disable old tensordot

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

* - rewrite cuda kernels for usualGemm and usualGemv

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

* - profiling mmul helpers

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

* - prints to check shapes were added

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

* - correct type of output array Cin mmulNxN

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

* - take into account possible nans in C array

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

* slightly change numThreads message

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

* - make corrections in accordance to given notes in pr review

Signed-off-by: Yurii <iuriish@yahoo.com>
2019-11-19 15:39:36 +02:00
..
loops [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
ConstantHelper.cpp Shyrma mmul (#58) 2019-11-19 15:39:36 +02:00
ConstantShapeHelper.cpp Shyrma bn mkl bp (#14) 2019-10-26 14:14:21 +03:00
ConstantTadHelper.cpp [WIP] Thread safety (#229) 2019-09-03 22:00:38 +03:00
MmulHelper.cpp Shyrma mmul (#58) 2019-11-19 15:39:36 +02:00
PointersManager.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
TrueBroadcastHelper.cpp [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
biDiagonalUp.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
cublasHelper.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
hhColPivQR.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
hhSequence.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
householder.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
jacobiSVD.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
svd.cpp - add additional condition in svd helper to take into account rounding errors (#31) 2019-11-05 17:16:17 +02:00