"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "c9397c90fe6949e6009a2ac9d5c44bfc8167ee12"
Commit 9b363cf5 authored by Chao Liu's avatar Chao Liu
Browse files

Merge branch 'tweak' of github.com:ROCmSoftwarePlatform/composable_kernel into tweak

parents a84f254a e0e17149
# Instructions for ```conv_xdl``` Example # Instructions for ```conv2d_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 ```conv2d_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 conv2d_fwd_xdl
``` ```
## Run ```conv_xdl``` ## Run ```conv2d_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/conv2d_fwd_xdl 0 1 5
``` ```
Result (MI100 @ 1087Mhz, 133.5TFlops peak FP16) Result (MI100 @ 1087Mhz, 133.5TFlops peak FP16)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment