Crates.io | cudarse-npp |
lib.rs | cudarse-npp |
version | 0.1.0 |
source | src |
created_at | 2024-10-12 08:17:47.84987 |
updated_at | 2024-10-12 08:17:47.84987 |
description | High-level bindings to the CUDA NPP libraries |
homepage | https://github.com/Gui-Yom/turbo-metrics |
repository | https://github.com/Gui-Yom/turbo-metrics |
max_upload_size | |
id | 1406297 |
size | 63,523 |
Not that safe bindings to the CUDA NPP library.
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).
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