mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 12:59:49 +00:00
* complex type contraction * bug fix * update * Tensor Contraction Complex Data Type is working * 4D Kernel * some change * validation check in progress * validation issue * fp32 verification error is fixed * fp32 and fp64 are done * remove old files * remove cmake files * remove cmake files * Readme * img verification * CMakeList * number changed --------- Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com> Co-authored-by: Emin Ozturk <emin.ozturk@utah.edu>
12 lines
278 B
Markdown
Executable File
12 lines
278 B
Markdown
Executable File
# 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
|
|
```
|
|
|
|
|