Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serge45/gcn-assembly-study


https://github.com/serge45/gcn-assembly-study

amd assembly gcn gpu hip

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

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

## How to Build
Clone this repository, `cd` to it, and then

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