Definition at line 43 of file CudaInterface.h.
Public Member Functions | |
| CudaEvent (bool forTiming) | |
| Creates a new CUDA event.   | |
Private Attributes | |
| std::unique_ptr< void, Deleter< CudaEvent > > | _ptr | 
#include </github/home/ROOT-CI/src/roofit/batchcompute/src/CudaInterface.h>
| RooBatchCompute::CudaInterface::CudaEvent::CudaEvent | ( | bool | forTiming | ) | 
Creates a new CUDA event.
| [in] | forTiming | Set to true if the event is intended for timing purposes. If false, the cudaEventDisableTiming is passed to CUDA.  | 
Definition at line 65 of file CudaInterface.cu.
Definition at line 52 of file CudaInterface.h.