index
:
demo.git
main
Vide-coded 64k demo system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
cnn_test.cc
Age
Commit message (
Expand
)
Author
7 hours
fix(tools): fetch stb_image_write.h in project_init.sh, fix cnn_test include ...
skal
2026-03-05
style: run clang-format to adhere to coding style
skal
2026-02-17
feat(uniforms): Add noise field with per-frame random values
skal
2026-02-17
style: replace C++ casts with C-style casts
skal
2026-02-17
style: Apply clang-format
skal
2026-02-17
refactor: move shaders.{h,cc} to src/effects and remove v2 suffix
skal
2026-02-16
fix: calculate beat_phase for FlashEffect and refactor uniforms
skal
2026-02-16
fix(tests): port tests to v2 API, fix FATAL_CHECK logic
skal
2026-02-16
fix(cnn): rename CNNLayerParams to CNNv1LayerParams
skal
2026-02-15
refactor(cnn): rename cnn_effect to cnn_v1_effect for clarity
skal
2026-02-14
style: Apply clang-format to codebase
skal
2026-02-14
refactor(gpu): Relocate effects to src/effects and streamline includes
skal
2026-02-14
Refactor: add gpu_create_texture_view_2d helper
skal
2026-02-14
CNN v2: bilinear mip-level sampling and UI improvements
skal
2026-02-14
CNN v2: Fix weight buffer offset bug
skal
2026-02-14
cnn_test: --weights now overrides layer config from .bin file
skal
2026-02-13
cnn_test: Add --weights option for runtime weight loading
skal
2026-02-13
CNN v2: Use alpha channel for p3 depth feature + layer visualization
skal
2026-02-13
CNN test tool: Add CNN v2 support with compute shader architecture
skal
2026-02-12
feat: implement beat-based timing system
skal
2026-02-11
fix: CNN bias accumulation and output format improvements
skal
2026-02-11
fix: Release cached samplers before WGPU shutdown
skal
2026-02-11
fix: Resolve WGPU threading crash in cnn_test
skal
2026-02-11
update cnn code
skal
2026-02-11
add --save-intermediates to train.py and cnn_test
skal
2026-02-11
fix: CNN test tool GPU readback with wgpuDevicePoll
skal
2026-02-11
debug: Add shader load verification and GPU sync to CNN test tool
skal
2026-02-11
fix: CNN test tool ping-pong bug and RGBA16Float intermediates
skal
2026-02-11
feat: Add CNN shader testing tool with GPU texture readback
skal