summaryrefslogtreecommitdiff
path: root/cnn_v3/docs
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v3/docs')
-rw-r--r--cnn_v3/docs/HOWTO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnn_v3/docs/HOWTO.md b/cnn_v3/docs/HOWTO.md
index ad71f1f..22266d3 100644
--- a/cnn_v3/docs/HOWTO.md
+++ b/cnn_v3/docs/HOWTO.md
@@ -201,7 +201,7 @@ The CNN v3 design requires exact parity between PyTorch, WGSL (HTML), and C++.
| 1 — G-buffer (SDF + shadow passes) | TODO | Placeholder in place |
| 2 — Training infrastructure | ✅ Done | blender_export.py, pack_*_sample.py |
| 3 — WGSL U-Net shaders | ✅ Done | 5 compute shaders + cnn_v3/common snippet |
-| 4 — C++ CNNv3Effect | TODO | FiLM uniform upload |
+| 4 — C++ CNNv3Effect | ✅ Done | FiLM uniform upload, 35/35 tests pass |
| 5 — Parity validation | TODO | Test vectors, ≤1/255 |
---