Files
clawhdf5/crates/clawhdf5-gpu
osobhandClaude Opus 5 7155409202 chore(release): v2.5.0
Bump all workspace crates, the node package and pyproject to 2.5.0, fold the
two unreleased sections together and add upgrade notes for the behaviour
changes.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
2026-09-19 18:22:56 -07:00
..
2026-09-19 18:22:56 -07:00

clawhdf5-gpu

crates.io docs.rs

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 half crate

Usage

use clawhdf5_gpu::GpuAccelerator;

let accel = GpuAccelerator::new().unwrap();
let distances = accel.l2_distances(&query, &vectors).unwrap();

License

MIT