cavis/libnd4j/include/ops/declarable/helpers/cuda
Oleh 211c0df76f Oleh rgb to gray scale (#138)
* libnd4j: RgbToGrayscale op #8536 - raw implementation in user branch, need checks for integration and adding other orders

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

* libnd4j: RgbToGrayscale op #8536 next step of merging images

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

* libnd4j: RgbToGrayscale op #8536, Revert merge of hsv_to_rgb and rgb_to_hsv as cause conflicts in naming need refactoring before merge, implementation of rbg_to_grs added

* libnd4j: RgbToGrayscale op #8536 imlementation and conflict resolve

* libnd4j: RgbToGrayscale op #8536 merged operations with images into image, renamed methods and files

* libnd4j: RgbToGrayscale op #8536 added test for rgbToGrayScale, need clarification and fixed tests case run

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

* libnd4j: RgbToGrayscale op #8536 bug fixing and need review

* libnd4j: RgbToGrayscale op #8536 some additional corrections after review

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

* - minor corrections in rgbToGrs test1

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

* libnd4j: RgbToGrayscale op #8536, corrected tests and rbf_to_grs, fixed problems, refactoring, need review

* libnd4j: RgbToGrayscale op #8536 fix for 'f' order in rgbToGrs

* libnd4j: RgbToGrayscale op #8536 fixed several bugs with dimC, test case refactoring and improve

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

* - add cuda kernel for rgbToGrs op

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

* - fix linkage errors

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

Co-authored-by: Yurii Shyrma <iuriish@yahoo.com>
2019-12-20 20:59:29 +03:00
..
legacy [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
BarnesHutTsne.cu Shugeo cuda doc2 (#255) 2019-09-11 21:04:43 +03:00
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
activations.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +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 Merge master to upstream (#7945) 2019-06-27 18:37:04 +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] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
confusion.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
convolutions.cu Shyrma casual conv1d (#90) 2019-11-29 14:14:30 +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 Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +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 [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
gru.cu Various fixes (#43) 2019-11-14 19:38:20 +11: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 Oleh rgb to gray scale (#138) 2019-12-20 20:59:29 +03:00
ismax.cu [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
legacy_helper.cu [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
lrn.cu [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
lstm.cu [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
lup.cu [WIP] Shugeo lup (#126) 2019-12-20 17:56:28 +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 Shugeo cuda doc2 (#255) 2019-09-11 21:04:43 +03:00
max_pooling.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
maximum.cu [WIP] multi-device support (#80) 2019-08-14 16:52:34 +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 [WIP] multi-device support (#80) 2019-08-14 16:52:34 +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 [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +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
random.cu Shugeo random uniform int (#30) 2019-11-06 12:49:27 +02: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 [WIP] reverse improvements (#115) 2019-12-05 20:03:10 +03:00
roll.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +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 [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +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 [WIP] right shift ops (#118) 2019-08-15 20:35:15 +03:00
sru.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
stack.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
svd.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
toggle_bits.cu [WIP] minor (#218) 2019-09-02 11:25:48 +03:00
top_k.cu [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
transforms.cu Shyrma mmul (#58) 2019-11-19 15:39:36 +02: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.