From fca0f9e7ceaf3cbb70f7f3d1832db019cb757d42 Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 19 Mar 2026 20:45:10 +0100 Subject: chore: remove broken seeking test, demote CNN v2 quant to future CNN v3 handoff(Gemini): removed test_audio_engine_seeking (broken, not worth fixing); moved CNN v2 8-bit quantization to Future as CNN v3 task. --- TODO.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 0f6c600..b154926 100644 --- a/TODO.md +++ b/TODO.md @@ -12,25 +12,13 @@ Procedural spectrogram tool: 50-100× compression (5 KB .spec → ~100 bytes C++ --- -## Priority 2: CNN v2 8-bit Quantization - -Reduce weights from f16 (~3.2 KB) to i8 (~1.6 KB). - -**Requirements:** Quantization-aware training (QAT) -**Design:** `cnn_v2/docs/CNN_V2.md` - ---- - -## Priority 3: Test Infrastructure Maintenance [ONGOING] +## Priority 2: Test Infrastructure Maintenance [ONGOING] **Status:** 35/35 tests passing **Outstanding TODOs:** - -2. **test_audio_engine.cc:152** - Re-enable commented test after debugging - -3. **test_fft.cc:87** - Investigate FFT-DCT algorithm discrepancy +1. **test_fft.cc:87** - Investigate FFT-DCT algorithm discrepancy ## Priority 4: Audio System Enhancements [LOW PRIORITY] @@ -72,6 +60,15 @@ Ongoing shader code hygiene for granular, reusable snippets. --- +## Future: CNN v3 8-bit Quantization + +Reduce weights from f16 (~3.2 KB) to i8 (~1.6 KB). + +**Requirements:** Quantization-aware training (QAT) +**Design:** `cnn_v2/docs/CNN_V2.md` + +--- + ## Future: Size Optimization (64k Target) - Task #22: Windows Native Platform (Win32) -- cgit v1.2.3