cavis/libnd4j/include/helpers
raver119 7783012f39
cuDNN integration (#150)
* initial commit

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

* one file

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

* few more includes

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

* m?

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

* const

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

* cudnn linkage in tests

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

* culibos

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

* static reminder

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

* platform engine tag

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

* HAVE_CUDNN moved to config.h.in

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

* include

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

* include

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

* skip cudnn handle creation if there's not cudnn

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

* meh

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

* target device in context

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

* platform engines

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

* platform engines

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

* allow multiple -h args

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

* allow multiple -h args

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

* move mkldnn out of CPU block

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

* link to mkldnn on cuda

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

* less prints

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

* minor tweaks

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

* next step

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

* conv2d NCHW draft

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

* conv2d biasAdd

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

* test for MKL/CUDNN combined use

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

* - provide additional code for conv2d ff based on cudnn api, not tested yet

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

* - further work on conv2d helper based on using cudnn api

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

* - fixing several cuda bugs which appeared after cudnn lib had been started to use

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

* - implementation of conv2d backprop op based on cudnn api

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

* - implementaion of conv3d and conv3d_bp ops based on cudnn api

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

* - bugs fixing in conv3d/conv3d_bp ops (cudnn in use)

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

* - implementation of depthwiseConv2d (ff/bp) op based on cudnn api

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

* - implementation of batchnorm ff op based on cudnn api

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

* - disable cudnn batchnorm temporary

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

* - add minor change in cmake

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

* engine for depthwise mkldnn

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

* couple of includes

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

* - provide permutation to cudnn batchnorm ff when format is NHWC

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

* lgamma fix

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

* - eliminate memory leak in two tests

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

Co-authored-by: Yurii Shyrma <iuriish@yahoo.com>
2020-01-20 21:32:46 +03:00
..
benchmark Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cpu Lu wrapper and tests fixes (#144) 2019-12-30 15:06:12 +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 cuDNN integration (#150) 2020-01-20 21:32:46 +03:00
impl String changes (#3) 2020-01-04 13:27:50 +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
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 String changes (#3) 2020-01-04 13:27:50 +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 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 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