Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
27a31409
Commit
27a31409
authored
Nov 27, 2023
by
muozturk
Browse files
Readme
parent
80fc636b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
example/64_complex_contraction_bilinear/README.md
example/64_complex_contraction_bilinear/README.md
+12
-9
No files found.
example/64_complex_contraction_bilinear/README.md
View file @
27a31409
# Instructions for ```example_contraction_bilinear_xdl_fp32```
# Instructions for ```example_
complex_
contraction_bilinear_xdl_fp32```
## Run
## Run
```
bash
```
bash
...
@@ -8,13 +8,16 @@
...
@@ -8,13 +8,16 @@
./bin/example_contraction_bilinear_xdl_fp32 1 1 1
./bin/example_contraction_bilinear_xdl_fp32 1 1 1
```
```
Result (MI10
0 @ dynammic freq, 46TFlops peak FP32
)
Result (MI
2
10
)
```
```
a_ms_ks: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
a_ms_ks_re: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
b_ks_ns: dim 4, lengths {32, 64, 32, 64}, strides {128, 1, 524288, 4096}
b_ns_ks_re: dim 4, lengths {32, 64, 32, 64}, strides {524288, 4096, 128, 1}
c_ms_ns: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
d_ms_ns_re: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
launch_and_time_kernel: grid_dim {240, 1, 1}, block_dim {256, 1, 1}
e_ms_ns_re: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
Warm up 1 time
a_ms_ks_img: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
Start running 10 times...
b_ns_ks_img: dim 4, lengths {32, 64, 32, 64}, strides {524288, 4096, 128, 1}
Perf: 0.843286 ms, 38.1985 TFlops, 94.5014 GB/s, DeviceContractionMultipleD_Xdl_CShuffle<256, 256, 128, 16, 4, 4>
d_ms_ns_img: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
e_ms_ns_img: dim 4, lengths {30, 128, 32, 64}, strides {524288, 4096, 128, 1}
Perf: 4.51253 ms, 14.2768 TFlops, 31.6023 GB/s,
DeviceContractionMultipleD_Xdl_CShuffle<2, 2, 2, 256, 256, 128, 16, 4, 4, 2, 2>
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment