Can someone suggest list of algorithms in which Multicores give superior performance compared to GPUs? I know that hybrid approach will still be faster, but what I am really looking for is to understand areas in which GPU still lag behind multicores.
Can someone suggest list of algorithms in which Multicores give superior performance compared to
Share
In order of suitability from least suitable to most suitable:
GPUs excel at data-parallel workloads that use a lot of single-precision floating-point.
Any workload getting offloaded to the GPU also incurs data transfer costs.