synor/crates/synor-compute/src
Gulshan Yadav 4c36ddbdc2 feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer
- Add synor-compute crate for heterogeneous compute orchestration
- Implement processor abstraction for CPU/GPU/TPU/NPU/LPU/FPGA/DSP
- Add device registry with cross-vendor capability tracking
- Implement task scheduler with work stealing and load balancing
- Add energy-aware and latency-aware balancing strategies
- Create spot market for compute resources with order matching
- Add memory manager with tensor handles and cross-device transfers
- Support processor capability profiles (H100, TPU v5p, Groq LPU, etc.)
- Implement priority work queues with task decomposition

Processor types supported:
- CPU (x86-64 AVX512, ARM64 SVE, RISC-V Vector)
- GPU (NVIDIA CUDA, AMD ROCm, Intel OneAPI, Apple Metal)
- TPU (v2-v5p, Edge TPU)
- NPU (Apple Neural Engine, Qualcomm Hexagon, Intel VPU)
- LPU (Groq Language Processing Unit)
- FPGA (Xilinx, Intel Altera)
- DSP (TI, Analog Devices)
- WebGPU and WASM runtimes
2026-01-11 13:53:57 +05:30
..
device feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
market feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
memory feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
processor feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
scheduler feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
task feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
error.rs feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
lib.rs feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30