singe-cutensor 0.1.0-alpha.7

Safe Rust wrappers for NVIDIA cuTENSOR library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
singe-cutensor
===

<!-- [![Rust](https://github.com/tinrab/singe/workflows/Rust/badge.svg)](https://github.com/tinrab/singe/actions) -->
[![Latest version](https://img.shields.io/crates/v/singe-cutensor.svg)](https://crates.io/crates/singe-cutensor)
[![Documentation](https://docs.rs/singe-cutensor/badge.svg)](https://docs.rs/singe-cutensor)
![License](https://img.shields.io/crates/l/singe-cutensor.svg)

Safe cuTENSOR wrappers for tensor descriptors, operations, plans, and execution.

Optional `mg` and `mp` features expose multi-GPU and multi-process cuTENSOR modules.

## Examples

Runnable examples are available under [`examples/`](examples/).