Target Models

This section documents how concrete Transformer models are mapped onto pccx v002: the model-level structural choices that matter for the accelerator, the non-standard numerical tricks we have to honor, and how the resulting operator graph breaks down into the five pccx instructions (GEMV, GEMM, MEMCPY, MEMSET, CVO).

The primary reference model is Google Gemma 3N E4B — the model that drove the sizing of GEMV cores, the KV cache budget, and the SFU function list.