#include "RooBatchCompute.h"#include "RooNaNPacker.h"#include "Batches.h"#include "CudaInterface.h"#include <algorithm>#include <array>#include <cassert>#include <cstring>#include <functional>#include <map>#include <queue>#include <unordered_map>#include <vector>Classes | |
| class | RooBatchCompute::CUDA::RooBatchComputeClass |
| This class overrides some RooBatchComputeInterface functions, for the purpose of providing a cuda specific implementation of the library. More... | |
Namespaces | |
| namespace | RooBatchCompute |
| Namespace for dispatching RooFit computations to various backends. | |
| namespace | RooBatchCompute::CUDA |
Variables | |
| constexpr int | RooBatchCompute::CUDA::blockSize = 512 |
| static RooBatchComputeClass | RooBatchCompute::CUDA::computeObj |
| Static object to trigger the constructor which overwrites the dispatch pointer. | |
|
private |
Definition at line 643 of file RooBatchCompute.cu.
|
private |
Definition at line 707 of file RooBatchCompute.cu.
|
private |
Definition at line 225 of file RooBatchCompute.cu.
|
private |
Definition at line 224 of file RooBatchCompute.cu.
|
private |
Definition at line 706 of file RooBatchCompute.cu.
|
mutableprivate |
Definition at line 708 of file RooBatchCompute.cu.
|
private |
Definition at line 223 of file RooBatchCompute.cu.
|
private |
Definition at line 741 of file RooBatchCompute.cu.
|
private |
Definition at line 781 of file RooBatchCompute.cu.
|
private |
Definition at line 222 of file RooBatchCompute.cu.
|
private |
Definition at line 584 of file RooBatchCompute.cu.
|
private |
Definition at line 612 of file RooBatchCompute.cu.
| std::size_t capacity = 0 |
Definition at line 105 of file RooBatchCompute.cu.
| std::map<std::size_t, CPUBuffer::Queue> cpuBufferQueuesMap |
Definition at line 751 of file RooBatchCompute.cu.
| char* device = nullptr |
Definition at line 104 of file RooBatchCompute.cu.
| double* dst = nullptr |
Definition at line 162 of file RooBatchCompute.cu.
| cudaEvent_t event = nullptr |
Definition at line 106 of file RooBatchCompute.cu.
| std::map<std::size_t, GPUBuffer::Queue> gpuBufferQueuesMap |
Definition at line 752 of file RooBatchCompute.cu.
| char* host = nullptr |
Definition at line 103 of file RooBatchCompute.cu.
Definition at line 107 of file RooBatchCompute.cu.
| std::size_t nPending = 0 |
Definition at line 163 of file RooBatchCompute.cu.
| std::map<std::size_t, PinnedBuffer::Queue> pinnedBufferQueuesMap |
Definition at line 753 of file RooBatchCompute.cu.
| std::map<std::size_t, ScalarBuffer::Queue> scalarBufferQueuesMap |
Definition at line 750 of file RooBatchCompute.cu.