Project
Loading...
Searching...
No Matches
o2::its::gpu::Streams Class Reference

#include <Utils.h>

Public Member Functions

size_t size () const noexcept
 
void resize (size_t n)
 
void clear ()
 
auto & operator[] (size_t i)
 
void push_back (const Stream &stream)
 
void sync (bool device=true)
 
void waitEvent (size_t iStream, size_t iEvent)
 

Detailed Description

Definition at line 175 of file Utils.h.

Member Function Documentation

◆ clear()

void o2::its::gpu::Streams::clear ( )
inline

Definition at line 180 of file Utils.h.

◆ operator[]()

auto & o2::its::gpu::Streams::operator[] ( size_t  i)
inline

Definition at line 181 of file Utils.h.

◆ push_back()

void o2::its::gpu::Streams::push_back ( const Stream stream)
inline

Definition at line 182 of file Utils.h.

◆ resize()

void o2::its::gpu::Streams::resize ( size_t  n)
inline

Definition at line 179 of file Utils.h.

◆ size()

size_t o2::its::gpu::Streams::size ( ) const
inlinenoexcept

Definition at line 178 of file Utils.h.

◆ sync()

void o2::its::gpu::Streams::sync ( bool  device = true)
inline

Definition at line 183 of file Utils.h.

◆ waitEvent()

void o2::its::gpu::Streams::waitEvent ( size_t  iStream,
size_t  iEvent 
)
inline

Definition at line 197 of file Utils.h.


The documentation for this class was generated from the following file: