sim-lib-compute-cuda 0.2.0

Runtime-loaded CUDA/cuBLAS tensor compute site for SIM.
Documentation
1
2
3
4
5
6
7
8
9
# sim-lib-compute-cuda

Runtime-loaded CUDA/cuBLAS tensor compute site for SIM.

This crate has no CUDA toolkit or link-time dependency. It validates the CUDA
driver, runtime, and cuBLAS/cuBLASLt ABI through dynamic symbols, exports a site
only while live runtime handles are retained, and executes dense `f32` matmul
through cuBLAS with device-resident results. Half-family requests fail closed
until a real cuBLASLt execution path is implemented.