Calculate the dot product of two single-precision floating-point vectors.
Compute the dot product of two one-dimensional single-precision floating-point ndarrays.
Calculate the dot product of two single-precision floating-point vectors.
Compute the dot product of `x` and `y`.
This is a partial port from CLAPACK
Calculate the dot product of two vectors.
Compute the dot product of two one-dimensional ndarrays.
Compute the dot product of two one-dimensional double-precision floating-point ndarrays.
Calculate the dot product of two vectors.
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
dot!("KEY")
Safe Rust bindings for Apple's Accelerate framework on macOS with exhaustive optional raw C FFI
C FFI bindings for OxiBLAS - a pure Rust BLAS/LAPACK library
CBLAS compatible interface backed by runtime-registered Fortran BLAS function pointers
CLI tool for the ForgeLLM compiler
CPU code generation (x86 AVX2/512, ARM NEON) for ForgeLLM
GPU code generation via wgpu/WGSL for ForgeLLM
Metal GPU code generation for Apple Silicon inference in ForgeLLM
WASM + WebGPU code generation for ForgeLLM
Model parsing (GGUF, SafeTensors) and IR construction for ForgeLLM
Graph-level optimizations for ForgeLLM (fusion, layout, quantization, memory planning)
Minimal runtime for ForgeLLM (KV cache, sampling, tokenizer, API server)