mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
12 lines
278 B
Markdown
12 lines
278 B
Markdown
# Instructions for ```example_complex_contraction_bilinear_xdl_fp32```
|
|
|
|
## Run
|
|
```bash
|
|
#arg1: verification (0=no, 1=yes)
|
|
#arg2: initialization (0=no init, 1=integer value, 2=decimal value)
|
|
#arg3: time kernel (0=no, 1=yes)
|
|
./bin/example_contraction_bilinear_xdl_fp32 1 1 1
|
|
```
|
|
|
|
|