You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, GPU results do not exactly reproduce CPU results for regression tests. This seems to be because of an issue with numba's memory re-allocation (#224, also here).
For now, we plan to create GPU-specific answer files to:
ensure GPU reproducibility within a single architecture when code changes are made,
ensure GPU reproducibility across architectures.
If numba were to change how it handles the memory issue, that could break our reproducibility; that would also be the case for CPU, and that hasn't happened yet. For future numba version releases, we should check back with this issue before supporting the new versions.
The text was updated successfully, but these errors were encountered:
I want to make sure:
(1) the issue (#224) also applies to the current CPU mode and
(2) that GPU mode does not reproduce the CPU mode results may be due to other issues,
right @braxtoncuneo?
Currently, GPU results do not exactly reproduce CPU results for regression tests. This seems to be because of an issue with numba's memory re-allocation (#224, also here).
For now, we plan to create GPU-specific answer files to:
If numba were to change how it handles the memory issue, that could break our reproducibility; that would also be the case for CPU, and that hasn't happened yet. For future numba version releases, we should check back with this issue before supporting the new versions.
The text was updated successfully, but these errors were encountered: