Trait DefaultBLASContext

Source
pub trait DefaultBLASContext: Device {
    type Context: BLASContext<Device = Self> + Default;
}
Expand description

The default blas context for a device

Required Associated Types§

Source

type Context: BLASContext<Device = Self> + Default

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 DefaultBLASContext for Cpu

Implementors§