b8892
📦 llama-cppView on GitHub →
✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces asynchronous tensor and event APIs for WebGPU support and provides numerous pre-built binaries across different operating systems and hardware configurations.
✨ New Features
- Implemented async tensor API for WebGPU.
- Implemented event API (creation and deletion) for WebGPU.
🐛 Bug Fixes
- Replaced one-shot buffer usage with a direct queue.WriteBuffer using the buffer context in WebGPU implementation.