Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 291 Bytes

File metadata and controls

12 lines (10 loc) · 291 Bytes

Brief

This repository collects some projects for my GCN assembly learning roads.

How to Build

Clone this repository, cd to it, and then

mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_C_COMPILER=hipcc -DCMAKE_PREFIX_PATH=/opt/rocm/lib/cmake
make -j