README.md 371 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
# Image to Column

This folder contains example for Image to Column using ck_tile tile-programming implementation.

## build
```
# in the root of ck_tile
mkdir build && cd build
sh ../script/cmake-ck-dev.sh  ../ <arch>  # you can replace this <arch> to gfx90a, gfx942...
make tile_example_img2col -j
```
This will result in an executable `build/bin/tile_example_img2col`