cavis/libnd4j/include/ops/declarable/helpers/cuda
Yurii Shyrma 753ce28a92
Shyrma sqrtm (#429)
* - start working on implementation of sqrtm op

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

* - improving householder procedure

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

* - further polishing householder stuff

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

* - polishing hh pivoting qr procedure

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

* - polishing BiDiagonalUp procedure

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

* - polishing householder sequence class

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

* - polishing jacobi svd class

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

* - polishing svd stuff 1

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

* - polishing svd stuff 2

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

* - implementation and testing class which performs Hessenberg decomposition of square matrix

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

* - add static method to JacobiSVD class which makes the continuous Givens rotation generation algorithm

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

* - implementation and testing auxiliary methods of Schur decomp class

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

* some references here and there

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

* - trying figure out difference between eigen and our Schur alg

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

* - testing fixing bugs in Schur decomposition op

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

* - start to implement class which performs calculation of eigen values and vectors

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

* - add to EigenValsAndVecs method which calculates complex eigen vectors

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

* - testing and fixing bugs in EigenValsAndVecs class

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

* - implementation and testing triangularSolver class

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

* Added a 2D routine for triangular systems solve.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored triangularSolve2D routine and tests.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored another test for triangularSolve2D.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored test for triangularSolve for vector-bar case.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored triangularSolve2D routine and tests.

Signed-off-by: shugeo <sgazeos@gmail.com>

* - implementation of FullPivLU class

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

* - fix bugs in FullPivLU::solve method

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

* - correct permutation vector in FullPivLU::solve

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

* - correct include headers

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

* - implementation of Sqrtm class

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

* - testing and fixing bugs in Sqrtm class

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

* - include sqrtm classes to cuda folder, investigate in what places synchronization doesn't work

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

* Added implementation for cuda triangularSolve2D and also refactored triangularSolve2D for cpu.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Eliminated waste implementations.

Signed-off-by: shugeo <sgazeos@gmail.com>

* - make offset calculation faster in t<> methods

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

* - rename refference T& NDArray::t<> method

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

* - further work on cuda sqrtm

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

* - provide correct synchronization to device in Sqrtm class

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

* - add tests for sqrtm op

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

* - correct fails which appeared while testing on jenkins

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

* - trying to find out mistake in svd::deflation method

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

* Revert "- trying to find out mistake in svd::deflation method"

This reverts commit 19d37baddbc509028e4bc67bc932fe7449becdb6.

* Revert "- trying to find out mistake in svd::deflation method"

This reverts commit 19d37baddbc509028e4bc67bc932fe7449becdb6.

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

* - change call semantic of r<> and t<> methods

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

* - ged rid of ambiguity in * operator overloads for windows buikd

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

* - get rid of ambiguity in * operator overloads for windows build 2

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

* - get rid of ambiguity in * operator overloads for windows build 3

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

* - resolve conflicts with master

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

* cmakelists updated

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

* - minor fix in merge cpu helper - make use of reference getter

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

Co-authored-by: raver119 <raver119@gmail.com>
Co-authored-by: shugeo <sgazeos@gmail.com>
2020-05-14 18:06:13 +03:00
..
compression More pre-release fixes (#456) 2020-05-13 08:12:07 +03:00
legacy libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BarnesHutTsne.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
activations.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
addBias.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
adjust_hue.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
adjust_saturation.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
axis.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
batched_gemm.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
batchnorm.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
betaInc.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
clip.cu Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
col2im.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
compare_elem.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
concat.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
confusion.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_col2vol.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_conv2d.cu Split convolutions implementations for compilation speed up (#339) 2020-03-23 07:30:26 +03:00
convolutions_conv2dBP.cu Split convolutions implementations for compilation speed up (#339) 2020-03-23 07:30:26 +03:00
convolutions_depthwiseConv2d.cu Split convolutions implementations for compilation speed up (#339) 2020-03-23 07:30:26 +03:00
convolutions_depthwiseConv2dBP.cu Split convolutions implementations for compilation speed up (#339) 2020-03-23 07:30:26 +03:00
convolutions_pooling2d.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_pooling2dBP.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_pooling3d.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_pooling3dBP.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_sconv2d.cu Split convolutions implementations for compilation speed up (#339) 2020-03-23 07:30:26 +03:00
convolutions_upsampling2d.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_upsampling2dBP.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_upsampling3d.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_upsampling3dBP.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
convolutions_vol2col.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
cross.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
d_t_s.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
diGamma.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
diag.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
dilation2d.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
dropout.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
dynamic.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
extract_patches.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
fake_quantization.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
flatten.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
gather.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
gather_nd.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
gradient.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hamming.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
hashcode.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
histogram.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
histogramFixedWidth.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
im2col.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
image_draw_bounding_boxes.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
image_resize.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
image_suppression.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
imagesHelpers.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
indexReductions.cu - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
ismax.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
legacy_helper.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lgamma.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lrn.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
lstm.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lstsq.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
lup.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
matrixSetDiag.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
matrix_band.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
matrix_diag_part.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
max_pooling.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
maximum.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
merge.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
meshgrid.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
minimum.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nth_element.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
one_hot.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
pad.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
percentile.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
polyGamma.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
prefix.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
print_variable.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
qr.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
random.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
random_crop.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
range.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reverse.cu Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
roll.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
s_t_b.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
s_t_d.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
scatter.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
scatter_simple.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
scatter_update.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_max.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_mean.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_min.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_prod.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_sqrtn.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_sum.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
sequence_mask.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
sg_cb.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
shift.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
solve.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
split.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
sru.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
stack.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
svd.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
toggle_bits.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
top_k.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
transforms.cu Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
triangular_solve.cu Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
updaterAdaDelta.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterAdaGrad.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterAdaMax.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterAdam.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterAmsGrad.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterNadam.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterNesterovs.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
updaterRmsProp.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
weights.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
zeta.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00

README.md

This folder contains CUDA-specific implementations for operations.