Skip to content

Commit

Permalink
SpMV: fixing issues with unit-tests tolerance
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
lucbv committed May 18, 2022
1 parent 3c46a88 commit e775acf
Showing 1 changed file with 322 additions and 202 deletions.
Loading

0 comments on commit e775acf

Please sign in to comment.