Struct cuda_oxide::module::Module[][src]

pub struct Module<'a> { /* fields omitted */ }
Expand description

A loaded CUDA module

Implementations

Takes a raw CUDA kernel image and loads the corresponding module module into the current context. The pointer can be a cubin or PTX or fatbin file as a NULL-terminated text string

Same as Module::load but uses fatCubin format.

Retrieve a reference to a define CUDA kernel within the module.

Get a pointer to a global variable defined by a CUDA module.

Trait Implementations

Executes the destructor for this type. Read more

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.