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
The test uses exact FP comparison for the operation results, and it fails in unoptimized builds where exp/log operations are not optimized away, and we accumulate some errors.
How to Reproduce
Compile the test w/o optimizations. Run. Observe it failing on double tests on a GPU (tested on sm_60, 80, 89)
I am not sure about it. There are actually a ton of requirements that certain identities hold. I can check that but we do know that our implementation is not fully conformant
Is this a duplicate?
Type of Bug
Runtime Error
Component
libcu++
Describe the bug
The test uses exact FP comparison for the operation results, and it fails in unoptimized builds where exp/log operations are not optimized away, and we accumulate some errors.
How to Reproduce
Compile the test w/o optimizations. Run. Observe it failing on
double
tests on a GPU (tested on sm_60, 80, 89)On GPU:
Expected behavior
Tests should not use exact FP comparison unless there's a very good reason to expect precise result.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: