Gromacs  2022-beta1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
device_stream_manager.h File Reference
#include <memory>
#include <string>
+ Include dependency graph for device_stream_manager.h:

Description

This file declares a manager of GPU context and streams needed for running workloads on GPUs.

Author
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Artem Zhmurov zhmur.nosp@m.ov@g.nosp@m.mail..nosp@m.com

Classes

class  gmx::DeviceStreamManager
 Device stream and context manager. More...
 

Enumerations

enum  gmx::DeviceStreamType : int {
  gmx::DeviceStreamType::NonBondedLocal, gmx::DeviceStreamType::NonBondedNonLocal, gmx::DeviceStreamType::Pme, gmx::DeviceStreamType::PmePpTransfer,
  gmx::DeviceStreamType::UpdateAndConstraints, gmx::DeviceStreamType::Count
}
 Class enum to describe the different logical streams used for GPU work. More...