Automatic Differentiation
 
Loading...
Searching...
No Matches
opencl_context.hpp File Reference
#include <stan/math/opencl/matrix_cl_view.hpp>
#include <stan/math/opencl/err/check_opencl.hpp>
#include <CL/opencl.hpp>
#include <tbb/concurrent_vector.h>
#include <string>
#include <iostream>
#include <fstream>
#include <unordered_map>
#include <vector>
#include <cmath>
#include <cerrno>

Go to the source code of this file.

Classes

class  stan::math::opencl_context_base
 The opencl_context_base class represents an OpenCL context in the standard Meyers singleton design pattern. More...
 
struct  stan::math::opencl_context_base::tuning_struct
 
class  stan::math::opencl_context
 The API to access the methods and values in opencl_context_base. 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.
 

Macros

#define DEVICE_FILTER   CL_DEVICE_TYPE_ALL
 

Variables

static opencl_context stan::math::opencl_context