edm::isNotFinite has not yet been validate on GPU. It should be and compared with its std:: counterpart in both CPU and GPU cases.
It seems benign at first sight. It implies a few integer operations (while the std:: version calls a more open ended intrinsic (I did not dig out what the std intrinsic actually contains, in any of CPU of GPU):
edm::isNotFinite
has not yet been validate on GPU. It should be and compared with its std:: counterpart in both CPU and GPU cases.It seems benign at first sight. It implies a few integer operations (while the
std::
version calls a more open ended intrinsic (I did not dig out what the std intrinsic actually contains, in any of CPU of GPU):While std:: version is: