Skip to main content

Module loader

Module loader 

Source
Expand description

Thin dynamic-loader wrapper around libloading.

This crate does not know about any particular NVIDIA library; each -sys crate instantiates a Library with its own candidate filenames and symbol-resolution strategy. The Driver API in particular layers cuGetProcAddress-based symbol resolution on top of Library::symbol; everything else (cudart, cublas, …) can call symbol directly.

Structs§

Library
Dynamically-loaded NVIDIA library (wraps libloading::Library).