CUDA_FAST_MATH
sets the --use_fast_math
flag which enables certain optimizations
Essentially it can speed up some compute workloads at the expense of accuracy.
CUDA_FAST_MATH
sets the --use_fast_math
flag which enables certain optimizations
Essentially it can speed up some compute workloads at the expense of accuracy.