cavis/libnd4j/include/ops/declarable/helpers/cuda
Samuel Audet 029b84e2b7
Development updates (#9053)
* RL4J: Add generic update rule (#502)

Signed-off-by: Alexandre Boulanger <aboulang2002@yahoo.com>

* Shyrma reduce (#481)

* - start working on improving of cpu legacy code for reduce ops

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

* - further work on improving legacy loops

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

* - still working on improving reduce ops

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

* - further work on improving reduce ops

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

* - testing speed run of new reduce op

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

* - working on improvement of default loop for reduce op

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

* - update signatures of stuff which calls reduce ops

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

* - make corrections in cuda reduce kernels

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

* - change loop for default case in broadcast legacy ops

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

* - comment some shape stuff

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

* - comment unnecessary prints in RNGtests

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

* - finish to resolve conflicts after master has been merged

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

* - get rid of some compilation mistakes of cuda stuff

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

* - minor changes

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

* - further search for bug causing crash on java test

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

* - add scalar case in reduce_ ... exec stuff

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

* - minor corrections in NAtiveOps.cu

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

* - add switch to scalar case execReduceXD functions

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

* - add support for vectors old shape in ConstantShapeHelper::createShapeInfoWithNoUnitiesForReduce

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

* - correct cuda mirrorPad

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

* - add support for vectors old shape in cuda createShapeInfoWithNoUnitiesForReduce

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

Co-authored-by: raver119 <raver119@gmail.com>

* Add support for CUDA 11.0 (#492)

* Add support for CUDA 11.0

* libnd4j tweaks for CUDA 11

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

* bindings update, again?

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

* * Update versions of JavaCPP Presets for FFmpeg, OpenBLAS, and NumPy

* update API to match CUDA 8

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

* * Update version of JavaCPP Presets for CPython

* C++ updated for cuDNN 8.0

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

* one more test

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

* one more test

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

* one more test

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

* 128-bit alignment for workspaces

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

* change seed in 1 test

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

* Fix dependecy duplication in python4j-parent pom

* Fix group id for in python4j-numpy

* few tests tweaked

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

* Remove macosx-x86_64-gpu from nd4j-tests-tensorflow

* few minor tweaks for IndexReduce

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

* one test removed

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

Co-authored-by: raver119@gmail.com <raver119@gmail.com>
Co-authored-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>

* RL4J: Add SyncTrainer and AgentLearnerBuilder for a few algorithms (#504)

Signed-off-by: Alexandre Boulanger <aboulang2002@yahoo.com>

Co-authored-by: Alexandre Boulanger <44292157+aboulang2002@users.noreply.github.com>
Co-authored-by: Yurii Shyrma <iuriish@yahoo.com>
Co-authored-by: raver119 <raver119@gmail.com>
Co-authored-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>
2020-07-26 21:59:27 +09: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 Development updates (#9053) 2020-07-26 21:59:27 +09:00
addBias.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
adjust_hue.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
adjust_saturation.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +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 R119 random shuffle (#488) 2020-06-11 20:15:13 +03:00
confusion.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
extract_patches.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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 Development updates (#9053) 2020-07-26 21:59:27 +09: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 C++ rearrangements (#485) 2020-06-06 15:26:55 +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 Eliminated error with resize implementation. (#418) 2020-05-27 21:15:03 +03:00
image_resize_v2.cu Eliminated error with resize implementation. (#418) 2020-05-27 21:15:03 +03:00
image_suppression.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
imagesHelpers.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
indexReductions.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
ismax.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
lstm.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lstsq.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
lup.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
matrixSetDiag.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
matrix_band.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
matrix_diag_part.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
max_pooling.cu max_pool with argmax - more data types (#486) 2020-06-11 12:39: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 C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
minimum.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nth_element.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
one_hot.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
pad.cu Development updates (#9053) 2020-07-26 21:59:27 +09:00
percentile.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
polyGamma.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
prefix.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
print_variable.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
qr.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
random.cu Added dtype formulation for poisson and gamma distributions. (#442) 2020-06-08 13:14:22 +03:00
randomShuffle.cu R119 random shuffle (#488) 2020-06-11 20:15:13 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
roll.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
scatter_simple.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
scatter_update.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
segment.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
segment_max.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
segment_mean.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
segment_min.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
segment_prod.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
segment_sqrtn.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
segment_sum.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +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 C++ rearrangements (#485) 2020-06-06 15:26:55 +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 Development updates (#9053) 2020-07-26 21:59:27 +09:00
transforms.cu Development updates (#9053) 2020-07-26 21:59:27 +09:00
triangular_solve.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +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.