Bump all workspace crates, the node package and pyproject to 2.3.0, finalize the changelog and add upgrade notes for the behaviour changes. Co-Authored-By: Claude Fable 5.1 <[email protected]>
clawhdf5-gpu
GPU-accelerated vector operations for clawhdf5 using wgpu compute shaders.
Features
- GPU-accelerated distance computations (L2, cosine)
- wgpu-based compute shaders for cross-platform GPU support
- Float16 support via
halfcrate
Usage
use clawhdf5_gpu::GpuAccelerator;
let accel = GpuAccelerator::new().unwrap();
let distances = accel.l2_distances(&query, &vectors).unwrap();
License
MIT