lorenzo dbfb46707c Pre-submission 8 yıl önce
..
latency dbfb46707c Pre-submission 8 yıl önce
README.md 51440c9a0d Add preliminary intra-GPU throughput numbers 8 yıl önce
intra-copy.128 51440c9a0d Add preliminary intra-GPU throughput numbers 8 yıl önce
intra-copy.32 51440c9a0d Add preliminary intra-GPU throughput numbers 8 yıl önce
intra-copy.64 51440c9a0d Add preliminary intra-GPU throughput numbers 8 yıl önce
intra-copy.py 51440c9a0d Add preliminary intra-GPU throughput numbers 8 yıl önce
latency-cpu.txt dddcd36970 Replace weird latency "barplot" with our measurements 8 yıl önce
latency-gpu.txt dddcd36970 Replace weird latency "barplot" with our measurements 8 yıl önce
latency-hist.py 60f5751469 Added placeholder for fpga-arch figure, minor changes plots 8 yıl önce
throughput.cpu 60f5751469 Added placeholder for fpga-arch figure, minor changes plots 8 yıl önce
throughput.gpu 60f5751469 Added placeholder for fpga-arch figure, minor changes plots 8 yıl önce
throughput.py dbfb46707c Pre-submission 8 yıl önce

README.md

intra-copy.xxx

Data was measured using

http://git.ipe.kit.edu/matthias/gpuperf

and the following commands:

$ ./perf --source-size=4096:25165824:4096 --dest-size=134217728 > result.128 $ ./perf --source-size=4096:25165824:4096 --dest-size=67108864 > result.64 $ ./perf --source-size=4096:25165824:4096 --dest-size=33554432 > result.32

The columns are

block size | destination size | wall time | event time | throughput

The throughput is estimated using the wall time.