singe-cusparse 0.1.0-alpha.7

Safe Rust wrappers for the NVIDIA cuSPARSE sparse linear algebra library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
singe-cusparse
===

<!-- [![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-cusparse.svg)](https://crates.io/crates/singe-cusparse)
[![Documentation](https://docs.rs/singe-cusparse/badge.svg)](https://docs.rs/singe-cusparse)
![License](https://img.shields.io/crates/l/singe-cusparse.svg)

Safe cuSPARSE wrappers for sparse descriptors and sparse GPU operations.

This crate wraps cuSPARSE contexts, sparse and dense vector descriptors, sparse and dense matrix descriptors, SpMV, SpMM, SDDMM, SpGEMM, sparse triangular solve, vector-vector operations, and scalar helpers.