README.md 279 Bytes
Newer Older
1
# Instructions for ```example_grouped_gemm_xdl```
zjing14's avatar
zjing14 committed
2

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