mirror of
https://github.com/ruvnet/RuView
synced 2026-08-08 20:11:43 +00:00
Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//! SIMD Compute Backend for edge-net P2P AI Network
|
||||
//!
|
||||
//! Provides portable CPU acceleration with support for:
|
||||
//! - WASM simd128 intrinsics (browser/WASM targets)
|
||||
//! - x86_64 AVX2 intrinsics (native x86 targets)
|
||||
//! - Scalar fallback for unsupported platforms
|
||||
//!
|
||||
//! Performance targets:
|
||||
//! - 2,236+ ops/sec for MicroLoRA (rank-2)
|
||||
//! - 150x faster HNSW search
|
||||
//! - Q4 quantized inference
|
||||
|
||||
pub mod simd;
|
||||
|
||||
pub use simd::*;
|
||||
Reference in New Issue
Block a user