summaryrefslogtreecommitdiff
path: root/tools/cnn_test.cc
AgeCommit message (Expand)Author
8 hoursfix(tools): fetch stb_image_write.h in project_init.sh, fix cnn_test include ...skal
2026-03-05style: run clang-format to adhere to coding styleskal
2026-02-17feat(uniforms): Add noise field with per-frame random valuesskal
2026-02-17style: replace C++ casts with C-style castsskal
2026-02-17style: Apply clang-formatskal
2026-02-17refactor: move shaders.{h,cc} to src/effects and remove v2 suffixskal
2026-02-16fix: calculate beat_phase for FlashEffect and refactor uniformsskal
2026-02-16fix(tests): port tests to v2 API, fix FATAL_CHECK logicskal
2026-02-16fix(cnn): rename CNNLayerParams to CNNv1LayerParamsskal
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