Skip to main content

SparseSupported

Trait SparseSupported 

Source
pub trait SparseSupported: CudaDtype { }
Expand description

Capability marker — type may be a cuSPARSE SpMV/SpMM/SpGEMM element.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SparseSupported for f32

Source§

impl SparseSupported for f64

Implementors§