Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
stringify.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_OPENCL_STRINGIFY_HPP
2
#define STAN_MATH_OPENCL_STRINGIFY_HPP
3
4
// Used for importing the OpenCL kernels at compile time.
5
// There has been much discussion about the best ways to do this:
6
// https://github.com/bstatcomp/math/pull/7
7
// and https://github.com/stan-dev/math/pull/966
8
#ifndef STRINGIFY
9
#define STRINGIFY(...) #__VA_ARGS__
10
#endif
11
12
#endif
// STAN_MATH_OPENCL_STRINGIFY_HPP
stan
math
opencl
stringify.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.