You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.1.2
- **WaveSim3D** - 3D acoustic wave simulation with realistic physics
- Full 3D FDTD wave propagation solver
- Binaural audio rendering with HRTF support
- Volumetric ray marching visualization
- GPU-native actor system for distributed simulation
- Expanded GPU intrinsics from ~45 to 120+ operations across 13 categories
- Atomic operations: and, or, xor, inc, dec
- 3D stencil intrinsics: up, down, at(dx, dy, dz)
- Warp match/reduce operations (Volta+/SM 8.0+)
- Bit manipulation, memory, special, and timing ops
- 171 tests (up from 143)
- Added required-features to CUDA-only wavesim binaries
- Updated GitHub Actions release workflow
See CHANGELOG.md for full details.