Expand description
Cuda context for managing device execution.
Structs§
- Context
- Cuda Context.
- Context
Handler - Handler of Cuda context that was pushed as current. On Drop will pop context from current.
- CuDevice
- Cuda representation of the device.
Functions§
- get_
context - Get Cuda context on device.
- init_
cuda - Initialize Cuda runtime. Should be called before any Cuda function, perfectly — on the start of the application.