Message boards : Number crunching : CPU VS GPU WU’s - massive completion time difference, why?
Author | Message |
---|---|
kasdashdfjsah Send message Joined: 29 Jan 24 Posts: 23 Credit: 75,888,585 RAC: 2,612 ![]() |
How come CPU tasks take so much longer to complete than GPU tasks. Is it because GPU’s are much faster/optimized for these tasks, or are the CPU tasks put together, like CPU tasks equals 10, 20, or even 50 GPU tasks, and that’s why it takes so much longer to complete? Just wanna know if my CPU time is better spent on another project, just like GPU’s running Folding@Home generate many times more points per day than CPU’s do, why you should run BOINC projects for your CPU instead. |
Jay Send message Joined: 22 Mar 25 Posts: 1 Credit: 1,324,539,855 RAC: 10,838,531 ![]() ![]() |
I would say, that is because your gpu has CUDA cores & or tensor cores. (I forget what the AMD side of the house calls them.) They are blazing fast. Like my CPU has 192 cores, it takes about an hour to one packet, where as my 4090 can do the same workload in under 2 & 1/2 minutes. |
ahorek's team Send message Joined: 1 Nov 20 Posts: 5 Credit: 18,054,387 RAC: 2,518 ![]() ![]() |
The CPU application is outdated and doesn't fully leverage SIMD capabilities, whereas the algorithm is more GPU-friendly. For math-intensive and parallelizable workloads, GPUs deliver substantially better performance, as they are specifically designed for this type of computation. I recommend allocating your CPUs to projects that either lack a GPU version or where the GPU version isn't as efficient as the CPU counterpart... |
![]() ![]() Send message Joined: 26 Oct 22 Posts: 57 Credit: 17,400,266,119 RAC: 26,871,231 ![]() ![]() ![]() |
The CPU application is outdated and doesn't fully leverage SIMD capabilities, whereas the algorithm is more GPU-friendly. For math-intensive and parallelizable workloads, GPUs deliver substantially better performance, as they are specifically designed for this type of computation. For Intel Macs, the Einstein CPU applications are much more efficient than the GPU applications. For Intel Macs, the Einstein CPU applications are much more efficient than the Rosetta CPU applications. The latter is a bit of a moot point, because Rosetta is once again largely out of work. Happy crunching! ![]() |
Message boards : Number crunching : CPU VS GPU WU’s - massive completion time difference, why?
©2025 Sergei Chernykh