2
votes
1answer
42 views

Execute OpenCL Code on the CPU

I want to execute OpenCL code on a PC which doesn't have a graphics card, neither any other hardware component which is able to execute OpenCL. Is it possible compile my OpenCL code in a way that it ...
1
vote
1answer
92 views

What kind of CPU/GPU integration is offered by APUs?

I'm truly fascinated by the idea of GPGPU and using the GPU for heavy processing. I'm seeing that also APUs (Accelerated Processing Units, CPU+GPU on the same chip) are gaining a consistent ...
0
votes
0answers
70 views

Supercomputing and High Performance Computing: advancements in both hardware and software? [closed]

It seemed that either Super User, Unix/Linux, and maybe Programmers was the best Stack Exchange site to ask this question, but out of the three, Super User seems to be the best fit. Here is a bundle ...
178
votes
12answers
24k views

Why are we still using CPUs instead of GPUs?

It seems to me that these days lots of calculations are done on the GPU. Obviously graphics are done there, but using CUDA and the like, AI, hashing algorithms (think bitcoins) and others are also ...