cavis/libnd4j/include/helpers
Yurii Shyrma fe47f52896
Oleh tenzor mmul (#231)
* Libnd4j: TensorMMul backprop op #8174, raw implementation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 merge master and some corrections

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 algorithm update, need testing, sync with  master

* Libnd4j: TensorMMul backprop op #8174 fixed incorrect B axes calculation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 optimize axes identification and fix bug of indeces overlapping, added first test. need testing with different shapes

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 some fixes and improvements need more testing

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed order of matrix multiply

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed issue of incorrect axes definition, add tests based on TF, need additional testing for case dLdC not equal 1

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed scalar case add test

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed bp algorithm, axes definition, need some mode testing with different orders combination f,c; c,f f,f and add some checks for inputs

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 some checks and corrections added tests, exists the problem with different input orders support A-f B-c and A-f B-f

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 sync master

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* - correct bug in MmulHelper::tensorDot(a, b, c, axes_a, axes_b,permutForC)

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

* Libnd4j: TensorMMul backprop op #8174 code clean up and refactoring

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* - add check for linspase ordered permutations in ShapeUtils::evalShapeForTensorDot

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

* - provide additional code in shape::reshape stuff in order to reduce amount of allocation/copy operations during reshaping procedure

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

* - further work on problem of wrong shape evaluation during permute/reshape procedures

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

* - still looking for bug reason in reshape/permute stuff

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

* - correct bug in transform cuda native ops

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

* - correct bug in NDArray::assign

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

* - remove old shape::reshape stuff

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

* - add possibility to disable copy of old buffer to new buffer during reshape operation in NDArray class

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

* - correct bug in tensorDot which had to do with wrong pointers assigments

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

Co-authored-by: Oleh <oleg.semeniv@gmail.com>
2020-02-13 20:33:54 +03:00
..
benchmark Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cpu Oleh tenzor mmul (#231) 2020-02-13 20:33:54 +03:00
cuda Compilation units (#224) 2020-02-09 19:48:32 +03:00
cuda_off cuDNN integration (#150) 2020-01-20 21:32:46 +03:00
impl Oleh tenzor mmul (#231) 2020-02-13 20:33:54 +03:00
ArrayUtils.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
AttentionHelper.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
BenchmarkHelper.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
BitwiseUtils.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
BlasHelper.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ConstantHelper.h Snapshot update (#8194) 2019-09-03 22:02:02 +03:00
ConstantShapeHelper.h Shyrma bn mkl bp (#14) 2019-10-26 14:14:21 +03:00
ConstantTadHelper.h Snapshot update (#8194) 2019-09-03 22:02:02 +03:00
CudaLaunchHelper.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
DebugHelper.h String changes (#3) 2020-01-04 13:27:50 +03:00
DebugInfo.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
EnumUtils.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GradCheck.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
LoopKind.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
Loops.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
Loops.hpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
LoopsCoordsHelper.h Initial performance improvement for Bias Add and etc #8556 (#217) 2020-02-08 15:31:30 +03:00
MKLDNNStream.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
MmulHelper.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
OmpLaunchHelper.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
OpArgsHolder.h [WIP] more fixes (#159) 2019-08-23 19:20:50 +03:00
OpBenchmark.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OpTracker.h Actually export functions from NativeOps.h 2019-08-05 11:22:59 +10:00
PointersManager.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
RandomLauncher.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
ShapeBuilders.h Oleh tenzor mmul (#231) 2020-02-13 20:33:54 +03:00
ShapeUtils.h Oleh convert (#200) 2020-01-31 16:30:49 +03:00
SimpleReadWriteLock.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
StringUtils.h Oleh convert (#200) 2020-01-31 16:30:49 +03:00
TAD.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
biDiagonalUp.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
cublasHelper.h cuDNN integration (#150) 2020-01-20 21:32:46 +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 Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
helper_hash.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
helper_ptrmap.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
helper_random.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
hhColPivQR.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
hhSequence.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
householder.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
jacobiSVD.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
logger.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
mman.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
shape.h Oleh tenzor mmul (#231) 2020-02-13 20:33:54 +03:00
svd.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
threshold.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
unicode.h Oleh convert (#200) 2020-01-31 16:30:49 +03:00