From 3affde5b28eb230252dcff9bd82bc3955981752b Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 27 Aug 2024 16:32:50 +0000 Subject: [PATCH] docs: Add oneDNN benchmark information to metrics README This PR adds the oneDNN benchmark information to the machine learning metrics README. Signed-off-by: Gabriela Cervantes --- tests/metrics/machine_learning/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/metrics/machine_learning/README.md b/tests/metrics/machine_learning/README.md index c18eb9370b..e7aa853f51 100644 --- a/tests/metrics/machine_learning/README.md +++ b/tests/metrics/machine_learning/README.md @@ -73,3 +73,16 @@ Individual test can be run by hand, for example: $ cd metrics/machine_learning $ ./openvino.sh ``` + +# Kata Containers `oneDNN` Benchmark + +This is a test of the Intel `oneDNN` as an Intel optimized library for Deep Neural Networks +and making use of its built-in `benchdnn` functionality. + +## Running the `oneDNN` test +Individual test can be run by hand, for example: + +``` +$ cd metrics/machine_learning +$ ./onednn.sh +```