Atomic add double in Fermi

Hi,

Is there a way to use Fermi’s atomicAdd (float) if we have double precision arrays , using some form of type cast?
I tried the example using atomicCAS (given in the programming guide) but it was slow.

Dominic

No.