Print

Print


Hi Shawn,

CUFFT with fp32 may be imprecise, but it's perfectly deterministic, i. e. multiple runs on identical data will produce the same imprecise result. Unless you've got atomic operations somewhere in your CUDA kernels, (slightly) buggy code is the only way to achieve non-determinism.

Cheers,
Dimitry