added ordered benchmarks to dispatch benchmarking tool (#450)

* added ordered benchmarks to dispatch benchmarking tool

* saved changes

* updated readme

Co-authored-by: Elias Joseph <elias@nod-labs.com>
This commit is contained in:
Eliasj42
2022-11-07 09:36:21 -08:00
committed by GitHub
parent 18689afc1a
commit 32d3f4bd5f
2 changed files with 84 additions and 67 deletions

View File

@@ -154,6 +154,7 @@ shark_module = SharkInference(
```
Output will include:
- An ordered list ordered-dispatches.txt of all the dispatches with their runtime
- Inside the specified directory, there will be a directory for each dispatch (there will be mlir files for all dispatches, but only compiled binaries and benchmark data for the specified dispatches)
- An .mlir file containing the dispatch benchmark
- A compiled .vmfb file containing the dispatch benchmark