Commit 03013cf
fix: restore SGEMMVerifier::shouldFlagAsIncorrect static method
The refactored verify.cuh removed the static shouldFlagAsIncorrect
method from SGEMMVerifier, breaking test_sgemm.cu which calls
SGEMMVerifier::shouldFlagAsIncorrect(result). Restore it as a
deprecated compatibility method.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 879e822 commit 03013cf
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
273 | 280 | | |
274 | 281 | | |
275 | 282 | | |
| |||
0 commit comments