Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
base_opts_
map_base_opts
stan::math::opencl_context_base::base_opts_
protected
Initial value:
= {{
"LOWER"
,
static_cast<
int
>
(
matrix_cl_view::Lower
)},
{
"UPPER"
,
static_cast<
int
>
(
matrix_cl_view::Upper
)},
{
"ENTIRE"
,
static_cast<
int
>
(
matrix_cl_view::Entire
)},
{
"DIAGONAL"
,
static_cast<
int
>
(
matrix_cl_view::Diagonal
)},
{
"THREAD_BLOCK_SIZE"
, 32},
{
"WORK_PER_THREAD"
, 8},
{
"REDUCTION_STEP_SIZE"
, 4},
{
"LOCAL_SIZE_"
, 4096}}
stan::math::matrix_cl_view::Upper
@ Upper
stan::math::matrix_cl_view::Entire
@ Entire
stan::math::matrix_cl_view::Diagonal
@ Diagonal
stan::math::matrix_cl_view::Lower
@ Lower
Definition at line
165
of file
opencl_context.hpp
.
stan
math
opencl_context_base
[
Stan Home Page
]
© 2011–2019, Stan Development Team.