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
9b363cf5
Commit
9b363cf5
authored
Dec 06, 2021
by
Chao Liu
Browse files
Merge branch 'tweak' of github.com:ROCmSoftwarePlatform/composable_kernel into tweak
parents
a84f254a
e0e17149
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
example/4_conv2d_fwd_xdl/README.md
example/4_conv2d_fwd_xdl/README.md
+5
-5
No files found.
example/4_conv2d_fwd_xdl/README.md
View file @
9b363cf5
# Instructions for ```conv_xdl``` Example
# Instructions for ```conv
2d_fwd
_xdl``` Example
## Docker script
## Docker script
```
bash
```
bash
...
@@ -13,7 +13,7 @@ rocm/tensorflow:rocm4.3.1-tf2.6-dev \
...
@@ -13,7 +13,7 @@ rocm/tensorflow:rocm4.3.1-tf2.6-dev \
/bin/bash
/bin/bash
```
```
## Build ```conv_xdl```
## Build ```conv
2d_fwd
_xdl```
```
bash
```
bash
mkdir
build
&&
cd
build
mkdir
build
&&
cd
build
```
```
...
@@ -30,16 +30,16 @@ cmake \
...
@@ -30,16 +30,16 @@ cmake \
```
```
```
bash
```
bash
make
-j
conv_xdl
make
-j
conv
2d_fwd
_xdl
```
```
## Run ```conv_xdl```
## Run ```conv
2d_fwd
_xdl```
```
bash
```
bash
#arg1: verification (0=no, 1=yes)
#arg1: verification (0=no, 1=yes)
#arg2: initialization (0=no init, 1=integer value, 2=decimal value)
#arg2: initialization (0=no init, 1=integer value, 2=decimal value)
#arg3: run kernel # of times (>1)
#arg3: run kernel # of times (>1)
#arg4 to 18: N, K, C, Y, X, Hi, Wi, Sy, Sx, Dy, Dx, LeftPy, LeftPx, RightPy, RightPx
#arg4 to 18: N, K, C, Y, X, Hi, Wi, Sy, Sx, Dy, Dx, LeftPy, LeftPx, RightPy, RightPx
./example/conv_xdl 0 1 5
./example/conv
2d_fwd
_xdl 0 1 5
```
```
Result (MI100 @ 1087Mhz, 133.5TFlops peak FP16)
Result (MI100 @ 1087Mhz, 133.5TFlops peak FP16)
...
...
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