![]() |
NeuZephyr
Simple DL Framework
|
Provides core components for CUDA stream and event lifecycle management in GPU computing environments. More...
Classes | |
class | EventPool |
Internal event management system for CUDA stream synchronization (Part of StreamManager) More... | |
class | StreamManager |
Centralized CUDA stream and resource management system with automatic dependency tracking. More... | |
Provides core components for CUDA stream and event lifecycle management in GPU computing environments.
The nz::cuStrm
namespace implements advanced stream resource management and operation scheduling mechanisms for CUDA-enabled devices. It serves as the central coordination layer for GPU operation execution and synchronization in the nz project.
Key components within this namespace include:
The architecture is designed to: