Skip to content

Lucerna-Labs/aedes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aedes

Coordinated GPU memory across heterogeneous devices — a Lucerna Labs project.

Aedes puts under-used GPUs to work as a tiered cache hierarchy: the primary GPU is the fast scarce tier, secondary GPUs stage upcoming data on background workers before the primary asks for it, and system RAM is a reported last resort — never a silent fallback.

The Rust crate lives in vram-bridge-main/ (directory name retained from the original prototype):

cd vram-bridge-main
cargo test                          # mock suite, no GPU required
cargo build --features cuda,vulkan  # real backends

Dual-licensed under MIT or Apache 2.0.

About

Aedes — coordinated GPU memory across heterogeneous devices. Primary GPU + secondary GPUs as a tiered cache hierarchy with background prefetch.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors