Commit graph

2 commits

Author SHA1 Message Date
a2ad5fabdf feat(src/hnsw): add GPU acceleration for distance calculations and improve fallback handling
Integrated `calculateDistancesWithGPU` for GPU-accelerated distance calculations, optimizing performance for compute-intensive tasks. Introduced robust error handling for GPU failures with automatic fallback to threaded or sequential CPU calculations. Enhanced code structure and readability with consistent formatting adjustments.
2025-06-26 10:56:48 -07:00
5a8a6c1ba3 Initial commit 2025-06-24 11:41:30 -07:00