|
Mila 0.13.48
Deep Neural Network Library
|
Templated execution context for device-specific operations. More...
Templated execution context for device-specific operations.
ExecutionContext manages the resources needed for executing operations: streams for asynchronous execution, library handles (cuBLAS, cuDNN), and synchronization primitives. The template parameter provides compile-time device type checking and enables device-specific optimizations.
Design rationale: