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
In #1774, I noticed that the epsilon for this test is always using the float16 epsilon while it looks like this test runs for all types: float, double, etc. Shouldn't epsilon be:
The float16 tolerance should only be used when the algorithm under test is the tensor core algorithm. I wonder if this slipped through a refactor somehow.
In #1774, I noticed that the epsilon for this test is always using the float16 epsilon while it looks like this test runs for all types: float, double, etc. Shouldn't epsilon be:
Instead of
in
Test_sparse_spmv.hpp
?The text was updated successfully, but these errors were encountered: