16namespace CudaInterface {
18DeviceMemory::DeviceMemory(std::size_t
n, std::size_t
typeSize) : _size{
n}
24PinnedHostMemory::PinnedHostMemory(std::size_t
n, std::size_t
typeSize) : _size{
n}
47 auto stream =
reinterpret_cast<cudaStream_t *
>(ptr);
58CudaStream::CudaStream()
60 auto stream =
new cudaStream_t;
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t dest
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t src
Namespace for dispatching RooFit computations to various backends.