Struct cublas::Context [] [src]

pub struct Context { /* fields omitted */ }

Provides a the low-level cuBLAS context.

Methods

impl Context
[src]

Create a new cuBLAS Context by calling the low-level API.

Context creation should done as sparely as possible. It is best to keep a context around as long as possible.

Create a new cuBLAS Context from its C type.

Returns the cuBLAS Context as its C type.

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter.

impl Clone for Context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Sync for Context
[src]

impl Drop for Context
[src]

A method called when the value goes out of scope. Read more