|
|
|
|
|
by cpgxiii
1048 days ago
|
|
That's not the operation being performed on GPUs that is the problem. The issue is that fundamentally GPUs allow for high performance operations using atomics, but this comes at the cost of nondeterministic results. You can get deterministic results but doing so comes with a significant performance costs. |
|
I guess if determinism is so important implementations can be changed, it is just maybe not that high priority.