cavis/libnd4j/include/ops/declarable/helpers/cuda
Oleh 2404be5fe0 Oleh multinomial (#163)
* libnd4j: Multinomial op #8570 first raw step of multinomial random data generator implementation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op #8570 next step of multinomial random categories generator implementation on both cpu and cuda, need corrections and code clean up before review and testing

* libnd4j: Multinomial op #8570 code clean up and fixed issues data selecting, moved from coords to tads

* libnd4j: Multinomial op #8570 fixed cuda build add reference for math materials that was used for implementation

* libnd4j: Multinomial op #8570 fixed several bugs, added several tests and improved cuda version. current implementation works, need testing of reproduction with the same seed

* libnd4j: Multinomial op #8570 fixes and optimization after discussion in both cuda and cpu

* libnd4j: Multinomial op #8570 add corrections after review, removed tads, replace 2D parallel loop by 3D

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed declaration and add tests need discussion

* libnd4j: Multinomial op fix in test

* libnd4j: Multinomial op corrected behavior to get reproducible results, fixed issue in uniform value getting, tests added, need cuda review and cuda testing

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed indexing on uniform calculation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op some corrections in max min declaration

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed index calculation, added rewind, corrected input declaration, added stats tests, both cuda and cpu. cuda need testing

* libnd4j: Multinomial op fixed bugs on cuda nad cpu. need review

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op corrected tests to handle different orders

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op some improvements after code review

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op more corrections after review

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed seed usage, update tests, fixed cuda based on comments, fixed bug of rewind, removed one behavior, minor corrections.

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op minor corrections

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op rise the bound of fluctuation for random cases

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op modified operation inputs and update implementation and tests on both cpu and cuda

* libnd4j: Multinomial op corrected data types according ops.proto

Co-authored-by: raver119 <raver119@gmail.com>
2020-01-06 22:35:05 +03:00
..
legacy Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
BarnesHutTsne.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
activations.cu String changes (#3) 2020-01-04 13:27:50 +03:00
addBias.cu Shyrma deconv3 (#69) 2019-11-21 21:17:30 +02:00
adjust_hue.cu Fix for hsv and rgb ranges (#136) 2019-12-20 08:48:30 +03:00
adjust_saturation.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
axis.cu Shugeo cuda docs1 (#249) 2019-09-09 16:27:45 +03:00
batched_gemm.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
batchnorm.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
betaInc.cu DNNL/MKLDNN dilated causal conv1d + betainc (#103) 2019-12-04 14:50:17 +03:00
col2im.cu Shyrma deconv3 (#69) 2019-11-21 21:17:30 +02:00
compare_elem.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
concat.cu [WIP] CUDA concat tweak (#148) 2019-12-24 17:01:03 +03:00
confusion.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
convolutions.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cross.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
d_t_s.cu Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
diGamma.cu Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
diag.cu Shugeo cuda doc2 (#255) 2019-09-11 21:04:43 +03:00
dilation2d.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
dropout.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
dynamic.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
extract_patches.cu Shugeo cuda doc2 (#255) 2019-09-11 21:04:43 +03:00
fake_quantization.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
flatten.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
gather.cu Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
gather_nd.cu Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
gradient.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
gru.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
hamming.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
hashcode.cu syncthreads (#136) 2019-08-20 18:28:43 +03:00
histogram.cu [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
histogramFixedWidth.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
im2col.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
image_draw_bounding_boxes.cu Shugeo release fix1 (#61) 2019-11-20 13:37:48 +02:00
image_resize.cu [WIP] Shugeo lup (#126) 2019-12-20 17:56:28 +03:00
image_suppression.cu Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
imagesHelpers.cu [WIP] Oleh rgb yuv (#147) 2019-12-24 18:30:54 +03:00
ismax.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
legacy_helper.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
lrn.cu [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
lstm.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
lup.cu Fixed lu for cuda platform and tests. (#158) 2020-01-02 23:25:41 +03:00
matrixSetDiag.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
matrix_band.cu Shugeo cuda doc2 (#255) 2019-09-11 21:04:43 +03:00
matrix_diag_part.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
max_pooling.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
maximum.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
merge.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
meshgrid.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
minimum.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
nth_element.cu Shugeo cuda doc2 (#255) 2019-09-11 21:04:43 +03:00
one_hot.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
pad.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
percentile.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
polyGamma.cu Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
prefix.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
print_variable.cu String changes (#3) 2020-01-04 13:27:50 +03:00
random.cu Oleh multinomial (#163) 2020-01-06 22:35:05 +03:00
random_crop.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
range.cu [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
reverse.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
roll.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
s_t_b.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
s_t_d.cu Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
scatter.cu Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_simple.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
scatter_update.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
segment.cu [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
segment_max.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
segment_mean.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
segment_min.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
segment_prod.cu Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
segment_sqrtn.cu Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
segment_sum.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
sequence_mask.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
sg_cb.cu Shugeo image resize bicubic (#56) 2019-11-20 21:11:04 +02:00
shift.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
sru.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
stack.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
svd.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
toggle_bits.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
top_k.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
transforms.cu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
weights.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
zeta.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00

README.md

This folder contains CUDA-specific implementations for operations.