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.

Kestrel#

Work-in-Progress GPGPU API and driver. Currently only developing for RDNA 2.

Documentation

Building#

# build everything
cmake -B build
cmake --build build

# build docs
cmake --build build -t docs

Example programs exist in test/examples and can be ran like ./build/test/example_01_hello_malloc.