mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 21:09:31 +00:00
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:
@@ -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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user