Gromacs
2025-dev-20241003-bd59e46
|
#include "gmxpre.h"
#include "device_stream_manager.h"
#include <cstdio>
#include "gromacs/gpu_utils/device_context.h"
#include "gromacs/gpu_utils/device_stream.h"
#include "gromacs/mdtypes/simulation_workload.h"
#include "gromacs/utility/enumerationhelpers.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
Implements GPU stream manager.
Classes | |
class | gmx::DeviceStreamManager::Impl |
Impl class to manages the lifetime of the GPU context and streams. More... | |