···11+# Kestrel
22+33+Work-in-Progress GPGPU API and driver. Currently only developing for RDNA 2.
44+55+## Building
66+77+```sh
88+# build everything
99+cmake -B build
1010+cmake --build build
1111+1212+# build docs
1313+cmake --build build -t docs
1414+```
1515+1616+Example programs exist in `test/examples` and can be ran like `./build/test/example_01_hello_malloc`.