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

Minimal configuration struct to steer the evaluation of a single node with the RooBatchCompute library.

Definition at line 55 of file RooBatchCompute.h.

Public Member Functions

CudaInterface::CudaStreamcudaStream () const
void setCudaStream (CudaInterface::CudaStream *cudaStream)
bool useCuda () const

Private Attributes

CudaInterface::CudaStream_cudaStream = nullptr

#include </home/stephan/code/root-2/roofit/batchcompute/res/RooBatchCompute.h>

Member Function Documentation

◆ cudaStream()

CudaInterface::CudaStream * RooBatchCompute::Config::cudaStream ( ) const
inline

Definition at line 59 of file RooBatchCompute.h.

◆ setCudaStream()

void RooBatchCompute::Config::setCudaStream ( CudaInterface::CudaStream * cudaStream)
inline

Definition at line 58 of file RooBatchCompute.h.

◆ useCuda()

bool RooBatchCompute::Config::useCuda ( ) const
inline

Definition at line 57 of file RooBatchCompute.h.

Member Data Documentation

◆ _cudaStream

CudaInterface::CudaStream* RooBatchCompute::Config::_cudaStream = nullptr
private

Definition at line 62 of file RooBatchCompute.h.


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