Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/software/measurementsGpu.html
Дата изменения: Fri Mar 13 18:59:06 2015
Дата индексирования: Sun Apr 10 21:18:28 2016
Кодировка:

Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html
gpu measurements

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
-->