Skip to content
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

SpMV: fixing issues with unit-tests tolerance #1412

Merged
merged 1 commit into from
May 19, 2022

Commits on May 18, 2022

  1. SpMV: fixing issues with unit-tests tolerance

    Implementing a new formula to determine the level
    of accuracy to be expected when checking the correctness
    of the SpMV algorithm.
    
    Fudging a bit epsilon to allow tests to pass...
    
    The tensor core examples required a slightly different formula
    to take into account blockSize in the calculation of the largest
    possible error that can occur during SpMV.
    Also needed to add a 2x fudge factor, not very satisfying but
    definitely acceptable!
    lucbv committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e775acf View commit details
    Browse the repository at this point in the history