6.5 rc cufft static linking

Hi All,

I only use the 1D C2C plan, to keep kit sizes to a minimum I would early like to statically link my code.

Any chance of this please?

TTFN

The only statically linkable library in CUDA 6.0 was the cudart library. With CUDA 6.5RC, the cuFFT library is statically linkable (on linux and MacOS, only). Read section 2.3.1 of the CUDA 6.5RC CUDA_Toolkit_Release_notes.pdf document.

Thanks txbob,

I saw that - just hoping for a Windows static library :) .