Struct cuda_oxide::device::Device[][src]

pub struct Device { /* fields omitted */ }
Expand description

A reference to a CUDA-enabled device

Implementations

Fetches a human-readable name from the device

Gets a UUID from the device

Gets the total available memory size of the device, in bytes

Gets a current attribute value for the device

Gets the compute capability of the device

Calculates the linear max width of 1D textures for a given native array format

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.