rstsr-core

Crates.iorstsr-core
lib.rsrstsr-core
version0.5.1
created_at2025-02-08 05:02:11.946334+00
updated_at2025-09-01 08:09:48.391669+00
descriptionAn n-Dimension Rust Tensor Toolkit
homepage
repositoryhttps://github.com/RESTGroup/rstsr
max_upload_size
id1547767
size785,854
Zhenyu Zhu ajz34 (ajz34)

documentation

README

RSTSR core crate

rstsr-core is the core of RSTSR series:

  • It defines data structure and some traits (interface) of tensor, storage, device.
  • It realizes two basic devices: [DeviceCpuSerial] and [DeviceFaer], so rstsr-core alone is a functional tensor toolkit library.

If you are more aware of matmul efficiency, or by other considerations (we will try to implement BLAS and Lapack features in future), you may find DeviceOpenBLAS in rstsr-openblas helpful. We hope to implement more devices in future.

User document

Except for API document, we also tries to provide user document, refer to readthedocs.

This document is still in construction.

Some information of developer guide will also shipped to that document.

Commit count: 457

cargo fmt