Automatic Differentiation
 
Loading...
Searching...
No Matches
opencl_code.hpp File Reference

Go to the source code of this file.

Classes

class  stan::math::opencl_code_output< T_code, T_scalar >
 Represents output variable of custom code in kernel generator expressions. More...
 
class  stan::math::internal::opencl_code_impl< Code, T_arguments >
 
class  stan::math::opencl_code_< Code, T_arguments >
 Represents custom code in kernel generator expressions. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Functions

template<const char * Code, typename... T_arguments, require_all_kernel_expressions_t< T_arguments... > * = nullptr>
auto stan::math::opencl_code (std::tuple< typename std::pair< const char *, T_arguments >::first_type... > names, T_arguments &&... arguments)
 Custom code in kernel generator expressions.