-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remainder method not working correctly #2787
Labels
bug
Something isn't working
Comments
So this unit test is failing on your machine? burn/crates/burn-tensor/src/tests/ops/remainder.rs Lines 90 to 106 in 3ad5343
For what backend? If it's a GPU backend, what GPU do you have? |
Yes, atleast in the example that I used, Wgpu. GTX 1650 |
Same here on Wgpu with a Nvidia GeForce RTX 4060. I don't know what is special with the value 0.5034. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Remainder sometimes giving wrong output
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: