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
This check tests the output for the moments of a distribution function against its expected values. We assert this error to be lesser than 1e-13. While this test passes when using the CPU backend. It throws the following error on the OpenCL backend:
> assert(error_rho < 1e-13)
E assert 4.190951576502503e-08 < 1e-13
We need to check if this is the case on the CUDA backend as well
The text was updated successfully, but these errors were encountered:
This check tests the output for the moments of a distribution function against its expected values. We assert this error to be lesser than
1e-13
. While this test passes when using the CPU backend. It throws the following error on the OpenCL backend:We need to check if this is the case on the CUDA backend as well
The text was updated successfully, but these errors were encountered: