"alphafold/model/geometry/utils.py" did not exist on "1109480e6f38d71b3b265a4a25039e51e2343368"
README.md 427 Bytes
Newer Older
1
2
3
4
5
6
7
8
# 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
9
10
# you can replace <arch> with the appropriate architecture (for example gfx90a or gfx942) or leave it blank
sh ../script/cmake-ck-dev.sh  ../ <arch>
11
12
13
make tile_example_img2col -j
```
This will result in an executable `build/bin/tile_example_img2col`