synor/docs
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
..
PLAN feat(compute): add Phase 11 Synor Compute L2 heterogeneous compute layer 2026-01-11 13:53:57 +05:30
tutorials docs: add developer tutorial series 2026-01-10 06:24:51 +05:30
ARCHITECTURE_HOSTING.md feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
ARCHITECTURE_STORAGE.md feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
BUG_BOUNTY.md feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
DEPLOYMENT.md feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
DEPLOYMENT_PLAN.md feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
DEVELOPER_GUIDE.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
EXCHANGE_INTEGRATION.md docs: add comprehensive exchange integration guide 2026-01-10 06:20:35 +05:30
PLAN.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
SECURITY_AUDIT_SCOPE.md feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
TESTNET.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30