Handling Double values on CUDA ( Compute Capability 1.1)

147 Views Asked by At

My code is calculating 3D-DCT, for a large set of data.

It's running on GeForce 9400M, compute capability 1.1 (which does not support double precision as far as I know).

Is there a way to enable it, or to handle the values correctly?

0

There are 0 best solutions below