From c19e9bc81bd9e35e0dab8a15a3c9a83563f0d320 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 25 May 2023 11:43:24 +0200 Subject: BFS: document dfatool keys --- BFS/dfatool.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 BFS/dfatool.txt (limited to 'BFS') diff --git a/BFS/dfatool.txt b/BFS/dfatool.txt new file mode 100644 index 0000000..6a95c66 --- /dev/null +++ b/BFS/dfatool.txt @@ -0,0 +1,18 @@ +throughput_cpu_ref: sequential reference implementation +throughput_cpu_omp: OpenMP implementation provided by Gomez et al. +throughput_pim: PIM implementation provided by Gomez et al., excluding data transfer and host CPU calculations +throughput: PIM implementation provided by Gomez et al, entire calculation + +n_elements=196608 → data/loc-gowalla_edges.txt +n_elements=2760448 → data/roadNet-CA.txt + +baseline/cpu: +timer0 → sequential reference implementation +timer1 → OpenMP implementation + +PIM: +timer0 → transfer graph CPU → DPU +timer1 → transfer config CPU → DPU +timer2 → frontier calculations on DPU +timer3 → retrieve frontier from DPUs, calculate the next one, and send it back +timer4 → retrieve results from DPUs -- cgit v1.2.3