|
|
|
|
|
by tripplyons
119 days ago
|
|
There are many ways to compute the same matrix multiplication that apply the sum reduction in different orders, which can produce different answers when using floating point values. This is because floating point addition is not truly associative because of rounding. |
|
Also if the inference provider guarantees specific hardware this shouldn't happen.