npp-sys

Crates.ionpp-sys
lib.rsnpp-sys
version0.0.1
sourcesrc
created_at2021-05-29 14:02:28.073122
updated_at2021-05-29 14:02:28.073122
descriptionRust library providing bindings for Nvidia's NPP library
homepage
repositoryhttps://github.com/vansweej/npp-rs.git
max_upload_size
id403519
size5,979
Jan Van Sweevelt (vansweej)

documentation

README

npp-rs

This repository provides rust bindings to the Nvidia NPP libraries. Currently a subset of image processing is developed to be used in Neural Network processing. This crate is developed for CUDA 10.2 but 11.x support will be added later. This crate is supported on Linux and Windows 10. For building on Linux use the CUDA_INSTALL_DIR environment variable to point to the root of your CUDA installation. For Windows 10, check if the CUDA_PATH environment variable has been set by the installer, otherwise add it manually pointing to the root of your CUDA installation.

Commit count: 95

cargo fmt