Commit f45adb0
fix: correct AmperePeakGflopsCalculation expected value
The test expected 19481.0 GFLOPS but the correct calculation is
108 * 64 * 2 * 1.41 = 19491.84 GFLOPS. Fix the expected value and
remove the stale * 1000 from the comment.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent eb10bc8 commit f45adb0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments