cudarse-npp

Crates.iocudarse-npp
lib.rscudarse-npp
version0.1.0
sourcesrc
created_at2024-10-12 08:17:47.84987
updated_at2024-10-12 08:17:47.84987
descriptionHigh-level bindings to the CUDA NPP libraries
homepagehttps://github.com/Gui-Yom/turbo-metrics
repositoryhttps://github.com/Gui-Yom/turbo-metrics
max_upload_size
id1406297
size63,523
(Gui-Yom)

documentation

README

cuda_npp

Not that safe bindings to the CUDA NPP library.

Safety

The API is relatively safe to use, as long as you remember cuda calls are asynchronous. I try to always use stream ordered functions, but you must remember to synchronize the stream before the end of your function (or before things can get dropped).

Links

https://docs.nvidia.com/cuda/npp/image_color_conversion.html#color-gamma-correction

https://docs.nvidia.com/cuda/npp/introduction.html

https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#cuda-graphs

Commit count: 75

cargo fmt