GPUs for calculation a bad idea? #113
-
Isn't using consumer GPUs for calculations a bad idea? Edit: Sorry, should I have opened a discussion thread instead of a issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When it can detect calculation error of GPU, using GPU for calculations is a good idea. My PAR clients include error detection of calculated data. While I implemented it to find memory error on GPU, it will find most calculation error, too. Some users reported memory error at CPU calculation ago. But, I never see such error of CPU or GPU on my PCs yet. It seems that calculation error is rare and depends on hardware environments.
There is no problem. You might afraid of GPU's calculation (or VRAM) error. I know the risk. When MultiPar detects such error, it will fail by "checksum mismatch". So, users can know what happened on his PC. Because I never see the failure, it doesn't resume process after the error. |
Beta Was this translation helpful? Give feedback.
When it can detect calculation error of GPU, using GPU for calculations is a good idea. My PAR clients include error detection of calculated data. While I implemented it to find memory error on GPU, it will find most calculation error, too. Some users reported memory error at CPU calculation ago. But, I never see such error of CPU or GPU on my PCs yet. It seems that calculation error is rare and depends on hardware environments.
There is no problem. You might afraid of GPU's calculation (or VRAM) error. I know the risk. When MultiPar detects such error, it will fa…