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.
- 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.
- C++20 Compliant Compiler (GCC 11+ or Clang 14+)
- NVIDIA Driver 550+ / ROCm 6.0+
- CMake 3.22+
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)