Search code examples
cudanvidiahpc

what is the optimized cufft library for tesla k20m card


In our application we have FFT part. We would like to port that part onto GPU. We have Tesla K20m GPU. Which version of cuFFT is optimized for K20m card.


Solution

  • There is not a specific version of the cufft library that is optimized for a specific card. Just use the standard cufft library that ships with cuda 5.0 (or cuda 5.5 RC, if you like).