Namespaces | |
| namespace | RooBatchCompute | 
| Namespace for dispatching RooFit computations to various backends.  | |
| namespace | RooBatchCompute::CudaInterface | 
Macros | |
| #define | ERRCHECK(err) __checkCudaErrors((err), __func__, __FILE__, __LINE__) | 
Functions | |
| static void | __checkCudaErrors (cudaError_t error, std::string func, std::string file, int line) | 
| float | RooBatchCompute::CudaInterface::cudaEventElapsedTime (CudaEvent &begin, CudaEvent &end) | 
| Calculates the elapsed time between two CUDA events.   | |
| void | RooBatchCompute::CudaInterface::cudaEventRecord (CudaEvent &event, CudaStream &stream) | 
| Records a CUDA event.   | |
| #define ERRCHECK | ( | err | ) | __checkCudaErrors((err), __func__, __FILE__, __LINE__) | 
Definition at line 19 of file CudaInterface.cu.
      
  | 
  inlinestatic | 
Definition at line 20 of file CudaInterface.cu.