summaryrefslogtreecommitdiff
path: root/tools/cnn_test.cc
AgeCommit message (Expand)Author
2026-02-15refactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
2026-02-14style: Apply clang-format to codebaseskal
2026-02-14refactor(gpu): Relocate effects to src/effects and streamline includesskal
2026-02-14Refactor: add gpu_create_texture_view_2d helperskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
2026-02-14CNN v2: Fix weight buffer offset bugskal
2026-02-14cnn_test: --weights now overrides layer config from .bin fileskal
2026-02-13cnn_test: Add --weights option for runtime weight loadingskal
2026-02-13CNN v2: Use alpha channel for p3 depth feature + layer visualizationskal
2026-02-13CNN test tool: Add CNN v2 support with compute shader architectureskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-11fix: CNN bias accumulation and output format improvementsskal
2026-02-11fix: Release cached samplers before WGPU shutdownskal
2026-02-11fix: Resolve WGPU threading crash in cnn_testskal
2026-02-11update cnn codeskal
2026-02-11add --save-intermediates to train.py and cnn_testskal
2026-02-11fix: CNN test tool GPU readback with wgpuDevicePollskal
2026-02-11debug: Add shader load verification and GPU sync to CNN test toolskal
2026-02-11fix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal
2026-02-11feat: Add CNN shader testing tool with GPU texture readbackskal