About Cuda 1D convolution, How can I do this faster?

前端 未结 0 1165
迷失自我
迷失自我 2020-12-10 15:34
  • int threads = 32;
  • dim3 blocks(250000/31,129,50);
  • coefsize = 129;

global void D_Conv(float in, float coef, flo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题