cavis/libnd4j/include/helpers
Abdelrauf c783a5938a
Cmake compilation helper module (#478)
* Cmake: generate compilation units
Corrections. Added loops/cpu compilation units
Config files

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* Cmake compilation helper module: fix cmake variable scope and some typos

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* Cmake compilation helper: added other generations. should fix cuda
compilation

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* crop_and_resize adopted new compilation units setup

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

* Cmake Compilation Helper: Added comments and some configurations file

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* minor fix

Signed-off-by: Abdelrauf <rauf@konduit.ai>

Co-authored-by: raver119@gmail.com <raver119@gmail.com>
2020-06-01 11:47:21 +03:00
..
benchmark benchmarks fixes (#321) 2020-03-16 10:31:06 +03:00
cpu Cmake compilation helper module (#478) 2020-06-01 11:47:21 +03:00
cuda Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
cuda_off Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
impl Rng tweaks (#479) 2020-05-30 21:13:33 +03:00
ArrayUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
AttentionHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BenchmarkHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BitwiseUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BlasHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantShapeHelper.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
ConstantTadHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaLaunchHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DebugHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DebugInfo.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
EigenValsAndVecs.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
EnumUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
FullPivLU.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
GradCheck.h Shyrma gru bp (#377) 2020-04-16 08:09:04 +03:00
HessenbergAndSchur.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
LoopKind.h Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
Loops.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
Loops.hpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LoopsCoordsHelper.h - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
MKLDNNStream.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MmulHelper.h MatMul for gemm/gemv calls (#365) 2020-04-10 17:57:02 +03:00
OmpLaunchHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpArgsHolder.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpBenchmark.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpTracker.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
PointersManager.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
RandomLauncher.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeBuilders.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeUtils.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
SimpleReadWriteLock.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
Sqrtm.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
StringUtils.h Rng tweaks (#479) 2020-05-30 21:13:33 +03:00
TAD.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
biDiagonalUp.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
cublasHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +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 libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_hash.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_ptrmap.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_random.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hhColPivQR.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hhSequence.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
householder.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
jacobiSVD.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
logger.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
mman.h Few Workspace tweaks (#409) 2020-04-23 15:50:30 +03:00
shape.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
svd.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
threshold.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
unicode.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00