Files
clawhdf5/crates/clawhdf5-gpu
osobhandClaude Fable 5.1 4aa3c5a1ca chore(release): v2.4.0
Bump all workspace crates, the node package and pyproject to 2.4.0, finalize
the changelog and add upgrade notes for the search behaviour changes.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
2026-09-19 13:32:47 -07:00
..
2026-09-19 13:32:47 -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