add cudnn conv fp32, int8 support (#1974)
* paddle lite cuda init can run model with leaky_relu * add the missing file. test=develop * add the load from memory interface. test=develop * refine this pr. fix comments fix ci error test=develop * conv impl fp32: conv, conv+bais, conv+bias+relu, conv+bias+leaky_relu int8: conv, conv+bais+relu(int8 or fp32 output), conv+bias+leaky_relu(int8 or fp32 output) can run conv+ bias+relu using cxx_api test=develop * move the lite/cuda/math to backends/cuda/math test=develop
Showing
lite/backends/cuda/math/scale.cu
0 → 100644
lite/backends/cuda/math/scale.h
0 → 100644
lite/backends/cuda/math/utils.h
0 → 100644
lite/kernels/cuda/conv_compute.cc
0 → 100644
lite/kernels/cuda/conv_compute.h
0 → 100644
想要评论请 注册 或 登录