-
Notifications
You must be signed in to change notification settings - Fork 19
Benchmark tool
Aditya Lohia edited this page Jun 8, 2022
·
1 revision
This guide explains how to use the benchmarking tool developed in CVU .
You can run your own benchmarks using our Benchmarker
Run Benchmark over all supported backends for GPU/CPU/TPU (without and without read/write overhead)
python benchmark.py -device $DEVICE_NAME
Alternatively you can benchmark specific backend on specifc device, with specific benchmark settings.
python benchmark.py -device $DEVICE_NAME -backend $BACKEND_NAME -warmups $WARMUP_ITERATIONS -iterations $ITERATIONS_COUNT
Checkout Benchmarker for more information about all available command line arguments.