You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Four pieces of decided-but-scattered knowledge have no home in docs/CONVENTIONS.md:
Mutation-class catalog — scale-blindness, eps-vacuity, layout-divergence, uniform-dy-vacuity, freeze-the-scale. Currently spread across generator docstrings, C test comments, and commit messages; every new SYM gold suite re-derives them from scratch.
SAME-vs-EXPLICIT padding note — C SAME is TF-minimal padding and diverges from PyTorch's symmetric padding for stride > 1 / even kernels; PyTorch-parity weight loading needs EXPLICIT. Bit us in the v2 examples; never written down.
Integer-only requant open-problem entry — Deutel et al. (arXiv:2407.10734) leave the requant realization open and use the FPU extensively; ODT's requant primitives are float-path. Per the research-backed-numerics rule an int-multiplier+shift scheme must NOT be homegrown — document it as an open problem with the literature pointer.
Problem
Four pieces of decided-but-scattered knowledge have no home in
docs/CONVENTIONS.md:SAMEis TF-minimal padding and diverges from PyTorch's symmetric padding for stride > 1 / even kernels; PyTorch-parity weight loading needsEXPLICIT. Bit us in the v2 examples; never written down.Proposed work
One docs PR against
docs/CONVENTIONS.md, parallelizable with everything; item 4 may land with the pools PR instead if M4 ships first.Relations
#192, #137, #205.
🤖 Generated with Claude Code