From 1a25d5160cbe5fc9cd93e9c1b6a046ece7b4a867 Mon Sep 17 00:00:00 2001 From: alberich <matthieu.oberon@student-cs.fr> Date: Mon, 5 Apr 2021 15:28:01 +0200 Subject: [PATCH] example of gflops results --- results/gflops.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 results/gflops.txt diff --git a/results/gflops.txt b/results/gflops.txt new file mode 100644 index 0000000..00f7452 --- /dev/null +++ b/results/gflops.txt @@ -0,0 +1,29 @@ +============================== +[256, 512, 256, 256, 27, 17] => 999.46 MPoints/s +time: 2.78 sec +throughput: 1029.43 MPoints/s +flops: 62.80 GFlops +============================== +============================== +[256, 512, 512, 240, 7, 398] => 936.77 MPoints/s +time: 5.24 sec +throughput: 1125.94 MPoints/s +flops: 68.68 GFlops +============================== +============================== +[256, 512, 512, 64, 13, 13] => 761.9 MPoints/s +time: 6.17 sec +throughput: 957.25 MPoints/s +flops: 58.39 GFlops +============================== +============================== +[512, 256, 256, 144, 15, 213] +time: 4.21 sec +throughput: 679.18 MPoints/s +flops: 41.43 GFlops +============================== +============================== +time: 2.62 sec +throughput: 528.58 MPoints/s +flops: 32.24 GFlops +============================== -- GitLab