From 8f208f06cf8767a578075b89bedc14eceba75fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Sun, 26 Nov 2023 13:54:47 +0100 Subject: [PATCH] modify benchmark notes to represent current development progress --- benchmarks/benchmarks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/benchmarks.md b/benchmarks/benchmarks.md index 46a2cbc..3fb36e4 100644 --- a/benchmarks/benchmarks.md +++ b/benchmarks/benchmarks.md @@ -1,7 +1,10 @@ +## implemented - 1 to n engines per group - 1 to n threads running on one specific core / dsa engine - copy inside and across NUMA borders - cross-copy: 2 engines copying from their numa domain to the domain of the other - all with "packet sizes" of 1KiB, 2KiB, 4KiB, 8KiB, ..., 1GiB - all with both CPU and DSA for comparison +## missing - batch vs single submissions +- effect of fence/drain \ No newline at end of file