#include "RooBatchComputeTypes.h"
#include "DllImport.h"
#include "TError.h"
#include <functional>
#include <string>
Classes | |
class | RooBatchCompute::RooBatchComputeInterface |
The interface which should be implemented to provide optimised computation functions for implementations of RooAbsReal::evaluateSpan(). More... | |
Namespaces | |
namespace | RooBatchCompute |
Namespace for dispatching RooFit computations to various backends. | |
Variables | |
R__EXTERN RooBatchComputeInterface * | RooBatchCompute::dispatchCPU = nullptr |
This dispatch pointer points to an implementation of the compute library, provided one has been loaded. More... | |
R__EXTERN RooBatchComputeInterface * | RooBatchCompute::dispatchCUDA = nullptr |