gpu measurements .

mar2015

     This section has timing measurements done with nvidia gpus. The gpu's we have are (mar2015)

ffttimes on gpu:


13mar15: fftfilter program

    The fftfiltergpu program  will:

    I ran this on 12mar15 with the following command:
    I recorded the times for copying host to gpu, fft on gpu, and copying gpu back to host. I am not reporting the times to read from standardinp and write to stdout.
The results are shown in the table below:

fftLen
hostToGpu
time(ms)
fft Time
(ms)
GpuToHost
time (ms)
1MegaPnt
2^20
3.065
0.450
2.520
16MegaPnt
2^24
44.984
6.102
40.011
128MegaPnt
2^27
178.319
63.997
159.998

    I did not overlap any of the operations. The fft was done in place.

  processing: svn/aosoft/src/clp/gpu/cuda/fftfiltergpu.cu



 home_~phil
-->