cavis/libnd4j/blas
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
..
cpu [WIP] Platform helpers switches (#44) 2019-11-14 14:35:02 +03:00
cuda [WIP] Platform helpers switches (#44) 2019-11-14 14:35:02 +03:00
BlasVersionHelper.h [WIP] Last set of changes (#234) 2019-09-04 14:41:08 +03:00
CMakeLists.txt [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
Environment.cpp [WIP] Platform helpers switches (#44) 2019-11-14 14:35:02 +03:00
Environment.h [WIP] Platform helpers switches (#44) 2019-11-14 14:35:02 +03:00
GraphExecutioner.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NDArray.h Shyrma mmul (#58) 2019-11-19 15:39:36 +02:00
NDArray.hpp Shyrma mmul (#58) 2019-11-19 15:39:36 +02:00
NDArrayFactory.h - new NDArrayFactory scalar constructor 2019-11-08 08:49:41 +03:00
NativeOpExecutioner.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
NativeOps.h [WIP] Platform helpers switches (#44) 2019-11-14 14:35:02 +03:00