The Gaudi Framework  master (37c0b60a)
CUDAStream.cpp File Reference
#include <Gaudi/AsynchronousAlgorithm.h>
#include <Gaudi/CUDA/CUDAStream.h>
#include <cuda_runtime.h>
#include <boost/fiber/cuda/waitfor.hpp>
#include <boost/fiber/mutex.hpp>
#include <boost/fiber/recursive_mutex.hpp>
#include <cstdio>
#include <deque>
#include <format>
#include <mutex>
#include <string>
Include dependency graph for CUDAStream.cpp:

Go to the source code of this file.

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 Gaudi::CUDA
 

Variable Documentation

◆ queue

std::deque<Stream_t> queue
private

Definition at line 40 of file CUDAStream.cpp.

◆ queue_mtx

Mutex_t queue_mtx
private

Definition at line 41 of file CUDAStream.cpp.