Commit 08390c7
[release/2.6] [SWDEV-529824] Fix Float16 CooperativeReduction Test Failure (#2204)
- Previously expected values were calculated on GPU using same dtype as
result values
- Now expected values are calculated on CPU using Float32 dtype
- This fixes a test failure that was observed on Navi48 where difference
between Eager mode (expected) and Inductor / Triton (result) did not
meet the error tolerance when sum was evaluated on an array of Float16
values
Co-authored-by: pnikolic-amd <[email protected]>
(cherry picked from commit 8fe3cdd)
(cherry picked from commit 34f3b3e)1 parent e0160f1 commit 08390c7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments