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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2024-08-27 16:32:50 +00:00
parent 9f6f5dac4b
commit 3affde5b28

View File

@@ -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
```