mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 13:11:25 +00:00
10 lines
279 B
Markdown
10 lines
279 B
Markdown
# Instructions for ```example_grouped_gemm_xdl```
|
|
|
|
## Run ```example_grouped_gemm_xdl```
|
|
```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
|
|
```
|