A Modern GPGPU API & wip linux RDNA2+ Driver
rdna driver linux gpu
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 368 B view raw view rendered
1# Kestrel 2 3Work-in-Progress GPGPU API and driver. Currently only developing for RDNA 2. 4 5[Documentation](https://ollelogdahl.github.io/kestrel/) 6 7## Building 8 9```sh 10# build everything 11cmake -B build 12cmake --build build 13 14# build docs 15cmake --build build -t docs 16``` 17 18Example programs exist in `test/examples` and can be ran like `./build/test/example_01_hello_malloc`.