ROOT
Version v6.34
master
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
▼
roofit
▼
batchcompute
▼
res
►
RooBatchCompute.h
►
RooBatchComputeTypes.h
►
RooHeterogeneousMath.h
►
RooNaNPacker.h
►
src
►
doc
►
histfactory
►
hs3
►
jsoninterface
►
multiprocess
►
roofit
►
roofitcore
►
roofitmore
►
roofitZMQ
►
roostats
►
xroofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
RooBatchComputeTypes.h
Go to the documentation of this file.
1
/*
2
* Project: RooFit
3
* Authors:
4
* Emmanouil Michalainas, CERN 6 January 2021
5
*
6
* Copyright (c) 2021, CERN
7
*
8
* Redistribution and use in source and binary forms,
9
* with or without modification, are permitted according to the terms
10
* listed in LICENSE (http://roofit.sourceforge.net/license.txt)
11
*/
12
13
#ifndef ROOFIT_BATCHCOMPUTE_ROOBATCHCOMPUTETYPES_H
14
#define ROOFIT_BATCHCOMPUTE_ROOBATCHCOMPUTETYPES_H
15
16
17
#ifdef __CUDACC__
18
#define __roodevice__ __device__
19
#define __roohost__ __host__
20
#define __rooglobal__ __global__
21
#else
22
#define __roodevice__
23
#define __roohost__
24
#define __rooglobal__
25
#endif
// #indef __CUDACC__
26
27
#endif
roofit
batchcompute
res
RooBatchComputeTypes.h
ROOT tags/6-34-04 - Reference Guide Generated on Fri Mar 21 2025 04:40:08 (GVA Time) using Doxygen 1.10.0