Tenferro-rs: a scientific tensor runtime for Rust
The Rust Programming Language Forum
Tenferro-rs: a scientific tensor runtime for Rust
We are developing tenferro-rs, a Rust-native tensor runtime for scientific computing: It started as the computational core for our own tensor network calculations in physics, but we are now shaping it into a general-purpose library. It currently provides CPU and CUDA backends, eager and traced automatic differentiation, einsum, FFT, and linear algebra. A key design choice is explicit backend and session management. Execution resources such as CPU thread pools, NUMA domains, GPU devices, strea...
0 comments
No comments yet.