"third_party/kaldi/src/matrix/kaldi-matrix.h" did not exist on "9e58e75cfd8eae48b36165da1fd9812f3f595197"
README.md 250 Bytes
Newer Older
1
# Instructions for ```example_gemm_xdl```
2

3
## Run ```example_gemm_xdl```
4
5
6
7
```bash
#arg1: verification (0=no, 1=yes)
#arg2: initialization (0=no init, 1=integer value, 2=decimal value)
#arg3: run kernel # of times (>1)
8
./bin/example_gemm_xdl 0 1 5
9
```