cavis/libnd4j/include/ops/declarable/platform/cudnn
Yurii Shyrma 7a7ee4b021 Shyrma cudnn (#192)
* - implementation of cudnn batchnorm_bp op

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

* - testing and fixing bugs in batchnorm_bp based on cudnn api

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

* - move pooling mkl code and delete some unnecessary files

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

* - implementation and testing cudnn pooling2d ops (avg/max, ff/bp)

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

* - implementation and testing cudnn pooling 3d (ff/bp) ops

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

* - provide ff step in case of cudnn maxpool3d_bp op

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

* - remove half type from set of supported types in mkl dpethwise conv op

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

* - bring back cudaStreamSynchronize in batchnorm and pooling cudnn ops

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

Co-authored-by: raver119 <raver119@gmail.com>
2020-01-28 18:23:07 +03:00
..
avgpool2d.cu Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00
avgpool3d.cu Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00
batchnorm.cu Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00
conv2d.cu cuDNN integration (#150) 2020-01-20 21:32:46 +03:00
conv3d.cu cuDNN integration (#150) 2020-01-20 21:32:46 +03:00
cudnnUtils.cu Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00
cudnnUtils.h Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00
depthwiseConv2d.cu cuDNN integration (#150) 2020-01-20 21:32:46 +03:00
maxpool2d.cu Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00
maxpool3d.cu Shyrma cudnn (#192) 2020-01-28 18:23:07 +03:00