Skip to content

yakupbeyoglu/lithos-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lithos

The Silicon-to-Grid Intelligence Layer.

Lithos is a high-performance C++ orchestrator designed for large-scale AI clusters. It provides sub-100ms hardware control to dynamically synchronize GPU/TPU/CPU performance with power availability.

🚀 Core Features

  • Bare-Metal Orchestration: Low-latency C++ implementation using NVML and AMD-SMI.
  • Sub-100ms Response: Real-time silicon throttling and frequency locking.
  • Hybrid Fleet Support: Unified control plane for NVIDIA Blackwell and AMD MI-series.
  • Observability: Integrated eBPF hooks for deep kernel-level power telemetry.

🛠️ Getting Started

Prerequisites

  • C++20 Compliant Compiler (GCC 11+ or Clang 14+)
  • NVIDIA Driver 550+ / ROCm 6.0+
  • CMake 3.22+

Installation

git clone [https://github.com/yakup-beyioglu/lithos-core.git](https://github.com/yakup-beyioglu/lithos-core.git)
cd lithos-core
mkdir build && cd build
cmake ..
make -j$(nproc)

About

Lithos Foundation is a high-performance C++ orchestrator for AI clusters. It provides sub-100ms silicon control to dynamically sync GPU performance with power availability. Built for mixed NVIDIA/AMD fleets, it maximizes hardware utilization while automating compliance for modern data centers. Silicon control, redefined.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors