diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-19 20:45:10 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-19 20:45:10 +0100 |
| commit | fca0f9e7ceaf3cbb70f7f3d1832db019cb757d42 (patch) | |
| tree | 2a675370ee4c386c456cb3cce5233ba1276d0546 /TODO.md | |
| parent | 5b82d047b67a6e1750a697e0890d1c22686abb35 (diff) | |
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.
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -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) |
