aboutsummaryrefslogtreecommitdiff
path: root/examples/gemm_tuner/README.md
blob: 789dc2bb9ac8bd44625ddca34f4c57c0d70e70cd (plain)
1
2
3
4
5
6
7
8
9
10
11
# Gemm Tuner

## Pre-requisite
(Preferably) bash shell
benchmark examples

## Usage
Run gemm examples of a selected strategy, over all pre-defined tunable configurations, on a set of gemm shapes provided
by the user. Save the benchmark results to json files in an output directory.

[$SHELL] ./benchmark_gemm_examples.sh -e \<example_binary_dir\> -s \<strategy\> -g \<gemm_shape_file\> -c \<gemm_config_file\> [-o \<out_dir\>, [-i \<iteration\>]]