From d1524e2a00fc474a61c65826eb13da9ecb39fe51 Mon Sep 17 00:00:00 2001 From: Julian Brandner Date: Mon, 3 Jun 2024 14:59:50 +0200 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3f0aa3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This is the benchmark set for "Multilayer Multipurpose Caches for OpenMP Target Regions on FPGAs". +It contains the 7 benchmarks in different versions for the caching techniques tested as well as the measured timing data. +Use with https://cs2-gitlab.cs.fau.de/orka/orkadistro/-/tags/MultilayerCacheReproduction to reproduce the results.