Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooBatchCompute::CudaInterface::CudaStream Class Reference

Definition at line 66 of file CudaInterface.h.

Public Member Functions

 CudaStream ()
 Creates a new CUDA stream.
 

Private Attributes

std::unique_ptr< void, Deleter< CudaStream > > _ptr
 

#include </github/home/ROOT-CI/src/roofit/batchcompute/src/CudaInterface.h>

Constructor & Destructor Documentation

◆ CudaStream()

RooBatchCompute::CudaInterface::CudaStream::CudaStream ( )

Creates a new CUDA stream.

Returns
CudaStream object representing the new stream.

Definition at line 58 of file CudaInterface.cu.

Member Data Documentation

◆ _ptr

std::unique_ptr<void, Deleter<CudaStream> > RooBatchCompute::CudaInterface::CudaStream::_ptr
private

Definition at line 76 of file CudaInterface.h.

  • roofit/batchcompute/src/CudaInterface.h
  • roofit/batchcompute/src/CudaInterface.cu