You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: