[][src]Module accel::device

CUDA Device and Context

Structs

ContextGuard

RAII handler for using CUDA context

ContextOwned

Owend handler for CUDA context

ContextRef

Non-Owend handler for CUDA context

Device

Handler for device and its primary context

Traits

Contexted

Object with CUDA context

Functions

ctx_pop

Pop from the context stack of this thread

ctx_push

Push to the context stack of this thread

ctx_sync

Block until all tasks in this context to be complete.

ctx_version

Get API version

Type Definitions

Context

Derive Macros

Contexted