AMEVA-Forge Documentation

Release 1.0.0 [ Live WebGPU Studio ] [ GitHub Repository ]

What is AMEVA-Forge?

AMEVA-Forge is a browser-first deep learning acceleration framework designed to democratize machine learning education, research, and client-side privacy-preserving computation.

Core Philosophy

System Architecture

  1. Frontend (Python / Pyodide): Intercepts user model code (e.g. nn.Linear, F.scaled_dot_product_attention) and constructs computation graphs.
  2. Bridge Layer (JS / WASM): Serializes graph instructions with shape validation and memory quota pre-checking.
  3. Backend Engine (TypeScript / WebGPU): Compiles instructions into optimized WGSL shader dispatches using 8D uniform strides and pooled buffers.