Relative Content

Tag Archive for cudafloating-accuracy

Is it possible to make this cuda kernel more precise or consistent?

I’m working on a cuda kernel for the adam optimization algorithm, and I’m experiencing inconsistent results due to the use of float. I understand that float can lead to variability, but I want to know if there’s a way to make the results more consistent without switching to double.