Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
LevelUp2x
/
Nova-Prime-Kernels
like
1
Follow
LevelUp 2x
2
Model card
Files
Files and versions
xet
Community
main
Nova-Prime-Kernels
/
crates
/
blitz-kernels
/
build.rs
Antigravity Agent
Blitz: Final 3.7x Artisan Source Sync
f6e23b0
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
130 Bytes
use
std::process::Command;
fn
main
() {
println!
(
"cargo:rustc-link-lib=cuda"
);
println!
(
"cargo:rustc-link-lib=cudart"
);
}