What do ENABLE_FAST_MATH and CUDA_FAST_MATH do?

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.