Files
Vijay Janapa Reddi 9a0d14681f chore(audit/notation): extend accept-list with 20 editorially-verified false positives
The notation-consistency scanner flags bare P as 'possible peak performance' and
bare L as 'possible latency'. In practice these occurrences across vol2 are
legitimate uses of P/L for distinct concepts (probability functions like P(X),
parameter count P, prompt-token count P, layer-count L, batch-size ratio
L/L_max). Adding each to the accept-list (matched on file + exact source line)
so the check stays useful for catching genuine convention drift.

Files affected: vol2/{compute_infrastructure, distributed_training, inference,
ops_scale, performance_engineering, responsible_ai, robust_ai}.qmd.
2026-05-06 08:11:08 -04:00
..