Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 519 Bytes

cudarse

General purpose (understand no ML) CUDA bindings for the Driver API and other libraries.

Libraries

cudarse-driver

Raw and safeish bindings to the CUDA Driver API. The safeish bindings are designed to not get in your way, at the expense of dubious safety.

cudarse-npp

Raw and safe bindings to CUDA NPP libraries. Currently only for image functions, but it comes with a nice type system.

cudarse-video

Bindings to Video Codec SDK. Decode video with hardware acceleration on NVidia GPUs.