hy, i have a xeon 4core with a gpu tesla c2050 specific
i'm using a CUDA kernel and a serial cpu code. With cpu_code the time processing is 40s. With CUDA_kernel the same problem is processed in 2s.
I want to calculate the speed-up wiki:
CPU: s(4core)=40/2 CUDA: s(448core)=40/2 ?????
i'm confused, can you help me?