Merge pull request #10221 from GabyCT/topic/addopendmmread

docs: Add oneDNN benchmark information to metrics README
This commit is contained in:
GabyCT 2024-08-28 14:22:22 -06:00 committed by GitHub
commit 394480e7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,3 +73,16 @@ Individual test can be run by hand, for example:
$ cd metrics/machine_learning $ cd metrics/machine_learning
$ ./openvino.sh $ ./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
```