Registry / build-tool / find-cuda-helper

find-cuda-helper

JSON →
library0.2.0rscratesunverified

Helper crate for searching for CUDA libraries during build.

# Cargo.toml [dependencies] find_cuda_helper = "0.2.0"
INSTALL
IMPORT
SIG · FIND-CUDA-HELPER
F
find-cuda-helper
build-toolrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

find_cuda_root
use find_cuda_helper::find_cuda_root;

Locates the CUDA installation directory.

use find_cuda_helper::find_cuda_root; fn main() { if let Some(path) = find_cuda_root() { println!("CUDA found at: {:?}", path); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
find-cuda-helper — cargo add find-cuda-helper · libregistry