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.

added initial readme

+16
+16
README.md
··· 1 + # Kestrel 2 + 3 + Work-in-Progress GPGPU API and driver. Currently only developing for RDNA 2. 4 + 5 + ## Building 6 + 7 + ```sh 8 + # build everything 9 + cmake -B build 10 + cmake --build build 11 + 12 + # build docs 13 + cmake --build build -t docs 14 + ``` 15 + 16 + Example programs exist in `test/examples` and can be ran like `./build/test/example_01_hello_malloc`.