cavis/libnd4j/include/ops/declarable/helpers/cpu
raver119 763a225c6a [WIP] More of CUDA operations (#69)
* initial commit

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

* - gruCell_bp further

Signed-off-by: Yurii <yurii@skymind.io>

* - further work on gruCell_bp

Signed-off-by: Yurii <yurii@skymind.io>

* Inverse matrix cublas implementation. Partial working revision.

* Separation of segment ops helpers. Max separation.

* Separated segment_min ops.

* Separation of segment_mean/sum/prod/sqrtN ops heleprs.

* Fixed diagonal processing with LUP decomposition.

* Modified inversion approach using current state of LU decomposition.

* Implementation of matrix_inverse op with cuda kernels. Working revision.

* Implemented sequence_mask cuda helper. Eliminated waste printf with matrix_inverse implementation. Added proper tests.

* - further work on gruCell_bp (ff/cuda)

Signed-off-by: Yurii <yurii@skymind.io>

* comment one test for gruCell_bp

Signed-off-by: Yurii <yurii@skymind.io>

* - provide cuda static_rnn

Signed-off-by: Yurii <yurii@skymind.io>

* Refactored random_shuffle op to use new random generator.

* Refactored random_shuffle op helper.

* Fixed debug tests with random ops tests.

* Implement random_shuffle op cuda kernel helper and tests.

* - provide cuda scatter_update

Signed-off-by: Yurii <yurii@skymind.io>

* Implementation of random_shuffle for linear case with cuda kernels and tests.

* Implemented random_shuffle with cuda kernels. Final revision.

* - finally gruCell_bp is completed

Signed-off-by: Yurii <yurii@skymind.io>

* Dropout op cuda helper implementation.

* Implemented dropout_bp cuda helper.

* Implemented alpha_dropout_bp with cuda kernel helpers.

* Refactored helper.

* Implementation of suppresion helper with cuda kernels.

* - provide cpu code fot hsvToRgb, rgbToHsv, adjustHue

Signed-off-by: Yurii <yurii@skymind.io>

* Using sort by value method.

* Implementation of image.non_max_suppression op cuda-based helper.

* - correcting and testing adjust_hue, adjust_saturation cpu/cuda code

Signed-off-by: Yurii <yurii@skymind.io>

* Added cuda device prefixes to declarations.

* Implementation of hashcode op with cuda helper. Initital revision.

* rnn cu impl removed

Signed-off-by: raver119 <raver119@gmail.com>
2019-07-20 23:20:41 +10:00
..
BarnesHutTsne.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
activations.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
addBias.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
adjust_hue.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
adjust_saturation.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
axis.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
batched_gemm.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
batchnorm.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
bds.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
betaInc.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
col2im.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
compare_elem.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
confusion.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
convolutions.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
cross.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
d_t_s.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
diag.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
dilation2d.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
dropout.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
dynamic.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
extract_patches.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
fake_quantization.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
flatten.cpp [WIP] More of CUDA (#63) 2019-07-20 23:15:14 +10:00
gather.cpp Add libnd4j benchmarks (#3) 2019-07-20 22:54:44 +10:00
gru.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
hashcode.cpp [WIP] INDArray hashCode() impl (#50) 2019-07-20 22:22:11 +10:00
histogram.cpp [WIP] More CUDA fixes/updates (#62) 2019-07-20 23:07:42 +10:00
histogramFixedWidth.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
im2col.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
image_resize.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
image_suppression.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
ismax.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
legacy_helper.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
lrn.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
lstm.cpp Add libnd4j benchmarks (#3) 2019-07-20 22:54:44 +10:00
lup.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
matmul.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrixSetDiag.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_band.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_diag.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_diag_part.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
max_pooling.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
meshgrid.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
minimax.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
nth_element.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
one_hot.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
percentile.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
polyGamma.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
prefix.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
random_crop.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
range.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
reverse.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
roll.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
s_t_b.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
s_t_d.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
scatter.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
segment.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
sequence_mask.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
sg_cb.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
sru.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
stack.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
svd.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
toggle_bits.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
top_k.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
transforms.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
weights.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
zeta.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00

README.md

This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.