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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
The problem seems to be the use of the non-standard math function erfcinv, which makes it non-portable.
An alternative is the "polar method" which generates two points at once, and caches the 2nd result to use on the next invocation. We could do this when the compiler is not nvcc, but it would involve refactoring the code to accomodate the cache.
Seems to be untested and broken.
The text was updated successfully, but these errors were encountered: