cavis/libnd4j/include/helpers
Yurii Shyrma 5d9b2a16e5 Shyrma temp (#131)
* - specifying template instantiation for certain types in float16 and bloat16

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

* - polishing bfloat16 and float16 member functions template specialization

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

* - rewrite and overload array +-*/ scalar and scalar +-*/ arr in NDAray class

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

* - make corrections which have to do with and rvalue lvalue conversions

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

* - provide move semantic in NDArray operators array +-/* array

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

* float16/bfloat16 tweaks

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

* one more tweak

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

* - make float16 and bfloat16 to compile successfully on cuda

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

* - do not use resources of view-like arrays when move semantics is applied

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

* - get rid of pointers in signatures NDArray methods 1

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

* - correction of signature of NDArray::dup method

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

* - correction of signature of NDArray::reduceAlongDimension method

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

* - signature correction of NDArray::applyIndexReduce and applyTrueBroadcast methods

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

* - signature correction of NDArray::applyReduce3 and varianceAlongDimension methods

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

* - signature correction of NDArray::tensorsAlongDimension and diagonal methods

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

* - signature correction of NDArray::allTensorsAlongDimension

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

* - signature correction of NDArray::reduceAlongDimension 2

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

* - signature correction of NDArray::applyTransform 2

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

* - signature correction of NDArray::applyPairwiseTransform 2

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

* - signature correction of NDArray::applyBroadcast 2

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

* - signature correction of NDArray::applyTrueBroadcast 2

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

* - signature correction of NDArray::applyScalar and applyScalarArr

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

* - signature correction of NDArray::lambda methods

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

* - signature correction of NDArray::reduce3 methods 2

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

* - signature correction of following NDArray methods: add/sub/mul/div row/column and fillAsTriangular

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

* - signature correction of NDArray::tileToShape methods

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

* - signature correction of NDArray::isShapeSameStrict method

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

* minor corrections in tests

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

* - replace reduce op in batchnorm mkldnn

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

* - add explicit templates instantiations for operator+(NDArray&&. const scalar)

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

* - corrections of casts in float16/bfloat16

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

* - provide move semantics in following NDArray methods: transform, applyTrueBroadcast, transpose, reshape, permute

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

* - get rid of input array A duplicate in svd cuda op

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

* - avoid available bug in svd cuda API

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

* - add temporary global memory buffer in svd cuda when calcUV = false and  m != n

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

* - remove test with blfoat16 type for betainC

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

* - resolve conflicts after master has been merged in

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

* - changed type of affected input array in fused_batch_norm

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

* - add several explicit type castings

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

* - add ND4J_EXPORT to operators

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

* - add explicit template types in instantiations of template arithm operators of NDArray class

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

* - one more test fix

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

Co-authored-by: raver119 <raver119@gmail.com>
2019-12-20 22:35:39 +03:00
..
benchmark Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cpu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cuda - permute threadsPerBlock and blocksPerGrid in signature of launching of cuda kernel for trueBroadcast op (#120) 2019-12-09 20:08:36 +03:00
cuda_off Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
impl Shyrma mmul (#58) 2019-11-19 15:39:36 +02: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 [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +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
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 Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
ShapeUtils.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
SimpleReadWriteLock.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
StringUtils.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
TAD.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
TrueBroadcastHelper.h [WIP] Broadcast changes (#8257) 2019-10-01 09:10:19 +03:00
biDiagonalUp.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
cublasHelper.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +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 Shyrma scatter (#84) 2019-11-26 20:29:09 +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